.gitignore
MANIFEST.in
README.md
pyproject.toml
setup.py
uv.lock
.github/workflows/python-publish.yml
examples/chat_with_data_and_history.py
examples/chat_with_llm.py
examples/create_article.py
examples/create_shadai_agent.py
examples/get_session_summary.py
examples/handle_sessions.py
examples/ingest_data.py
examples/make_multiple_queries.py
examples/make_single_query.py
examples/data/SPA-Constiution.pdf
examples/data/creatividad-empresa-digital.pdf
shadai/__init__.py
shadai.egg-info/PKG-INFO
shadai.egg-info/SOURCES.txt
shadai.egg-info/dependency_links.txt
shadai.egg-info/requires.txt
shadai.egg-info/top_level.txt
shadai/core/__init__.py
shadai/core/adapter.py
shadai/core/agents.py
shadai/core/decorators.py
shadai/core/enums.py
shadai/core/exceptions.py
shadai/core/files.py
shadai/core/manager.py
shadai/core/schemas.py
shadai/core/session.py