Coding agents, orchestrated. Software work is written as cards on a task board — and coding-agent CLIs (Codex, Claude Code, Copilot, Gemini) pick them up, build, review and document, surrounded by pipelines, gates and quota management.
| Repository | What it is |
|---|---|
| agent-studio | The cockpit: task board, agent pipelines, project wikis, quota & release management. .NET backend, Angular frontend. |
| quality-studio | The engineer room: agent-driven, layered code reviews with quality truth persisted next to the code. |
| Repository | Package | What it does |
|---|---|---|
| runner | CodingAgentRunner (NuGet) |
Run coding-agent CLIs from .NET: hardened spawning, streamed events, lifecycle & quota tracking. |
| chat | coding-agent-chat (npm) |
Angular conversation UI for agent chats: composer, streaming conversation view, context management. |
| token-economy | TokenEconomy (NuGet, first release upcoming) |
Token economics for LLM coding agents: dated model pricing, cost computation, token-efficiency model selection. |
Almost everything here is built the way it is used: as cards on the board, worked by agents, reviewed in the pipeline — orchestrated by Agent Studio itself.