Guide

Working with Agents

Deploy specialized AI agents to handle business functions autonomously.

Agent Types

EvolC provides 12 specialized agent types organized into four categories:

Marketing

  • SEO Optimizer
  • Content Writer
  • Social Media Manager

Sales

  • Lead Generator
  • Sales Outreach
  • Deal Closer

Operations

  • Billing Manager
  • Analytics Reporter
  • Process Automator

Technology

  • DevOps Engineer
  • Code Reviewer
  • Full-Stack Developer

Placing an Agent

  1. Navigate to a World View by clicking a node in your universe.
  2. Click any empty grid cell to open the Agent Library.
  3. Select an agent template or choose Custom Agent to define your own.
  4. Configure the agent name, description, and instructions, then confirm.

Agent Lifecycle

Each agent goes through these states:

IdleWaiting for work or instructions
WorkingActively processing a task
CompletedTask finished successfully
ErrorSomething went wrong, needs attention

Agent Context with AGENTS.md

Agents read context from AGENTS.md files in their working directory. This file defines:

  • Purpose — What this business function does
  • Responsibilities — What the agent should handle
  • Constraints — What the agent should avoid
  • Examples — Sample outputs and behaviors

Learn more about this standard in our blog post: Understanding agents.md

Editing and Removing Agents

Click any placed agent on the grid to open the Agent Editor. From here you can:

  • Update the agent's description and prompt
  • Change available tools
  • Switch the AI model
  • Remove the agent from the grid

Next Steps