You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/drafts/activity-events.mdx
+41-18Lines changed: 41 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,36 @@
1
1
---
2
2
title: Activity Events
3
-
description: Proposal for representing ongoing agent progress between chat messages
3
+
description:
4
+
Proposal for representing ongoing agent progress between chat messages
4
5
---
5
6
6
7
# Activity Events Proposal
7
8
8
9
## Summary
9
10
10
11
### Problem Statement
11
-
Users want to render "activity" updates inline with chat, not just at run start or end. Currently, there's no standardized way to represent ongoing agent progress between chat messages.
12
+
13
+
Users want to render "activity" updates inline with chat, not just at run start
14
+
or end. Currently, there's no standardized way to represent ongoing agent
15
+
progress between chat messages.
12
16
13
17
### Motivation
14
-
AG-UI is extended with **ActivityEvents** and **ActivityMessages** to represent ongoing agent progress in between chat messages. This allows frameworks to surface fine-grained activity updates chronologically, giving users immediate visibility into what an agent is doing without waiting for the next message or run boundary.
18
+
19
+
AG-UI is extended with **ActivityEvents** and **ActivityMessages** to represent
20
+
ongoing agent progress in between chat messages. This allows frameworks to
0 commit comments