mn-agents is the shared, versioned agent-template catalog for MirrorNeuron
blueprints. Blueprints actualize these templates with uses, with, and
config instead of copying runtime node boilerplate.
Install test dependencies and validate the catalog:
.venv/bin/python -m pip install -r requirements-test.txt
.venv/bin/python tools/validate_agents.py --json
.venv/bin/python -m pytest -qSimulate one template fixture:
.venv/bin/python tools/simulate_agent.py data_python_executor/fixtures/minimal.instance.json| Path | Purpose |
|---|---|
index.json |
Catalog of shared templates. |
control_* |
Control-flow templates such as routing, retry, joins, and approvals. |
data_* |
Workhorse templates such as Python execution, LLM use, observation, and services. |
schemas/ |
Template and instance schemas. |
tools/ |
Validation, rendering, and simulation helpers. |