LICENSE
README.md
__init__.py
admin.py
apps.py
cache.py
checks.py
conf.py
conftest.py
dto.py
errors.py
functions.py
models.py
parsing.py
py.typed
pyproject.toml
serializers.py
services.py
summary.py
urls.py
urls_v1.py
views.py
./__init__.py
./admin.py
./apps.py
./cache.py
./checks.py
./conf.py
./conftest.py
./dto.py
./errors.py
./functions.py
./models.py
./parsing.py
./py.typed
./serializers.py
./services.py
./summary.py
./urls.py
./urls_v1.py
./views.py
./diarization/__init__.py
./diarization/base.py
./diarization/providers/__init__.py
./diarization/providers/pyannote_http.py
./embeddings/__init__.py
./embeddings/base.py
./embeddings/providers/__init__.py
./embeddings/providers/http_server.py
./embeddings/providers/openai_compat.py
./images/__init__.py
./images/base.py
./images/providers/__init__.py
./images/providers/openai_images.py
./migrations/0001_initial.py
./migrations/0002_alter_promptlog_source.py
./migrations/0003_alter_promptlog_source.py
./migrations/0004_alter_promptlog_source.py
./migrations/__init__.py
./providers/__init__.py
./providers/anthropic.py
./providers/base.py
./providers/claude_cli.py
./providers/openai_compat.py
./schemas/functions/llm.complete.json
./schemas/functions/llm.diarize.json
./schemas/functions/llm.embed.json
./schemas/functions/llm.generate_image.json
./schemas/functions/llm.stt_catalog.json
./schemas/functions/llm.summarize.json
./schemas/functions/llm.transcribe.json
./schemas/functions/llm.translate.json
./stt/__init__.py
./stt/base.py
./stt/router.py
./stt/providers/__init__.py
./stt/providers/assemblyai.py
./stt/providers/deepgram.py
./stt/providers/elevenlabs.py
./stt/providers/gladia.py
./stt/providers/soniox.py
./stt/providers/speechmatics.py
./stt/providers/whisper_http.py
./stt/providers/xai_stt.py
diarization/__init__.py
diarization/base.py
diarization/providers/__init__.py
diarization/providers/pyannote_http.py
embeddings/__init__.py
embeddings/base.py
embeddings/providers/__init__.py
embeddings/providers/http_server.py
embeddings/providers/openai_compat.py
images/__init__.py
images/base.py
images/providers/__init__.py
images/providers/openai_images.py
migrations/0001_initial.py
migrations/0002_alter_promptlog_source.py
migrations/0003_alter_promptlog_source.py
migrations/0004_alter_promptlog_source.py
migrations/__init__.py
providers/__init__.py
providers/anthropic.py
providers/base.py
providers/claude_cli.py
providers/openai_compat.py
schemas/functions/llm.complete.json
schemas/functions/llm.diarize.json
schemas/functions/llm.embed.json
schemas/functions/llm.generate_image.json
schemas/functions/llm.stt_catalog.json
schemas/functions/llm.summarize.json
schemas/functions/llm.transcribe.json
schemas/functions/llm.translate.json
stapel_agent.egg-info/PKG-INFO
stapel_agent.egg-info/SOURCES.txt
stapel_agent.egg-info/dependency_links.txt
stapel_agent.egg-info/requires.txt
stapel_agent.egg-info/top_level.txt
stt/__init__.py
stt/base.py
stt/router.py
stt/providers/__init__.py
stt/providers/assemblyai.py
stt/providers/deepgram.py
stt/providers/elevenlabs.py
stt/providers/gladia.py
stt/providers/soniox.py
stt/providers/speechmatics.py
stt/providers/whisper_http.py
stt/providers/xai_stt.py
tests/test_api.py
tests/test_diarization.py
tests/test_embeddings.py
tests/test_extension_points.py
tests/test_functions.py
tests/test_image_gen.py
tests/test_images_base.py
tests/test_models_and_admin.py
tests/test_parsing.py
tests/test_providers.py
tests/test_public_api.py
tests/test_services.py
tests/test_stt_base.py
tests/test_stt_biasing.py
tests/test_stt_catalog.py
tests/test_stt_extension_points.py
tests/test_stt_providers.py
tests/test_stt_providers_ported.py
tests/test_stt_router.py
tests/test_summarize.py
tests/test_vision.py