- A standardized project model called an Act
- A monorepo-friendly layout for multiple graphs (Casts)
- Built-in Skills for AI-assisted architecture, development, and testing
- Explicit context via CLAUDE.md files so tools and teammates stay aligned
Why this exists
LangGraph makes it easy to build agentic workflows. What it does not give you is a standard way to organize them as the project grows. Act Operator makes that structure explicit so graphs remain understandable, testable, and evolvable.How it works
act newscaffolds an Act project with a consistent layout- Each Cast is an independent graph package with its own state, nodes, and dependencies
- Skills guide architecture → implementation → testing workflows
- CLAUDE.md captures decisions so AI tools do not guess

