2024-06-12 15:21:20 -04:00
|
|
|
AGNext
|
2024-05-24 13:45:23 -04:00
|
|
|
------
|
|
|
|
|
2024-06-28 23:15:46 -07:00
|
|
|
AGNext is a framework for building multi-agent applications with AI agents.
|
2024-06-12 15:21:20 -04:00
|
|
|
|
2024-06-28 14:15:51 -07:00
|
|
|
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
|
2024-07-23 17:08:56 -07:00
|
|
|
different programming languages and deploy them on different machines across organizational boundaries.
|
2024-06-25 16:51:49 -07:00
|
|
|
You can also implement agents using other agent frameworks and run them in AGNext.
|
2024-06-12 15:21:20 -04:00
|
|
|
|
2024-06-28 23:15:46 -07:00
|
|
|
To get you started quickly, we offers
|
2024-07-22 11:06:30 -07:00
|
|
|
`a suite of samples <https://github.com/microsoft/agnext/tree/main/python/samples>`_.
|
2024-06-21 05:05:54 -07:00
|
|
|
|
2024-07-23 17:08:56 -07:00
|
|
|
To learn about the core concepts of AGNext, read the following sections:
|
|
|
|
|
|
|
|
- `Overview <core-concepts/overview>`_ on the architecture design.
|
|
|
|
- `Foundation <core-concepts/foundation>`_ on agent runtime and inter-agent communication.
|
|
|
|
- `AI Agents <core-concepts/ai-agents>`_ on how to build AI agents.
|
|
|
|
- `Multi-Agent Patterns <core-concepts/patterns>`_ on multi-agent collaboration patterns.
|
|
|
|
|
2024-06-04 09:34:56 -04:00
|
|
|
.. toctree::
|
|
|
|
:caption: Getting started
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
getting-started/installation
|
2024-06-28 23:15:46 -07:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Core Concepts
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
core-concepts/overview
|
|
|
|
core-concepts/foundation
|
|
|
|
core-concepts/ai-agents
|
2024-07-23 17:08:56 -07:00
|
|
|
core-concepts/patterns
|
2024-06-12 08:25:42 -07:00
|
|
|
|
|
|
|
.. toctree::
|
2024-06-28 14:15:51 -07:00
|
|
|
:caption: Guides
|
2024-06-12 08:25:42 -07:00
|
|
|
:hidden:
|
|
|
|
|
2024-06-28 14:15:51 -07:00
|
|
|
guides/logging
|
|
|
|
guides/worker-protocol
|
2024-06-04 09:34:56 -04:00
|
|
|
|
2024-06-03 16:06:04 -04:00
|
|
|
.. toctree::
|
2024-06-28 14:15:51 -07:00
|
|
|
:caption: Cookbook
|
2024-06-03 16:06:04 -04:00
|
|
|
:hidden:
|
|
|
|
|
2024-06-28 14:15:51 -07:00
|
|
|
cookbook/type-routed-agent
|
|
|
|
cookbook/azure-openai-with-aad-auth
|
|
|
|
cookbook/termination-with-intervention
|
|
|
|
cookbook/buffered-memory
|
|
|
|
cookbook/extracting-results-with-an-agent
|
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.core
|
2024-06-28 08:03:42 -07:00
|
|
|
reference/agnext.worker
|
2024-06-12 15:21:20 -04:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Other
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
contributing
|
|
|
|
|