Skip to content

MirrorNeuronLab/mn-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MirrorNeuron Agents

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.

Quick Start

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 -q

Simulate one template fixture:

.venv/bin/python tools/simulate_agent.py data_python_executor/fixtures/minimal.instance.json

Details

Common Paths

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages