DEV Community

Melvin Carvalho
Melvin Carvalho

Posted on

Autonomous Agents

An autonomous agent is a computer program that is able to act on its own, without any human intervention. It is able to make its own decisions, based on the information it has available.

I will start to work on an autonomous agent manager, called, aam, for short:

https://aam.wtf/

Each agent is created and then skills are added to it. After that it can be deployed, and hopefully do good works.

Agents can be cloned from other agents, have nicks which can be registered in a registry. Currently the system is implemented in nodejs with MIT license.

I hope to tell the story of how agents evolve over time in several blog posts.

If you are interested in aam please star the repository.

Oldest comments (0)