Skip to content

maeste/wise-agents

 
 

Repository files navigation

Wise Agents: A Distributed AI Multi-Agent Framework

Wise-agent is a framework implementing an architecture of distributed multi AI agents.

Multi-agent system

Agents can be considered composable and adaptable AI components which have memory, and are able to receive an input request, collect external information, take actions and collaborate with other agents or humans to get the outcomes requested.

Gartner’s definition of a multi-agent system is:

A multiagent system (MAS) is a type of AI system composed of multiple, independent (but interactive) agents, each capable of perceiving their environment and taking actions. Agents can be AI models, software programs, robots and other computational entities. Multiple agents can work toward a common goal that goes beyond the ability of individual agents, with increased adaptability and robustness.

For more details refer to our documentation

A good starting point to put the hands in the jam is checking our examples directory and follow the instructions to play with them

If you want to contribute, please have a look to CONTRIBUTING.md

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 1.8%
  • Makefile 0.8%