A runnable TypeScript starter for a visible, testable multi-agent workflow. It ships with named responsibilities, handoffs, model routes, approval policy, evaluation contracts, MCP configuration, CI, and a no-key preview.
Open the visual Team Flow in Codelit | Agent Team documentation | Browse proven teams
npm install
npm run preview
npm testThe preview reads agent-workflow/workflow.json and prints the execution
path. It does not call a model, connector, or hosted Codelit service.
cp agent-workflow/runtime.env.example .env
# Add ANTHROPIC_API_KEY or OPENAI_API_KEY
npm run dev -- "Review these approved notes and produce an evidence-linked brief."- Importable workflow source of truth
- TypeScript orchestrator and model routing
- Human approval gates
- Skills, MCP configuration, and eval contracts
- Environment profiles and secret manifest
- Contract tests and GitHub Actions verification
This repository is fully usable for previewing, testing, and running with your own model key. Codelit Pro adds hosted schedules, managed browser sessions, OAuth credential storage, connected-app writes, team notifications, and durable hosted Run Receipts.
Select Use this template on GitHub to create a clean repository without
copying this repository's history. Then edit agent-workflow/workflow.json
directly or open the visual version in Codelit.
MIT
