aam

Autonomous Agent Manager

A library and framework to create composable autonomous agents

Getting Started


GitHub license npm npm Github Stars

⚡️ Features

  ✓  Create autonomous agents
  ✓  Composable Skills
  ✓  Agent Registry
  ✓  Skills Registry
  ✓  Search agents and skills

✍️ Getting Started


Install with npm

sudo npm -g install aam

Create an agent

Display instructions to create an agent with a given name

aam create <name>

Install an agent

Instructions to install an agent, from the agent registry

aam install <agent>

Skills

Instructions to install composable skills, from the skill registry

aam skill <skill>

Search via nick for the JSON in the agent registry

aam search <nick>

⚖️ License

This project is under the MIT License. See the LICENSE file for the full license text.