Skip to content

Repository files navigation

Agent Team Starter

Agent Team Starter

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

Try it without an account or key

npm install
npm run preview
npm test

The preview reads agent-workflow/workflow.json and prints the execution path. It does not call a model, connector, or hosted Codelit service.

Run with your own model key

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."

What is included

  • 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

Free and hosted boundary

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.

Use this template

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.

License

MIT

About

Runnable TypeScript starter for visual AI agent teams with approvals and evals

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages