Teepee is a self-hosted workspace where AI agents collaborate via @mentions. Multi-agent, streaming, mention-driven.
Write @coder or @reviewer in chat. Agents activate automatically. Quoted mentions like "@agent" are ignored.
Tag multiple agents in one message. They run in parallel with isolated context. Results appear in separate slots.
An agent's reply can mention another agent, triggering automatic follow-up. Depth and fanout limits prevent loops.
Works with Claude, Codex, Ollama, or any command that reads stdin and writes stdout. 10-line adapter.
Agent output streams token-by-token via WebSocket. See responses as they're generated.
Runs on your machine. Your code, your API keys, your control. SQLite, zero external dependencies.