Complete documentation for building workflows with Weavegraph.
-
QUICKSTART.md - Quickstart guide covering core concepts
- Covers first-run setup, typed message roles, conditional routing, and execution modes
-
OPERATIONS.md - Runtime operations and deployment
- Event Streaming: Sinks, patterns, diagnostics, and observability
- Persistence: SQLite checkpointing and in-memory mode
- Testing: Test strategies, event capture, and property-based testing
- Error Handling: Diagnostics and troubleshooting
- Production: Performance, monitoring, and deployment
-
ARCHITECTURE.md - Core architecture, module overview, and custom reducers
- MIGRATION.md - Upgrade notes and migration guides by release
- Schema Definitions - JSON schemas for event and error payloads
- CHANGELOG.md - Release history (placeholder until added in §0.P.3)
- Examples - Runnable code for all major patterns
- STREAMING.md - Event streaming quickstart guide