Web App
Research codebases online.
Open a thread, tag a source, and let btca inspect code, docs, packages, and current web context from a hosted agent runtime.
You
@repo How does the agent stream tool calls?
Agent
The stream is proxied through the SvelteKit run endpoint, then hydrated into tool groups in the chat UI. The important files are:
src/agent-server/main.ts src/routes/api/agent/runs/[runId]/stream/+server.ts src/lib/server/redis/transcript.ts
Git repos
Docs
Web
Commands