-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update indexes for better navigation
- Loading branch information
Showing
3 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 20 additions & 6 deletions
26
...on/packages/autogen-core/docs/src/user-guide/core-user-guide/framework/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,30 @@ | ||
# Framework | ||
# Framework Guide | ||
|
||
The following sections guides you through the usage of the Core API. | ||
At minimum, read [Agent and Agent Runtime](agent-and-agent-runtime.md) | ||
and [Message and Communication](message-and-communication.md) to get the | ||
basic understanding. | ||
|
||
```{note} | ||
The Core API is designed to be unopinionated and flexible. So at times, you | ||
may find it challenging. Continue if you are building | ||
an interactive, scalable and distributed multi-agent system and want full control | ||
of all workflows. | ||
If you just want to get something running | ||
quickly, you may take a look at the [AgentChat API](.../agentchat-user-guide/index.md). | ||
``` | ||
|
||
## List of content | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
agent-and-agent-runtime | ||
command-line-code-executors | ||
distributed-agent-runtime | ||
logging | ||
message-and-communication | ||
model-clients | ||
telemetry | ||
tools | ||
``` | ||
logging | ||
telemetry | ||
command-line-code-executors | ||
distributed-agent-runtime | ||
``` |