Skip to content

Managing Agents

The Agents page lets you explore available agents and create custom prompt templates for your workflows.

Navigate to Agents in the sidebar to see all available prompt templates.

The library displays agents as cards showing:

  • Name - The agent’s title
  • Description - Brief summary of capabilities
  • Tags - Categories like frontend, backend, devops

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

To start a session with an agent:

  1. Click on an agent card
  2. Review the full description
  3. Click Start Session
  4. Configure model and repository options
  5. Begin your session

Create your own prompt templates for specialized workflows.

  1. Click Create Agent on the Agents page
  2. Fill in the agent details

A clear, descriptive name for your agent.

“React Component Generator”

Brief summary shown in the agent library.

“Generates React components with TypeScript, following best practices for hooks and accessibility.”

The system prompt that defines your agent’s behavior. This is the most important part.

Effective prompts include:

  1. Role definition - Who the agent is and their expertise
  2. Task scope - What types of tasks they handle
  3. Guidelines - Coding standards, patterns to follow
  4. Constraints - What to avoid, limitations
  5. 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
  1. Click Save to create your agent
  2. Start a test session to verify behavior
  3. Iterate on the prompt based on results

To modify an existing custom agent:

  1. Find the agent in your library
  2. Click the Edit button
  3. Update configuration as needed
  4. Save changes
  1. Be specific - Vague prompts produce inconsistent results
  2. Include examples - Show the output format you expect
  3. Set boundaries - Define what the agent should NOT do
  4. Test iteratively - Refine based on actual behavior
  1. Naming conventions - Use clear, searchable names
  2. Consistent tagging - Apply tags uniformly across agents
  3. Documentation - Write helpful descriptions
  4. Version control - Track significant prompt changes