Configuration
- Name: human-readable label for the agent
- Prompt: main
task_promptdefining behavior - Tools: select workspace or predefined tools to enable actions
- RAG: attach data sources/collections to ground answers
- Variables: define input and capture variables
- Decision Variables: drive conditional edges downstream
Implemented as the
task node type in src/components/nodes/task/ with configuration via Details, RAG, and Variables drawers.