Agents Configuration
Configure how your AI agents behave, what tools they can use, and how they interact with your project.
Agent Panel
Open the agent panel from the sidebar in any project to configure:
Tools
Control which tools your agent can use:
- Enabled tools — Toggle individual tools on or off
- Tool categories — Enable or disable entire categories (file, terminal, git, deploy, etc.)
- Auto-approve — Set which tool categories run without confirmation
Memory
Agent memory determines what context persists across conversations:
| Memory Type | Description |
|---|---|
| Working memory | Short-term context within a single conversation |
| Episodic memory | Key facts and decisions remembered across sessions |
| Semantic memory | Embeddings-based knowledge from project files |
Configure memory settings:
- Memory retention — How long episodic memories are kept
- Memory search — Enable semantic search across past conversations
- Memory panel — View and manage stored memories from the agent drawer
LLM Settings
| Setting | Description |
|---|---|
| Provider | Which AI provider to use (OpenAI, Anthropic, etc.) |
| Model | Specific model within the provider |
| Speed tier | Default speed tier (Instant, Fast, Deep, Reasoning) |
| Temperature | Creativity vs. determinism (0.0 - 1.0) |
| Max tokens | Maximum response length |
System Prompt
Customize the agent's system prompt to control its personality and behavior:
- Default prompts are provided for common use cases
- Custom prompts override the default
- Project-specific context from
.chyper/GUIDELINES.mdand.chyper/CONTEXT.mdis automatically included
Scheduling
Set up agents to run on a schedule:
- Open the agent panel
- Go to the Schedule tab
- Set a cron expression or use presets (hourly, daily, weekly)
- Define the task the agent should perform
- Enable the schedule
Schedule Use Cases
- Daily code review — Run a security scan every morning
- Weekly reports — Generate project status reports
- Continuous monitoring — Check for dependency updates
Execution Plans
View and manage the agent's execution plans:
- Plan history — See previous plans and their outcomes
- Plan details — Inspect individual steps, tool calls, and results
- DAG Inspector — Visualize the task dependency graph