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-08-26 17:23:27 -07:00
|
|
|
To start quickly, read the `quick start <getting-started/quickstart.html>`_.
|
2024-06-21 05:05:54 -07:00
|
|
|
|
2024-08-06 11:37:11 -07:00
|
|
|
To learn about the core concepts of AGNext, read the `overview <core-concepts/overview.html>`_.
|
2024-07-23 17:08:56 -07:00
|
|
|
|
2024-06-04 09:34:56 -04:00
|
|
|
.. toctree::
|
2024-08-06 11:37:11 -07:00
|
|
|
:caption: Core Concepts
|
2024-06-04 09:34:56 -04:00
|
|
|
:hidden:
|
|
|
|
|
2024-08-06 11:37:11 -07:00
|
|
|
core-concepts/overview
|
2024-06-28 23:15:46 -07:00
|
|
|
|
|
|
|
.. toctree::
|
2024-08-06 11:37:11 -07:00
|
|
|
:caption: Getting started
|
2024-06-28 23:15:46 -07:00
|
|
|
:hidden:
|
|
|
|
|
2024-08-06 11:37:11 -07:00
|
|
|
getting-started/installation
|
2024-08-26 17:23:27 -07:00
|
|
|
getting-started/quickstart
|
2024-08-06 11:37:11 -07:00
|
|
|
getting-started/agent-and-agent-runtime
|
|
|
|
getting-started/message-and-communication
|
|
|
|
getting-started/model-clients
|
|
|
|
getting-started/tools
|
|
|
|
getting-started/multi-agent-design-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-08-08 00:14:18 -07:00
|
|
|
cookbook/openai-assistant-agent
|
2024-08-05 12:27:03 -07:00
|
|
|
cookbook/langgraph-agent
|
|
|
|
cookbook/llamaindex-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-12 15:21:20 -04:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Other
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
contributing
|
|
|
|
|