Agents
Manage AI agents, their configurations, and monitoring.

Overview
Agents are autonomous AI entities configured to perform specific tasks. This section allows you to manage their lifecycle, monitor their performance, and configure their behaviors.
Dashboard Summary:
Total Agents: Total number of agents configured
Active: Number of agents currently active
Error: Number of agents in error state
Agents List
The agents table displays:
Agent: Name and description (e.g., "Claude Assistant", "Code Reviewer")
Type: AI Provider (e.g., CLAUDE, OPENAI, CUSTOM)
Status: Current state (Active, Error, Maintenance, Busy, Inactive)
Environment: Runtime environment (e.g., x64 @ 8 GB)
Last Heartbeat: Time since last signal
Created: Creation date
Actions: Edit, Delete, etc.
Creating an Agent
Navigate to Organization → Agents → Click + Create

Basic Information
Agent Name* (Required)
A unique name to identify this agent
Example:
Claude Assistant
Agent Type* (Required)
Select the AI provider for this agent
Options:
Claude (Anthropic),OpenAI,Custom
Description* (Required)
Brief description of what this agent does
Workspace Path* (Required)
File system path where agent files are stored
Example:
/workspace/agents/claude-assistant
System Prompt
System Prompt* (Required)
Instructions that define the agent's behavior and personality
Example: "You are a helpful AI assistant. Always be professional and accurate."
Configuration
Model
Model identifier (e.g.,
claude-3-sonnet,gpt-4-turbo)
Temperature
Controls randomness (0 = deterministic, 1 = creative)
Max Tokens
Maximum response length in tokens
Anthropic API Version / OpenAI Organization
Provider-specific settings
Custom API Endpoint
Full URL to your custom AI endpoint (if applicable)
Environment
Configure runtime environment variables and resources
Actions
Cancel: Discard changes
Create Agent: Submit and create the agent
Viewing Agent Details
To view detailed information about an agent:
Navigate to Organization → Agents
Click on an agent from the list
View details in the modal dialog

Details Panel:
Basic Information: Name, Type, Description, Workspace Path
System Prompt: View the current system prompt
Configuration: View model settings
Environment: View environment settings
Editing an Agent
To update an agent's configuration:
Open agent details
Click Edit button (or select Edit from list actions)
Modify editable fields in the Edit Agent modal

Click Update Agent to save changes
Editable Fields:
✅ Basic Information (Name, Description, Workspace Path)
✅ System Prompt
✅ Configuration (Model, Temperature, etc.)
✅ Environment
Best Practices
Specific Prompts: Write clear, specific system prompts to guide agent behavior
Resource Allocation: Monitor environment usage and adjust resources as needed
Error Monitoring: Check "Error" status agents immediately to resolve issues
Version Control: Keep track of changes to system prompts and configurations
Next Steps
Configure Platform Connections for your agents
Set up Tools for your agents to use
Monitor agent activity in Analytics
Last updated