Managing Agents
The Agents page lets you explore available agents and create custom prompt templates for your workflows.
Browsing Agents
Section titled “Browsing Agents”Navigate to Agents in the sidebar to see all available prompt templates.
Agent Library
Section titled “Agent Library”The library displays agents as cards showing:
- Name - The agent’s title
- Description - Brief summary of capabilities
- Tags - Categories like
frontend,backend,devops
Filtering
Section titled “Filtering”Use the filter options to find agents:
- Search - Find agents by name or description
- Tags - Filter by category (click tags to filter)
- Sort - Order by name, popularity, or recency
Using an Agent
Section titled “Using an Agent”To start a session with an agent:
- Click on an agent card
- Review the full description
- Click Start Session
- Configure model and repository options
- Begin your session
Creating Custom Agents
Section titled “Creating Custom Agents”Create your own prompt templates for specialized workflows.
Create New Agent
Section titled “Create New Agent”- Click Create Agent on the Agents page
- Fill in the agent details
Agent Configuration
Section titled “Agent Configuration”A clear, descriptive name for your agent.
“React Component Generator”
Description
Section titled “Description”Brief summary shown in the agent library.
“Generates React components with TypeScript, following best practices for hooks and accessibility.”
Prompt Template
Section titled “Prompt Template”The system prompt that defines your agent’s behavior. This is the most important part.
Effective prompts include:
- Role definition - Who the agent is and their expertise
- Task scope - What types of tasks they handle
- Guidelines - Coding standards, patterns to follow
- Constraints - What to avoid, limitations
- Output format - How to structure responses
Example prompt:
You are an expert React developer specializing in TypeScript and modern React patterns.
When generating components:- Use functional components with hooks- Include TypeScript types for all props- Follow accessibility best practices (ARIA labels, keyboard navigation)- Use CSS modules or Tailwind for styling- Include JSDoc comments for complex logic
Always explain your design decisions and offer alternatives when appropriate.Add relevant tags to help users find your agent:
- Use existing tags when applicable
- Create new tags for unique categories
- Aim for 2-5 relevant tags
Save and Test
Section titled “Save and Test”- Click Save to create your agent
- Start a test session to verify behavior
- Iterate on the prompt based on results
Editing Agents
Section titled “Editing Agents”To modify an existing custom agent:
- Find the agent in your library
- Click the Edit button
- Update configuration as needed
- Save changes
Agent Best Practices
Section titled “Agent Best Practices”Prompt Engineering Tips
Section titled “Prompt Engineering Tips”- Be specific - Vague prompts produce inconsistent results
- Include examples - Show the output format you expect
- Set boundaries - Define what the agent should NOT do
- Test iteratively - Refine based on actual behavior
Organization Tips
Section titled “Organization Tips”- Naming conventions - Use clear, searchable names
- Consistent tagging - Apply tags uniformly across agents
- Documentation - Write helpful descriptions
- Version control - Track significant prompt changes
Next Steps
Section titled “Next Steps”- Create a session with your custom agent
- Learn about Automations that use agents
- Explore AI Providers for model options