March 17, 2025
⚙️ Config v1.2.3
- Added
maxRecursionLimit
to Agents Endpoint- Sets the absolute maximum number of steps an agent can take in a run
- Defines the upper limit for
recursionLimit
that can be set from the UI - If omitted, defaults to the value of
recursionLimit
or 25 ifrecursionLimit
is also omitted - For more information about agent steps, see Max Agent Steps
- Updated
recursionLimit
in 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
artifacts
to 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
chain
to 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