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
9 changes: 9 additions & 0 deletions fastapi_startkit/src/fastapi_startkit/ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""FastAPI Startkit AI package.

.. warning::

The AI package is under active development. APIs may change without notice
as we experiment with the best integration patterns. Use with caution in
production.
"""

from .agent import Agent
from .pipeline import Middleware
from .audio import Audio, AudioResponse
Expand Down
Loading