Local-first AI agent platform with persistent memory. One command to start. Deploy to Azure when ready.
Facts, preferences, insights, and tasks survive across conversations and restarts.
Add a Python file to agents/ and it's auto-discovered. No config, no registration.
GitHub Copilot device-code auth through the chat UI. Or bring your own Azure OpenAI key.
Open index.html and start talking. Dark mode, markdown rendering, status indicators.
Open index.html in your browser. It connects to your local server automatically.
Send a message. The UI walks you through GitHub device code auth. No manual env vars.
"Remember that my favorite language is Python." It stores that. Come back tomorrow, it still knows.
Drop a Python file in agents/, restart. Your agent is live. See the agent guide.
Both work locally, no Azure required.
| Option | Setup | What you need |
|---|---|---|
| GitHub Copilot recommended | Automatic via chat UI | A GitHub account with Copilot access |
| Azure OpenAI | Edit local.settings.json |
An Azure OpenAI resource |
Each tier is optional. Move forward only when you need to.
Runs on your machine. Local file storage, GitHub Copilot LLM, stateless agents.
Persistent memory, Azure OpenAI, deploy with func publish. This is where you are.
Copilot Studio, Teams, M365 Copilot. Generate a solution ZIP and import to Power Platform.