Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt

Use this file to discover all available pages before exploring further.

Your project comes with multiple agents. Choosing the right agent for the task leads to better results.

Default Agents

Three agents are automatically created with every new project.
AgentStrengthsWhen to Use
Project AgentDocument search, creation, analysis, Python execution, file generation”Write a design doc”, “Analyze this CSV”, “Create a sales report in Excel”
Code AgentSource code search, reading, analysis, implementation suggestions”How does this function work?”, “Find the bug”, “Explain the API spec”
Web SearchWeb information search, source verification, information synthesis”What’s new in React 19?”, “Research competitor pricing”
The Project Agent is displayed with the same name as your project.

Switching Agents

  1. Click the agent name you want in the Agents section of the sidebar
  2. The chat area shows the selected agent’s name and model
  3. You can also use the ← → carousel arrows to cycle through agents
Switching agents shows that agent’s conversation history. Each agent maintains independent threads.

Creating Custom Agents

In addition to the three defaults, you can create your own agents. Click the + button in the Agents section of the sidebar to create a custom agent. Custom agents can be configured with:
  • Agent name and description
  • AI model
  • Skills and MCP apps
  • Context learning settings
→ For details, see Managing Agents.