LICENSE
README.md
pyproject.toml
src/fivccliche/__init__.py
src/fivccliche/cli.py
src/fivccliche.egg-info/PKG-INFO
src/fivccliche.egg-info/SOURCES.txt
src/fivccliche.egg-info/dependency_links.txt
src/fivccliche.egg-info/entry_points.txt
src/fivccliche.egg-info/requires.txt
src/fivccliche.egg-info/top_level.txt
src/fivccliche/modules/__init__.py
src/fivccliche/modules/agent_chats/__init__.py
src/fivccliche/modules/agent_chats/methods.py
src/fivccliche/modules/agent_chats/models.py
src/fivccliche/modules/agent_chats/routers.py
src/fivccliche/modules/agent_chats/schemas.py
src/fivccliche/modules/agent_chats/services.py
src/fivccliche/modules/agent_configs/__init__.py
src/fivccliche/modules/agent_configs/methods.py
src/fivccliche/modules/agent_configs/models.py
src/fivccliche/modules/agent_configs/routers.py
src/fivccliche/modules/agent_configs/schemas.py
src/fivccliche/modules/agent_configs/services.py
src/fivccliche/modules/users/__init__.py
src/fivccliche/modules/users/methods.py
src/fivccliche/modules/users/models.py
src/fivccliche/modules/users/routers.py
src/fivccliche/modules/users/schemas.py
src/fivccliche/modules/users/services.py
src/fivccliche/modules/users/sso.py
src/fivccliche/services/__init__.py
src/fivccliche/services/implements/__init__.py
src/fivccliche/services/implements/db.py
src/fivccliche/services/implements/modules.py
src/fivccliche/services/interfaces/__init__.py
src/fivccliche/services/interfaces/agent_chats.py
src/fivccliche/services/interfaces/agent_configs.py
src/fivccliche/services/interfaces/auth.py
src/fivccliche/services/interfaces/db.py
src/fivccliche/services/interfaces/modules.py
src/fivccliche/settings/__init__.py
src/fivccliche/settings/services.yml
src/fivccliche/utils/__init__.py
src/fivccliche/utils/deps.py
src/fivccliche/utils/exceptions.py
src/fivccliche/utils/generators.py
src/fivccliche/utils/middleware.py
src/fivccliche/utils/permissions.py
src/fivccliche/utils/schemas.py
tests/test_agent_chats_api.py
tests/test_agent_chats_routing.py
tests/test_agent_chats_service.py
tests/test_configs_api.py
tests/test_configs_service.py
tests/test_generators.py
tests/test_users_api.py
tests/test_users_service.py