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: openai-agents/examples/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,17 @@
2
2
3
3
This repository contains (advanced) examples of using Restate with OpenAI Agents in Python.
4
4
5
-
First, check out the basic examples in the [Tour of AI Agents with Restate](https://github.com/restatedev/ai-examples/tree/main/openai-agents/tour-of-agents).
5
+
**First, check out the basic examples in the [Tour of AI Agents with Restate](https://github.com/restatedev/ai-examples/tree/main/openai-agents/tour-of-agents).**
6
6
7
7
To get started, run:
8
8
9
9
```shell
10
10
uv run .
11
-
```
11
+
```
12
+
13
+
14
+
Run Restate and register the service, similar to [the AI Quickstart](http://localhost:3000/ai-quickstart#python-%2B-openai).
15
+
16
+
Then invoke the agents that were registered, via the UI playground, using their default messages.
17
+
18
+
Check the Restate journal to see how the agents executed their steps durably.
0 commit comments