
-
Agent Mode (High Autonomy Nodes)
- Use Cases: Tasks requiring complex decision-making and free-form LLM involvement (e.g., open-ended conversations, creative generation).
- Features: Autonomous reasoning based on LLM, capable of dynamically invoking tools and adjusting strategies to adapt to uncertainties.
-
Workflow Mode (Low Autonomy Nodes)
- Use Cases: Structured processes and tasks with clear rules (e.g., data cleaning, API calls).
- Features: Predefined standardized operation chains to ensure execution efficiency and controllability.
-
Hybrid Collaboration Mechanism
- Dynamic Switching: Seamless transition between agent and workflow nodes within the same process (e.g., an agent first understands and communicates user needs, then triggers the corresponding workflow to complete the task).
- State Sharing: Data is passed through unified state channels to avoid architectural fragmentation.