Spaces:
Sleeping
Sleeping
| # Demo Script | |
| 1. Start with empty memory: | |
| ```bash | |
| python app.py | |
| ``` | |
| 2. Say: | |
| ```text | |
| I want the internet to become free again, more like the beginning. I like DIY solutions and I do not have a local GPU. | |
| ``` | |
| 3. Open the Memory tab and accept the learned facts. | |
| 4. Ask: | |
| ```text | |
| Find open-source tools for a personal website. | |
| ``` | |
| Show that MM1 routes to `direct_search`. | |
| 5. Ask: | |
| ```text | |
| Create a small script plan to monitor whether these tools have active releases and useful docs. | |
| ``` | |
| Show that MM1 routes to `codex_big_agent` or mock Codex. | |
| 6. Open Agent Trace. | |
| Point out: | |
| - accepted memory stayed under `private_memory_used` | |
| - only sanitized task text appeared in `outbound_payload_preview` | |
| - final ranking used memory after external retrieval | |
| 7. Closing line: | |
| ```text | |
| MM1 makes the internet useful through an agent that knows me locally, while the internet-facing agent only sees the task. | |
| ``` | |