Skip to main content
Agents are configured with TOML files in .tenet/agents/. Each file defines one agent with its metric, eval script, scope, and constraints.

Basic Example

.tenet/agents/test-coverage.toml

Reference

[agent] Section

[eval] Section

[constraints] Section

[policy] Section (Advanced)

[context_scope] Section

Full Example (CLI Speed Agent)

.tenet/agents/tenet-cli-speed.toml

Creating an Agent Interactively

This walks you through setting up name, metric, eval script, and scope.

Listing Agents

Archiving Agents

Move dead agents to .tenet/agents/_archived/:
Archived agents are ignored by the nightly loop and agent list.