AkurAI Build
Menu

popagent

public

Latest change b1ce7780419661fdbaa419ac388e20658c4f7caf - Release 1.0.50: task list slimming, remediation auto-requeue, research handoff synthesis 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, models, server) | [AGENTS_AGENT.md](AGENTS_AGENT.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) |