Skip to content
Merged
Changes from 1 commit
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
10 changes: 10 additions & 0 deletions docs/sessions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,16 @@ result = await Runner.run(
)
```

## Community session implementations

The community has built session implementations for other frameworks:

| Package | Description | Install |
|---------|-------------|---------|
| [openai-django-sessions](https://pypi.org/project/openai-django-sessions/) | Django ORM-based sessions for any Django-supported database (PostgreSQL, MySQL, SQLite) | `pip install openai-django-sessions` |

If you've built a session implementation, consider opening a PR to add it here!

## API Reference

For detailed API documentation, see:
Expand Down