Skip to main content

agents/README.md

Metadata

  • Purpose: Agent definition, reasoner, skill contract, or acceptance test document.
  • Domain: agents
  • Language: md
  • Bytes: 370
  • Lines: 11
  • Content hash (short): 11a84550
  • Source (start): agents/README.md:1
  • Source (end): agents/README.md:11

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

  • H1: Agent Catalog (line 1)
  • H2: Conventions (line 5)

Source Preview

# Agent Catalog

Each directory contains an AgentField-compatible agent definition with explicit skills and reasoners.

## Conventions

- `agent.yaml`: metadata, exposed reasoners, exposed skills.
- `reasoners/*.md`: reasoning policies and decision boundaries.
- `skills/*.md`: deterministic operation contracts.
- `tests/*.md`: acceptance tests for the agent behavior.