Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 384 Bytes

File metadata and controls

16 lines (11 loc) · 384 Bytes

Agent Room

Standalone workspace for the autonomous multi-agent discussion product.

What Is Here

  • packages/client: the multi-agent studio UI
  • packages/server: the /api/agent-reply API and shared LLM/guardian logic
  • packages/shared: shared TypeScript contracts used by the client and server

Common Commands

  • pnpm build
  • pnpm test
  • pnpm dev
  • ./dev.sh