Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
2 years ago | |
|---|---|---|
| .devcontainer | 2 years ago | |
| .github/workflows | 2 years ago | |
| docs/design | 2 years ago | |
| dotnet | 2 years ago | |
| protos | 2 years ago | |
| python | 2 years ago | |
| CODE_OF_CONDUCT.md | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
| SECURITY.md | 2 years ago | |
| SUPPORT.md | 2 years ago | |
Starfleet (formerly AGNext - product name TBD) is a OSS framework for developing intelligent applications using AI Agents patterns.
Starfleet 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.
The SDK comes with built-in agents that you can use as starting points. You can also use your own agents built from scratch, and use the Starfleet SDK to integrate them with other systems or to scale them into the cloud.
To build an agent system in Starfleet developers focus on understanding the overall workflow and mapping that flow into various AI agents.
You may want to leverage more prescriptive agent behavior contracts, and in addition to the pub/sub model agents Starfleet also offers request/response message system base agents that implement different approaches to agent behavior, including layering request/response patterns on top of the event-driven model. For an example of this see the ChatAgents in the Python examples.
We are admittedly 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 in the samples directories for python and .NET.
This is a mirror of AutoGen from GitHub. AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
Python SVG Jupyter Notebook C# TSX other