LICENSE
README.md
pyproject.toml
src/jitagent/__init__.py
src/jitagent/_child.py
src/jitagent/cases.py
src/jitagent/cli.py
src/jitagent/infer.py
src/jitagent/jit.py
src/jitagent/llm.py
src/jitagent/lookup.py
src/jitagent/prompts.py
src/jitagent/propose.py
src/jitagent/registry.py
src/jitagent/runtime.py
src/jitagent/sandbox.py
src/jitagent/static_check.py
src/jitagent/synth.py
src/jitagent/types.py
src/jitagent/verify.py
src/jitagent.egg-info/PKG-INFO
src/jitagent.egg-info/SOURCES.txt
src/jitagent.egg-info/dependency_links.txt
src/jitagent.egg-info/entry_points.txt
src/jitagent.egg-info/requires.txt
src/jitagent.egg-info/top_level.txt
src/jitagent/corpus/01_correct/case.json
src/jitagent/corpus/01_correct/impl.py
src/jitagent/corpus/02_wrong_no_clean/case.json
src/jitagent/corpus/02_wrong_no_clean/impl.py
src/jitagent/corpus/08_malicious/case.json
src/jitagent/corpus/08_malicious/impl.py
src/jitagent/corpus/09_insufficient/case.json
src/jitagent/corpus/09_insufficient/impl.py
src/jitagent/corpus/10_timeout/case.json
src/jitagent/corpus/10_timeout/impl.py
src/jitagent/corpus/11_memory_bomb/case.json
src/jitagent/corpus/11_memory_bomb/impl.py
tests/test_cli.py
tests/test_cli_client.py
tests/test_endtoend.py
tests/test_lookup.py
tests/test_propose.py
tests/test_registry.py
tests/test_runtime.py
tests/test_synth.py
tests/test_units.py