README.md
pyproject.toml
cohrint_agent/__init__.py
cohrint_agent/anomaly.py
cohrint_agent/api_client.py
cohrint_agent/classifier.py
cohrint_agent/cli.py
cohrint_agent/cost_tracker.py
cohrint_agent/hooks.py
cohrint_agent/optimizer.py
cohrint_agent/permission_server.py
cohrint_agent/permissions.py
cohrint_agent/pricing.py
cohrint_agent/process_safety.py
cohrint_agent/rate_limiter.py
cohrint_agent/recommendations.py
cohrint_agent/renderer.py
cohrint_agent/sanitize.py
cohrint_agent/session.py
cohrint_agent/session_store.py
cohrint_agent/setup_wizard.py
cohrint_agent/summary.py
cohrint_agent/telemetry.py
cohrint_agent/tool_registry.py
cohrint_agent/tools.py
cohrint_agent/tracker.py
cohrint_agent/update_check.py
cohrint_agent.egg-info/PKG-INFO
cohrint_agent.egg-info/SOURCES.txt
cohrint_agent.egg-info/dependency_links.txt
cohrint_agent.egg-info/entry_points.txt
cohrint_agent.egg-info/requires.txt
cohrint_agent.egg-info/top_level.txt
cohrint_agent/backends/__init__.py
cohrint_agent/backends/api_backend.py
cohrint_agent/backends/base.py
cohrint_agent/backends/claude_backend.py
cohrint_agent/backends/codex_backend.py
cohrint_agent/backends/gemini_backend.py
tests/test_anomaly.py
tests/test_api_client_retry.py
tests/test_backends.py
tests/test_bugs.py
tests/test_classifier.py
tests/test_claude_backend.py
tests/test_claude_backend_live.py
tests/test_cli.py
tests/test_cost_tracker.py
tests/test_hooks.py
tests/test_integration.py
tests/test_optimizer.py
tests/test_permission_server.py
tests/test_permissions.py
tests/test_pricing.py
tests/test_rate_limiter.py
tests/test_recommendations.py
tests/test_rendering.py
tests/test_safety.py
tests/test_session.py
tests/test_session_lifecycle.py
tests/test_setup_wizard.py
tests/test_summary_budget.py
tests/test_telemetry.py
tests/test_tools.py
tests/test_tracker.py
tests/test_update_check.py