From ed1a4c3d26f09e410527fd61f1f7fd9c9f7c12b0 Mon Sep 17 00:00:00 2001 From: Pritiks23 <65793273+Pritiks23@users.noreply.github.com> Date: Thu, 28 Aug 2025 11:44:25 -0700 Subject: [PATCH] Update 01 - Programming Model.md fixed typo --- docs/design/01 - Programming Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/01 - Programming Model.md b/docs/design/01 - Programming Model.md index 29705194456a..79c5ec07bcae 100644 --- a/docs/design/01 - Programming Model.md +++ b/docs/design/01 - Programming Model.md @@ -2,7 +2,7 @@ Understanding your workflow and mapping it to agents is the key to building an agent system in AutoGen. -The programming model is basically publish-subscribe. Agents subscribe to events they care about and also can publish events that other agents may care about. Agents may also have additonal assets such as Memory, prompts, data sources, and skills (external APIs). +The programming model is basically publish-subscribe. Agents subscribe to events they care about and also can publish events that other agents may care about. Agents may also have additional assets such as Memory, prompts, data sources, and skills (external APIs). ## Events Delivered as CloudEvents