Skip to content

A programming framework for agentic AI 🤖 (PyPi: autogen-agentchat)

License

Notifications You must be signed in to change notification settings

marinator86/autogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGNext (Starfleet)

AGNext is a OSS framework for developing intelligent applications using AI Agents patterns. It offers an easy way to quickly build event-driven, distributed, scalable, resilient AI agent systems. Agents are developed by using the Actor model.

You can build and run your agent system locally and easily move to a distributed system in the cloud when you are ready.

Key Aspects

  • Asynchronous messaging: Agents communicate with each other through asynchronous messages, enabling event-driven and request/response communication models.
  • Scalable & Distributed: Enable complex scenarios with networks of agents across org boundaries
  • Modular, extensible & highly customizable: E.g. custom agents, memory as a service, tools registry, model library
  • x-lang support: Python & Dotnet interoperating agents today, others coming soon
  • Observable, traceable & debuggable

Getting Started

We are in the early stages of development, but we are excited to share our progress with you. We are looking for feedback and contributions to help shape the future of this project. Your best place to start is the Documentation.

About

A programming framework for agentic AI 🤖 (PyPi: autogen-agentchat)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 29.5%
  • Python 29.0%
  • C# 22.8%
  • HTML 14.7%
  • TypeScript 3.2%
  • JavaScript 0.5%
  • Other 0.3%