Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Check out a variety of sample implementations that use the SDK in the examples s
- Advanced SQLite session storage
- Redis session storage
- SQLAlchemy session storage
- MongoDB session storage (`examples/memory/mongodb_session_example.py`)
- Dapr state store session storage
- Encrypted session storage
- OpenAI Conversations session storage
Expand Down Expand Up @@ -111,6 +112,7 @@ Check out a variety of sample implementations that use the SDK in the examples s
- Sandbox-backed handoffs (`examples/sandbox/handoffs.py`)
- Sandbox memory and snapshot resume (`examples/sandbox/memory.py`)
- Sandbox agents exposed as tools (`examples/sandbox/sandbox_agents_as_tools.py`)
- One sandbox session shared by multiple runs with separate `SandboxRunConfig.cwd` values (`examples/sandbox/shared_session_workdirs.py`)

- **[tools](https://github.com/openai/openai-agents-python/tree/main/examples/tools):** Learn how to implement OpenAI-hosted tools and experimental Codex tooling. Examples include:

Expand Down