LICENSE
README.md
setup.py
app/__init__.py
app/models.py
app/routes/__init__.py
app/routes/assistants.py
app/routes/messages.py
app/routes/runs.py
app/routes/threads.py
app/services/__init__.py
app/services/database.py
app/services/llm_service.py
app/services/open_interpreter_service.py
app/services/serverless_service.py
pygentic.egg-info/PKG-INFO
pygentic.egg-info/SOURCES.txt
pygentic.egg-info/dependency_links.txt
pygentic.egg-info/entry_points.txt
pygentic.egg-info/requires.txt
pygentic.egg-info/top_level.txt
tests/__init__.py
tests/test_assistants.py
tests/test_messages.py
tests/test_runs.py
tests/test_threads.py