Skip to content

Coactra Docs

Coactra is a policy-aware composition library for AI workloads. It gives host applications small Scope, Policy, Team, Agent, Workflow, and Run primitives for wiring existing model, memory, tool, and workflow stacks.

Start with the Quickstart, then use the example and production guides when you are ready to wire real backends.

Install

pip install "coactra[agent]"

Use extras to add the backends you need:

pip install "coactra[sql]"
pip install "coactra[graphiti]"
pip install "coactra[langgraph]"

Main Guides

  • Quickstart: build a small function-first incident triage app.
  • Bring Your Own Stack: pydantic-ai models, OAuth, and A2A serving without Coactra glue.
  • Examples: runnable scripts and sample projects.
  • API Index: the public API surface.
  • Production: SQL work store, scope consistency, auth, and deployment posture.
  • Architecture: package boundaries and adoption rules.

Documentation Flow

Documentation follows the same branch flow as code:

feature/* -> dev -> main -> GitHub Pages

Pull requests into dev and main build the docs as a check. Only main deploys the public GitHub Pages site.