by @pixelml
Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.
AgenticFlow is a platform for building AI-powered automation workflows, intelligent agents, and workforce systems.
| Topic | When to Use | Reference |
|---|---|---|
| CLI Setup | First-time install, auth, env vars | reference/cli-setup.md |
| Template Bootstrap | Cold-start sample discovery and duplicate flows | reference/cli-setup.md |
| Workflow | Building automation flows with nodes | workflow/overview.md |
| Workflow (CLI-first) | Building/running workflows via CLI | workflow/cli-mode.md |
| Agent | Creating single intelligent agents | reference/agent/overview.md |
| Agent (CLI-first) | Creating/testing agents with CLI | reference/agent/cli-mode.md |
| Workforce | Orchestrating multiple agents | reference/workforce/overview.md |
| Troubleshooting | Common errors and fixes | reference/troubleshooting.md |
| Definition of Done | Enforcing production acceptance criteria | reference/quality/acceptance-criteria.md |
Workflows are linear automation pipelines composed of sequential nodes. Each node performs a specific action.
| Guide | Description |
|---|---|
| overview.md | Core concepts, schemas, execution model |
| how-to-build.md | Step-by-step build guide |
| how-to-run.md | Execute workflows and handle results |
| cli-mode.md | CLI-first equivalents for MCP workflows |
| node-types.md | Node type schemas and di... |