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
-**`AddAGUI`**: Registers AG-UI services with the dependency injection container
108
108
-**`MapAGUI`**: Extension method that registers the AG-UI endpoint with automatic request/response handling and SSE streaming
109
109
-**`ChatClient` and `AsIChatClient()`**: `AzureOpenAIClient.GetChatClient()` returns OpenAI's `ChatClient` type. The `AsIChatClient()` extension method (from `Microsoft.Extensions.AI.OpenAI`) converts it to the `IChatClient` interface required by Agent Framework
110
-
-**`CreateAIAgent`**: Creates an Agent Framework agent from an `IChatClient`
110
+
-**`AsAIAgent`**: Creates an Agent Framework agent from an `IChatClient`
111
111
-**ASP.NET Core Integration**: Uses ASP.NET Core's native async support for streaming responses
112
112
-**Instructions**: The agent is created with default instructions, which can be overridden by client messages
113
113
-**Configuration**: `AzureOpenAIClient` with `DefaultAzureCredential` provides secure authentication
Copy file name to clipboardExpand all lines: agent-framework/integrations/ag-ui/testing-with-dojo.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.service: agent-framework
11
11
12
12
# Testing with AG-UI Dojo
13
13
14
-
The [AG-UI Dojo application](https://github.com/ag-oss/ag-ui/tree/main/apps/dojo) provides an interactive environment to test and explore Microsoft Agent Framework agents that implement the AG-UI protocol. Dojo offers a visual interface to connect to your agents and interact with all 7 AG-UI features.
14
+
The [AG-UI Dojo application](https://dojo.ag-ui.com/) provides an interactive environment to test and explore Microsoft Agent Framework agents that implement the AG-UI protocol. Dojo offers a visual interface to connect to your agents and interact with all 7 AG-UI features.
15
15
16
16
:::zone pivot="programming-language-python"
17
17
@@ -226,18 +226,18 @@ If you see authentication errors:
226
226
227
227
## Next Steps
228
228
229
-
- Explore the [example agents](https://github.com/ag-oss/ag-ui/tree/main/integrations/microsoft-agent-framework/python/examples/agents) to see implementation patterns
229
+
- Explore the [example agents](https://github.com/ag-ui-protocol/ag-ui/tree/main/integrations/microsoft-agent-framework/python/examples/agents) to see implementation patterns
230
230
- Learn about [Backend Tool Rendering](backend-tool-rendering.md) to customize tool UIs
231
231
<!-- - Implement [Human-in-the-Loop](human-in-the-loop.md) workflows for approval flows -->
232
232
<!-- - Add [State Management](state-management.md) for complex interactive experiences -->
0 commit comments