Skip to main content
Create agents tailored to your project’s specific improvement goals.

Interactive Setup

Walks you through: name, metric, eval script, scope files, time budget.

Manual Setup

  1. Write an eval script in eval/:
  1. Create agent config in .tenet/agents/my-agent.toml:
  1. Test the eval manually:
  1. Run the agent:

Tips

  • Start with one metric — focused agents beat general-purpose ones
  • Verify gradient — run the eval, confirm the metric isn’t at ceiling
  • Narrow scope — fewer scope_files = more focused changes
  • Short rounds — 3-5 minutes per round is ideal for iteration speed