Skip to content

Commit 0d14120

Browse files
committed
update docs and cli from strands to aws-strands-py
1 parent 6576c6c commit 0d14120

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/community/tools/ag-ui.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To get started, let's create a sample application with a Strands agent and a sim
2525
web client:
2626

2727
```
28-
npx create-ag-ui-app@latest --strands
28+
npx create-ag-ui-app@latest --aws-strands-py
2929
```
3030

3131
### Chat
@@ -46,7 +46,7 @@ const labels = {
4646
```
4747

4848
Learn more about the chat UI
49-
[in the CopilotKit docs](https://docs.copilotkit.ai/strands/agentic-chat-ui).
49+
[in the CopilotKit docs](https://docs.copilotkit.ai/aws-strands-py/agentic-chat-ui).
5050

5151
### Tool Based Generative UI (Rendering Tools)
5252

@@ -68,7 +68,7 @@ useCopilotAction({
6868
```
6969

7070
Learn more about the Tool-based Generative UI
71-
[in the CopilotKit docs](https://docs.copilotkit.ai/strands/generative-ui/tool-based).
71+
[in the CopilotKit docs](https://docs.copilotkit.ai/aws-strands-py/generative-ui/tool-based).
7272

7373
### Shared State
7474

@@ -89,7 +89,7 @@ const { state, setState } = useCoAgent<AgentState>({
8989
```
9090

9191
Learn more about shared state
92-
[in the CopilotKit docs](https://docs.copilotkit.ai/strands/shared-state).
92+
[in the CopilotKit docs](https://docs.copilotkit.ai/aws-strands-py/shared-state).
9393

9494
### Try it out!
9595

@@ -101,8 +101,8 @@ npm install && npm run dev
101101

102102
To see what other features you can build into your UI with AG-UI, refer to the CopilotKit docs:
103103

104-
- [Agentic Generative UI](https://docs.copilotkit.ai/strands/generative-ui/agentic)
105-
- [Human in the Loop](https://docs.copilotkit.ai/strands/human-in-the-loop/agent)
106-
- [Frontend Actions](https://docs.copilotkit.ai/strands/frontend-actions)
104+
- [Agentic Generative UI](https://docs.copilotkit.ai/aws-strands-py/generative-ui/agentic)
105+
- [Human in the Loop](https://docs.copilotkit.ai/aws-strands-py/human-in-the-loop/agent)
106+
- [Frontend Actions](https://docs.copilotkit.ai/aws-strands-py/frontend-actions)
107107

108108
Or try them out in the [AG-UI Dojo](https://dojo.ag-ui.com).

0 commit comments

Comments
 (0)