March 17, 2025
⚙️ Config v1.2.3
- Added
maxRecursionLimitto Agents Endpoint- Sets the absolute maximum number of steps an agent can take in a run
- Defines the upper limit for
recursionLimitthat can be set from the UI - If omitted, defaults to the value of
recursionLimitor 25 ifrecursionLimitis also omitted - For more information about agent steps, see Max Agent Steps
- Updated
recursionLimitin Agents Endpoint- Now represents the default number of steps an agent can take in a run
- This value can be configured from the UI up to the
maxRecursionLimit(if one is provided) - For more information about agent steps, see Max Agent Steps
- Added
artifactsto Agent Capabilities- Enables agents to generate and display interactive content, such as React components, HTML code, and Mermaid diagrams
- For more information, see Artifacts
- Added
chainto Agent Capabilities- Enables a Mixture-of-Agents (MoA) approach for complex tasks
- Allows creation of chains of specialized agents that work together
- Each agent in the chain can access outputs from previous agents
- For more information, see Agent Chain