Go to file
Ryan Sweet 81463c0c64 Rysweet contibruting.md (#460)
* add standard contributing.md Fill out contributing guide on website #455

* add contibuting.md #455

* Update CONTRIBUTING.md

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>

* Update CONTRIBUTING.md

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>

* Update CONTRIBUTING.md

Co-authored-by: gagb <gagb@users.noreply.github.com>

* add symlink to top level contributing

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-09-11 17:40:16 -04:00
.devcontainer Marketing sample migration to AGNext (#234) 2024-07-19 20:57:13 +00:00
.github/workflows Require lockfile to be up to date in CI (#457) 2024-09-09 09:34:06 -04:00
docs/design Initial design proposal for message routing (#245) 2024-08-23 13:31:26 -04:00
dotnet Support datacontenttype and lay groundwork for unknown payloads (#444) 2024-09-05 16:36:59 -04:00
protos Support datacontenttype and lay groundwork for unknown payloads (#444) 2024-09-05 16:36:59 -04:00
python Rysweet contibruting.md (#460) 2024-09-11 17:40:16 -04:00
CHANGELOG.md update readme and add `CHANGELOG.md` (#368) 2024-08-17 06:05:18 +00:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2024-05-07 15:12:54 -07:00
CONTRIBUTING.md Rysweet contibruting.md (#460) 2024-09-11 17:40:16 -04:00
LICENSE LICENSE committed 2024-05-07 15:12:54 -07:00
README.md Update README.md (#458) 2024-09-09 09:12:27 -07:00
SECURITY.md SECURITY.md committed 2024-05-07 15:12:56 -07:00
SUPPORT.md SUPPORT.md committed 2024-05-07 15:12:55 -07:00

README.md

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.