Skip to content

Commit 9f70d40

Browse files
committed
screenshots
1 parent d317125 commit 9f70d40

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

agent_tool/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Obtain a Restack API Key to interact with the 'restack-c1' model at no cost from
5050

5151
You can run agents from the UI by clicking the "Run" button.
5252

53-
![Run agents from UI](./screenshot-endpoints.png)
53+
![Run agents from UI](./chat_post.png)
5454

5555
### from API
5656

@@ -73,6 +73,8 @@ You can run agents from the API by using the generated endpoint:
7373
}
7474
```
7575

76+
![Send event to agent](./chat_put.png)
77+
7678
You can send events to the agent by using the generated endpoint:
7779

7880
`PUT http://localhost:6233/api/agents/AgentChatToolFunctions/:agentId/:runId`
@@ -88,6 +90,12 @@ and the payload:
8890
}
8991
```
9092

93+
## See the agent run
94+
95+
You cna replay and follow the agent run in the UI.
96+
97+
![Replay agent run](./chat_run.png)
98+
9199
Now, you can simply trigger more events from the Developer UI by clicking in the timeline on 'Send again' for the event and change the payload.
92100

93101
![Send another message from UI](./event-send-again.png)

agent_tool/chat_post.png

42.3 KB
Loading

agent_tool/chat_put.png

57 KB
Loading

agent_tool/chat_run.png

128 KB
Loading

agent_tool/screenshot-endpoints.png

-207 KB
Binary file not shown.

0 commit comments

Comments
 (0)