-
Notifications
You must be signed in to change notification settings - Fork 700
Open
Description
The current AG-UI tool calling protocol mixes two distinct modes:
- The tool call is actually executed by the backend/remote side, and events are synchronized to the frontend for display purposes only.
- The tool call is executed by the frontend/client side, with results returned to the backend/remote side — similar to Human-in-the-Loop (HITL).
However, the current protocol specification does not clearly distinguish between these two modes. How should developers differentiate between them? The documentation should be improved to clarify this.
Additionally, for function calls, parameters should support the dict
type for greater clarity and precision. Relying solely on string
types introduces unnecessary serialization/deserialization overhead.
Markus-ipseMarkus-ipse
Metadata
Metadata
Assignees
Labels
No labels