mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-19 07:24:20 +01:00
update index
This commit is contained in:
@@ -7,17 +7,15 @@ has_children: true
|
|||||||
|
|
||||||
# Tutorial: AutoGen Core
|
# Tutorial: AutoGen Core
|
||||||
|
|
||||||
> This tutorial is AI-generated! To learn more: https://github.com/The-Pocket/Tutorial-Codebase-Knowledge
|
> This tutorial is AI-generated! To learn more, check out [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
|
||||||
|
|
||||||
AutoGen Core helps you build applications with multiple **_Agents_** that can work together.
|
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.
|
||||||
Think of it like creating a team of specialized workers (*Agents*) who can communicate and use tools to solve problems.
|
Think of it like creating a team of specialized workers (*Agents*) who can communicate and use tools to solve problems.
|
||||||
The **_AgentRuntime_** acts as the manager, handling messages and agent lifecycles.
|
The **_AgentRuntime_** acts as the manager, handling messages and agent lifecycles.
|
||||||
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_**.
|
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_**.
|
||||||
**_Components_** provide a standard way to define and configure these building blocks.
|
**_Components_** provide a standard way to define and configure these building blocks.
|
||||||
|
|
||||||
|
|
||||||
**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)
|
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A0["0: Agent"]
|
A0["0: Agent"]
|
||||||
|
|||||||
Reference in New Issue
Block a user