Fix links (#241)

This commit is contained in:
Eric Zhu 2024-07-22 11:06:30 -07:00 committed by GitHub
parent c85da398a0
commit 09b3a66320
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# AGNext
- [Documentation](http://microsoft.github.io/agnext)
- [Examples](https://github.com/microsoft/agnext/tree/main/python/examples)
- [Examples](https://github.com/microsoft/agnext/tree/main/python/samples)
## Package layering

View File

@ -2,7 +2,7 @@
AGNext provides a suite of components to help developers build AI agents.
This section is still under construction.
The best place to start is the [examples](https://github.com/microsoft/agnext/tree/main/python/examples).
The best place to start is the [samples](https://github.com/microsoft/agnext/tree/main/python/samples).
## Type-Routed Agent
@ -21,7 +21,7 @@ Tools can be used together with agents powered by the OpenAI's ChatCompletion or
AGNext provides the {py:mod}`agnext.components.tools` module with a suite of built-in
tools and utilities for creating and running custom tools.
See [examples](https://github.com/microsoft/agnext/tree/main/python/examples#tool-use-examples)
See [samples](https://github.com/microsoft/agnext/tree/main/python/samples#tool-use-examples)
for how to use the built-in code execution tool and creating custom tools.
## Memory

View File

@ -9,5 +9,5 @@ like software development.
You can implement any multi-agent pattern using AGNext agents, which
communicate with each other using messages through the agent runtime.
See [examples](https://github.com/microsoft/agnext/tree/main/python/examples#pattern-examples)
See [samples](https://github.com/microsoft/agnext/tree/main/python/samples#pattern-examples)
for how to implement patterns like reflection and group chat.

View File

@ -10,7 +10,7 @@ different programming languages and run them on different machines across organi
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>`_.
`a suite of samples <https://github.com/microsoft/agnext/tree/main/python/samples>`_.
.. toctree::
:caption: Getting started