mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-31 12:00:11 +00:00
63 lines
1.4 KiB
ReStructuredText
63 lines
1.4 KiB
ReStructuredText
AGNext
|
|
------
|
|
|
|
AGNext is a framework for building multi-agent applications with AI agents.
|
|
|
|
At a high level, it provides a framework for inter-agent communication and a
|
|
suite of independent components for building and managing agents.
|
|
You can implement agents in
|
|
different programming languages and run them on different machines across organizational boundaries.
|
|
You can also implement agents using other agent frameworks and run them in AGNext.
|
|
|
|
To get you started quickly, we offers
|
|
`a suite of examples <https://github.com/microsoft/agnext/tree/main/python/examples>`_.
|
|
|
|
.. toctree::
|
|
:caption: Getting started
|
|
:hidden:
|
|
|
|
getting-started/installation
|
|
|
|
.. toctree::
|
|
:caption: Core Concepts
|
|
:hidden:
|
|
|
|
core-concepts/overview
|
|
core-concepts/foundation
|
|
core-concepts/ai-agents
|
|
|
|
.. toctree::
|
|
:caption: Guides
|
|
:hidden:
|
|
|
|
guides/patterns
|
|
guides/logging
|
|
guides/worker-protocol
|
|
|
|
.. toctree::
|
|
:caption: Cookbook
|
|
:hidden:
|
|
|
|
cookbook/type-routed-agent
|
|
cookbook/azure-openai-with-aad-auth
|
|
cookbook/termination-with-intervention
|
|
cookbook/buffered-memory
|
|
cookbook/extracting-results-with-an-agent
|
|
|
|
|
|
.. toctree::
|
|
:caption: Reference
|
|
:hidden:
|
|
|
|
reference/agnext.components
|
|
reference/agnext.application
|
|
reference/agnext.core
|
|
reference/agnext.worker
|
|
|
|
.. toctree::
|
|
:caption: Other
|
|
:hidden:
|
|
|
|
contributing
|
|
|