.env.united_llm.example
DEVELOPMENT_GUIDE.md
LICENSE
MANIFEST.in
MIGRATION_TO_ZERO_CONFIG.md
README.md
requirements.txt
setup.py
examples/README.md
examples/advanced_features.py
examples/basic_usage.py
examples/web_search.py
tests/README.md
tests/__init__.py
tests/test_comprehensive.py
tests/test_integration.py
united_llm/__init__.py
united_llm/cli.py
united_llm/client.py
united_llm.egg-info/PKG-INFO
united_llm.egg-info/SOURCES.txt
united_llm.egg-info/dependency_links.txt
united_llm.egg-info/entry_points.txt
united_llm.egg-info/not-zip-safe
united_llm.egg-info/requires.txt
united_llm.egg-info/top_level.txt
united_llm/api/__init__.py
united_llm/api/admin.py
united_llm/api/schemas.py
united_llm/api/server.py
united_llm/api/templates/admin_dashboard.html
united_llm/api/templates/base.html
united_llm/api/templates/dashboard.html
united_llm/api/templates/login.html
united_llm/api/templates/request_history.html
united_llm/api/templates/components/chart_card.html
united_llm/api/templates/components/header.html
united_llm/api/templates/components/modal.html
united_llm/api/templates/components/modal_scripts.html
united_llm/api/templates/components/quick_actions.html
united_llm/api/templates/components/stat_card.html
united_llm/config/__init__.py
united_llm/config/defaults.py
united_llm/config/logging_config.py
united_llm/search/__init__.py
united_llm/search/duckduckgo_search.py
united_llm/utils/__init__.py
united_llm/utils/database.py
united_llm/utils/model_manager.py