Backend Breakdown
Tech Stack
Folder Structure (Example)
bashCopyEdit/backend
├── api/ # Flow and node execution endpoints
├── nodes/ # Built-in and custom node logic
├── services/ # LLM providers, memory, tools
├── flows/ # Flow definitions and validation
├── database/ # DB connection + models
└── utils/ # Error handling, logging, helpersCore Backend Responsibilities
Execution Flow
Last updated