Agent Configuration
The Agent Configuration is a core functionality in agentic framework that enables users to create, update, and delete agents.
What is an Agent?
An agent is composed of three core components:
-
Large Language Model (LLM) The core reasoning engine that drives the agent's behavior.
-
Tools A set of Python functions (onboarded as tools) that the agent can call to perform actions such as querying data, generating content, or interacting with systems.
-
Prompt (Workflow Description) A detailed set of instructions that guides the agent's decisions and actions.
Agent Configuration Overview
Agent configuration involves using a reusable, template-driven setup that allows creation of agents with specific roles, goals, and personas.
Templates Overview
The system supports multiple types of agent templates, each offering different capabilities suited for specific use cases:
-
React Agent: The ReAct (Reasoning and Acting) agent combines reasoning traces with action execution.
-
React Critic Agent: An enhanced React Agent with dual system prompts for self-critique and improved output quality.
-
Multi Agent: The multi agent follows the Plan and Execute paradigm, enabling collaboration between specialized agents.
-
Planner Executor Agent: Implements the Planner-Executor-Critic workflow with a more granular system prompt structure.
-
Meta Agent: An agent supervisor responsible for routing to individual agents and managing high-level orchestration.
-
Meta Planner Agent: An advanced orchestrator using multiple system prompts for robust and adaptive agent-based workflows.
-
Hybrid Agent: Combines features from multiple agent types, enabling flexible workflows that leverage both reasoning and execution capabilities for complex tasks.
Filtering Agents
The Agents listing page provides filter options to help users quickly find the agents they need. These filters are available to all users.
Agent Type- Filter by agent template (e.g., React Agent, Multi Agent, Meta Agent, Hybrid Agent, Planner Executor Agent, Meta Planner Agent, React Critic Agent)Created By Me- Show only agents created by the logged-in userCreated By All- Show all agents in the departmentCreated By System- Show only system-onboarded agentsTag / Industry- Filter agents by domain tags (e.g., manufacturing, logistics, finance)
Filtering Workflows
The Workflows listing page provides filter options to help users quickly find the workflows they need. These filters are available to all users.
Created By Me— Show only workflows created by the logged-in userCreated By All— Show all workflows in the departmentCreated By System— Show only system-onboarded workflows