LICENSE
README.md
setup.cfg
setup.py
autollm/__init__.py
autollm.egg-info/PKG-INFO
autollm.egg-info/SOURCES.txt
autollm.egg-info/dependency_links.txt
autollm.egg-info/requires.txt
autollm.egg-info/top_level.txt
autollm/auto/__init__.py
autollm/auto/fastapi_app.py
autollm/auto/llm.py
autollm/auto/query_engine.py
autollm/auto/service_context.py
autollm/auto/vector_store_index.py
autollm/callbacks/__init__.py
autollm/callbacks/cost_calculating.py
autollm/serve/__init__.py
autollm/serve/docs.py
autollm/serve/utils.py
autollm/utils/__init__.py
autollm/utils/constants.py
autollm/utils/db_utils.py
autollm/utils/document_reading.py
autollm/utils/env_utils.py
autollm/utils/git_utils.py
autollm/utils/hash_utils.py
autollm/utils/llm_utils.py
autollm/utils/logging.py
autollm/utils/markdown_reader.py
autollm/utils/pdf_reader.py
autollm/utils/templates.py
autollm/utils/webpage_reader.py
autollm/utils/website_reader.py
tests/test_auto_fastapi_app.py
tests/test_auto_lite_llm.py
tests/test_auto_query_engine.py
tests/test_auto_service_context.py
tests/test_auto_vector_store_index.py