Composable agents. Flexible task flows. One lightweight framework.
Component | Description | Key Features |
---|---|---|
Agent | A self-contained unit powered by an LLM and optional tools | - Tool invocation - Custom start hooks - System prompts - Stateless or memory-driven design |
Tool | A callable Python function with metadata | - Reusable - Easily registered - Simple input/output schema |
TaskFlow | Composable flow engine that connects agents together | - Sequential/Parallel execution - Input mapping - Output routing |
Custom Start | Override how an agent processes data | - Direct LLM calls - Prompt chaining - Arbitrary preprocessing logic |