LICENSE
README.md
pyproject.toml
botgateway/__init__.py
botgateway/config.py
botgateway/main.py
botgateway.egg-info/PKG-INFO
botgateway.egg-info/SOURCES.txt
botgateway.egg-info/dependency_links.txt
botgateway.egg-info/entry_points.txt
botgateway.egg-info/requires.txt
botgateway.egg-info/top_level.txt
botgateway/api/__init__.py
botgateway/api/auth.py
botgateway/api/chat.py
botgateway/api/health.py
botgateway/api/admin/__init__.py
botgateway/api/admin/api_keys.py
botgateway/api/admin/model_groups.py
botgateway/api/admin/models.py
botgateway/api/admin/providers.py
botgateway/cli/__init__.py
botgateway/cli/botcli.py
botgateway/cli/botgateway.py
botgateway/cli/commands/__init__.py
botgateway/cli/commands/api_key.py
botgateway/cli/commands/model.py
botgateway/cli/commands/model_group.py
botgateway/cli/commands/provider.py
botgateway/core/__init__.py
botgateway/core/auth.py
botgateway/core/encryptor.py
botgateway/core/retry.py
botgateway/core/router.py
botgateway/core/sdk_adapter.py
botgateway/db/__init__.py
botgateway/db/database.py
botgateway/db/models.py
botgateway/db/repositories.py
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_botcli.py
tests/test_botgateway.py
tests/test_config.py
tests/test_core.py
tests/test_db_models.py
tests/test_health.py
tests/test_main.py