aam
v0.0.32
Published
autonomous agent manager
Downloads
37
Readme
⚡️ 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
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.