Examples¶
These examples show the current Coactra Team · Agent · Workflow model. Runnable examples use features that are built and ship today.
Runnable Today¶
| Goal | Example |
|---|---|
| Smallest Team-first app | Basic Incident Triage |
| Agent with tools + instructions | Offline Agent SDK |
| Agent + automatic memory | Customer Support Memory |
| Agent + workspace desk | Workspace Research Desk |
| Agent + memory + tools | Support Desk |
| Team routing + explicit policy | Multi-Agent Policy |
| Team composition with skills | Composed Support Agent |
| Durable work with approvals and proof bundles | Work Order Lifecycle |
| Broad-skill routing with tag disambiguation | Procedure-Backed Work |
| Thin implement/verify/review workflow helper | Code Change Workflow |
| Release pipeline with checkpoints | Release Runner |
Local Setup¶
pip install coactra[agent]
For a development checkout:
pip install -e "./coactra[all,dev]"
Pass auth="dev-token" or auth=StaticToken(...) in team.add_agent(...) calls. For OAuth client-credentials in production, use authlib or httpx-oauth and pass the resulting TokenSource to auth=. See Getting Started for the full quickstart.