GitHub - Thytu/Agentarium: open-source framework for creating and managing simulations populated with AI-powered agents. It provides an intuitive platform for designing complex, interactive environments where agents can act, learn, and evolve.
🌿 Agentarium
A powerful Python framework for managing and orchestrating AI agents with ease. Agentarium provides a flexible and intuitive way to create, manage, and coordinate interactions between multiple AI agents in various environments.
Installation •
Quick Start •
Features •
Examples •
Documentation •
Contributing
🚀 Installation
🎯 Quick Start
from agentarium import Agent
# Create agents
agent1 = Agent(name="agent1")
agent2 = Agent(name="agent2")
agent1.talk_to(agent2, "Hello, how are you...
Read more at github.com