Menu
popagent
publicLatest change dc4b371554df3a78c40c29085ead1db3de7e24f8 - Add model routing policy, companyStatus tool, Markdown channel output, compact Runtime settings by AkurAI Build
# popagent Single-user agent chat workspace: Mastra backend and assistant-ui frontend, served by one Bun process. Models come through the local 9Router gateway; web search comes through local SearXNG. The running instance serves the API and UI at `http://192.168.1.10:5180` — the `popagent` CLI's default `POPAGENT_URL`. Never start a second server against the same `DATABASE_URL`: task runners and the self-update scheduler are per-process, so a duplicate competes for the same queue and interrupts in-flight autonomous work. Drive the running instance instead. Index only — domain facts live in the domain files: | Domain | File | |---|---| | Agent backend (Mastra, tools, server) | [AGENTS_AGENT.md](AGENTS_AGENT.md) | | Models, catalog, and routing policy | [AGENTS_MODELS.md](AGENTS_MODELS.md) | | AkurAI Build roles and client | [AGENTS_BUILD.md](AGENTS_BUILD.md) | | Browser automation and network safety | [AGENTS_BROWSER.md](AGENTS_BROWSER.md) | | Chat UI (assistant-ui, React, Tailwind) | [AGENTS_UI.md](AGENTS_UI.md) | | Lifecycle hooks | [AGENTS_HOOKS.md](AGENTS_HOOKS.md) | | Cross-session memory | [AGENTS_MEMORY.md](AGENTS_MEMORY.md) | | Project documentation and RAG | [AGENTS_DOCUMENTATION.md](AGENTS_DOCUMENTATION.md) | | Native shared channels | [AGENTS_CHANNELS.md](AGENTS_CHANNELS.md) | | Observability, correlation, privacy, and retention | [AGENTS_OBSERVABILITY.md](AGENTS_OBSERVABILITY.md) | | Repository operation, verification, source workflow, and documentation rules | [AGENTS_RULES.md](AGENTS_RULES.md) |