Navigate the DevAll Backend Documentation
mainThe DevAll backend documentation is organized by user role and functional area. Use the following map to find relevant guides:
- Frontend & Operations: Use Web UI Quick Start for interface operations, workflow execution, and human review.
- Workflow Design: Use Workflow Authoring for YAML structure, node types, and CLI execution.
- Advanced Execution: Refer to Graph Execution Logic for DAG/cyclic graph details and Dynamic Parallel Execution for Map/Tree modes.
- Module Customization:
- Memory: Memory Module for
simple/file/blackboardbehaviors. - Reasoning: Thinking Module for self-reflection and custom modes.
- Tools: Tooling Module for Function/MCP modes and context injection.
- Memory: Memory Module for
- API & Standards:
- Node Configs: Node Types Reference for Agent, Python, Human, etc.
- Data/Files: Attachment & Artifact APIs for upload/download and manifest schemas.
- Metadata/Schema:
FIELD_SPECSStandard for UI form metadata and Config Schema API Contract for/api/config/schema(*)integrations.