README.md
pyproject.toml
src/cousins/__init__.py
src/cousins/audits.py
src/cousins/boot.py
src/cousins/chat_hooks.py
src/cousins/cli.py
src/cousins/client.py
src/cousins/config.py
src/cousins/guard.py
src/cousins/layout.py
src/cousins/memory.py
src/cousins/onboarding.py
src/cousins/run.py
src/cousins/runtime.py
src/cousins/self_portrait.py
src/cousins/trace.py
src/cousins/version.py
src/cousins.egg-info/PKG-INFO
src/cousins.egg-info/SOURCES.txt
src/cousins.egg-info/dependency_links.txt
src/cousins.egg-info/entry_points.txt
src/cousins.egg-info/top_level.txt
src/cousins/bridges/__init__.py
src/cousins/bridges/telegram.py
src/cousins/bridges/tmux.py
src/cousins/chat/__init__.py
src/cousins/chat/backends.py
src/cousins/chat/server.py
src/cousins/chat/store.py
src/cousins/providers/__init__.py
src/cousins/providers/base.py
src/cousins/providers/registry.py
src/cousins/transports/__init__.py
src/cousins/transports/anthropic_cc.py
src/cousins/transports/ollama.py
src/cousins/transports/telegram.py