Skip to content

Commit fff8d89

Browse files
docs: add community session implementations section (#2139)
Co-authored-by: Kazuhiro Sera <[email protected]>
1 parent 0d2d771 commit fff8d89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/sessions/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,16 @@ result = await Runner.run(
427427
)
428428
```
429429

430+
## Community session implementations
431+
432+
The community has developed additional session implementations:
433+
434+
| Package | Description |
435+
|---------|-------------|
436+
| [openai-django-sessions](https://pypi.org/project/openai-django-sessions/) | Django ORM-based sessions for any Django-supported database (PostgreSQL, MySQL, SQLite, and more) |
437+
438+
If you've built a session implementation, please feel free to submit a documentation PR to add it here!
439+
430440
## API Reference
431441

432442
For detailed API documentation, see:

0 commit comments

Comments
 (0)