LICENSE
README.md
pyproject.toml
cortex/__init__.py
cortex/bench.py
cortex/classify.py
cortex/cli.py
cortex/dmn.py
cortex/hook.py
cortex/inbox.py
cortex/session.py
cortex/stats.py
cortex/store.py
cortex/suggest_patterns.py
cortex/synthesize.py
cortex/tfidf_fallback.py
cortex/verify_runner.py
cortex/violation_detect.py
cortex/watch.py
cortex/importers/__init__.py
cortex/importers/memory_md.py
cortex/rules/__init__.py
cortex/rules/generic.yml
cortex/rules/polymarket.yml
cortex/verifiers/__init__.py
cortex/verifiers/check_feature_lookahead.py
llmcortex_agent.egg-info/PKG-INFO
llmcortex_agent.egg-info/SOURCES.txt
llmcortex_agent.egg-info/dependency_links.txt
llmcortex_agent.egg-info/entry_points.txt
llmcortex_agent.egg-info/requires.txt
llmcortex_agent.egg-info/top_level.txt
tests/test_bench.py
tests/test_classify.py
tests/test_dmn.py
tests/test_hook.py
tests/test_importer.py
tests/test_inbox.py
tests/test_session.py
tests/test_stats.py
tests/test_store.py
tests/test_suggest_patterns.py
tests/test_suggest_patterns_regex.py
tests/test_synthesize.py
tests/test_tfidf_fallback.py
tests/test_verifier_lookahead.py
tests/test_verify_runner.py
tests/test_violation_detect.py
tests/test_watch.py