2024-06-12 15:21:20 -04:00
|
|
|
AGNext
|
2024-05-24 13:45:23 -04:00
|
|
|
------
|
|
|
|
|
2024-06-12 15:21:20 -04:00
|
|
|
AGNext is a framework for building multi-agent applications. It is designed to be easy to use, flexible, and scalable.
|
|
|
|
|
|
|
|
At a high level it provides both a framework for inter-agent communication and a set of components for building and managing agents.
|
|
|
|
|
|
|
|
:doc:`Agents <core-concepts/agent>` are hosted by and managed by a :doc:`runtime <core-concepts/runtime>`.
|
|
|
|
AGNext supports both RPC or event based based
|
|
|
|
communication between agents, allowing for a :doc:`diverse set of agent patterns
|
|
|
|
<core-concepts/patterns>`. AGNext provides default agent implementations for
|
|
|
|
common uses, such as chat completion agents, but also allows for fully custom agents.
|
|
|
|
|
2024-06-04 09:34:56 -04:00
|
|
|
.. toctree::
|
|
|
|
:caption: Getting started
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
getting-started/installation
|
2024-06-12 08:25:42 -07:00
|
|
|
getting-started/tutorial
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Core Concepts
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
core-concepts/runtime
|
|
|
|
core-concepts/agent
|
|
|
|
core-concepts/patterns
|
|
|
|
core-concepts/memory
|
|
|
|
core-concepts/tools
|
2024-06-12 17:10:17 -04:00
|
|
|
core-concepts/cancellation
|
|
|
|
core-concepts/logging
|
2024-06-18 15:51:02 -04:00
|
|
|
core-concepts/namespace
|
2024-06-04 09:34:56 -04:00
|
|
|
|
2024-06-03 16:06:04 -04:00
|
|
|
.. toctree::
|
|
|
|
:caption: Guides
|
|
|
|
:hidden:
|
|
|
|
|
2024-06-12 17:10:17 -04:00
|
|
|
guides/type-routed-agent
|
2024-06-13 00:10:35 -07:00
|
|
|
guides/group-chat-coder-reviewer
|
2024-06-12 17:10:17 -04:00
|
|
|
guides/azure-openai-with-aad-auth
|
2024-06-03 16:06:04 -04:00
|
|
|
|
|
|
|
|
2024-05-24 13:45:23 -04:00
|
|
|
.. toctree::
|
|
|
|
:caption: Reference
|
|
|
|
:hidden:
|
|
|
|
|
2024-06-04 10:00:05 -04:00
|
|
|
reference/agnext.components
|
|
|
|
reference/agnext.application
|
2024-05-24 13:45:23 -04:00
|
|
|
reference/agnext.chat
|
|
|
|
reference/agnext.core
|
2024-06-12 15:21:20 -04:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Other
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
contributing
|
|
|
|
|