mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-23 08:02:05 +00:00
69 lines
1.6 KiB
ReStructuredText
69 lines
1.6 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 deploy them on different machines across organizational boundaries.
|
|
You can also implement agents using other agent frameworks and run them in AGNext.
|
|
|
|
To start quickly, read the `quick start <getting-started/quickstart.html>`_.
|
|
|
|
To learn about the core concepts of AGNext, read the `overview <core-concepts/overview.html>`_.
|
|
|
|
.. toctree::
|
|
:caption: Core Concepts
|
|
:hidden:
|
|
|
|
core-concepts/overview
|
|
|
|
.. toctree::
|
|
:caption: Getting started
|
|
:hidden:
|
|
|
|
getting-started/installation
|
|
getting-started/quickstart
|
|
getting-started/agent-and-agent-runtime
|
|
getting-started/message-and-communication
|
|
getting-started/model-clients
|
|
getting-started/tools
|
|
getting-started/multi-agent-design-patterns
|
|
|
|
.. toctree::
|
|
:caption: Guides
|
|
:hidden:
|
|
|
|
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
|
|
cookbook/openai-assistant-agent
|
|
cookbook/langgraph-agent
|
|
cookbook/llamaindex-agent
|
|
|
|
|
|
.. toctree::
|
|
:caption: Reference
|
|
:hidden:
|
|
|
|
reference/agnext.components
|
|
reference/agnext.application
|
|
reference/agnext.core
|
|
|
|
.. toctree::
|
|
:caption: Other
|
|
:hidden:
|
|
|
|
contributing
|
|
|