Skip to content

Commit e7f400d

Browse files
committed
Add instructions to examples
1 parent cf2bbf1 commit e7f400d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

openai-agents/examples/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
This repository contains (advanced) examples of using Restate with OpenAI Agents in Python.
44

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).**
66

77
To get started, run:
88

99
```shell
1010
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

Comments
 (0)