Skip to content

Commit 9b849b3

Browse files
committed
update index
1 parent c5639a3 commit 9b849b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/AutoGen Core/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@ nav_order: 3
55
has_children: true
66
---
77

8-
# Tutorial: AutoGen Core
8+
# Tutorial: AutoGen Core
99

10-
> This tutorial is AI-generated! To learn more: https://github.com/The-Pocket/Tutorial-Codebase-Knowledge
10+
> This tutorial is AI-generated! To learn more, check out [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
1111
12-
AutoGen Core helps you build applications with multiple **_Agents_** that can work together.
12+
AutoGen Core<sup>[View Repo](https://github.com/microsoft/autogen/tree/e45a15766746d95f8cfaaa705b0371267bec812e/python/packages/autogen-core/src/autogen_core)</sup> helps you build applications with multiple **_Agents_** that can work together.
1313
Think of it like creating a team of specialized workers (*Agents*) who can communicate and use tools to solve problems.
1414
The **_AgentRuntime_** acts as the manager, handling messages and agent lifecycles.
1515
Agents communicate using a **_Messaging System_** (Topics and Subscriptions), can use **_Tools_** for specific tasks, interact with language models via a **_ChatCompletionClient_** while managing conversation history with **_ChatCompletionContext_**, and remember information using **_Memory_**.
1616
**_Components_** provide a standard way to define and configure these building blocks.
1717

1818

19-
**Source Repository:** [https://github.com/microsoft/autogen/tree/e45a15766746d95f8cfaaa705b0371267bec812e/python/packages/autogen-core/src/autogen_core](https://github.com/microsoft/autogen/tree/e45a15766746d95f8cfaaa705b0371267bec812e/python/packages/autogen-core/src/autogen_core)
20-
2119
```mermaid
2220
flowchart TD
2321
A0["0: Agent"]

0 commit comments

Comments
 (0)