Documentation Map
For Users
| Doc | Use this when |
|---|---|
| Workflow Quickstart | You want your first working YAML workflow in Python or TypeScript |
| FAQ | You have questions about installation, configuration, usage, or best practices |
| Examples | You want runnable examples and commands you can copy-paste |
| YAML Workflow System | You want to understand nodes, routing, custom workers, globals, and templating |
| Python Binding | You want to run workflows or completions from Python |
| Node.js Binding | You want to run workflows or completions from TypeScript / Node |
| WASM Binding | You want to try the browser / WASM API |
| Tracing & Observability | You want Langfuse, Jaeger, or OTLP tracing wired up |
| Troubleshooting | You hit a setup or runtime issue and need the fastest fix |
For Rust Users
| Doc | Use this when |
|---|---|
| Rust Quick Start | You want your first Rust completion request running |
| Rust Usage Guide | You want routing, streaming, healing, and caching patterns in Rust |
For Contributors
| Doc | Use this when |
|---|---|
| Development Guide | You want to build, test, lint, or contribute to the repo |