LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/kidecon.py
kidecon_agent.egg-info/PKG-INFO
kidecon_agent.egg-info/SOURCES.txt
kidecon_agent.egg-info/dependency_links.txt
kidecon_agent.egg-info/entry_points.txt
kidecon_agent.egg-info/requires.txt
kidecon_agent.egg-info/top_level.txt
shared/__init__.py
shared/lexicon/__init__.py
shared/llm_clients/__init__.py
shared/llm_clients/base.py
shared/llm_clients/deepseek_provider.py
shared/llm_clients/factory.py
shared/llm_clients/openrouter_provider.py
shared/llm_clients/tiers.py
shared/llm_clients/together_provider.py
shared/normalizer/__init__.py
shared/normalizer/normalizer.py
tests/test_clickup_ticket.py
tests/test_cognition.py
tests/test_llm_factory.py
tests/test_runtime.py
tests/test_safety_firewall.py
wrappers/__init__.py
wrappers/cognition.py
wrappers/hub_client.py
wrappers/memory.py
wrappers/normalize.py
wrappers/runtime.py
wrappers/safety_firewall.py
wrappers/sandbox.py
wrappers/scrub.py
wrappers/session.py
wrappers/tools.py