LICENSE
README.md
pyproject.toml
src/agent_self_edit/__init__.py
src/agent_self_edit/ab_test.py
src/agent_self_edit/analyzer.py
src/agent_self_edit/config.py
src/agent_self_edit/diff.py
src/agent_self_edit/gate.py
src/agent_self_edit/guardrails.py
src/agent_self_edit/registry.py
src/agent_self_edit/scorers.py
src/agent_self_edit/tasks.py
src/agent_self_edit/trace.py
src/agent_self_edit/types.py
src/agent_self_edit.egg-info/PKG-INFO
src/agent_self_edit.egg-info/SOURCES.txt
src/agent_self_edit.egg-info/dependency_links.txt
src/agent_self_edit.egg-info/entry_points.txt
src/agent_self_edit.egg-info/requires.txt
src/agent_self_edit.egg-info/top_level.txt
src/agent_self_edit/adapters/__init__.py
src/agent_self_edit/adapters/base.py
src/agent_self_edit/adapters/file.py
src/agent_self_edit/adapters/stdin.py
src/agent_self_edit/cli/__init__.py
src/agent_self_edit/cli/diff.py
src/agent_self_edit/cli/guardrails.py
src/agent_self_edit/cli/ingest.py
src/agent_self_edit/cli/init.py
src/agent_self_edit/cli/lineage.py
src/agent_self_edit/cli/propose.py
src/agent_self_edit/cli/rollback.py
src/agent_self_edit/cli/run.py
src/agent_self_edit/cli/status.py
src/agent_self_edit/cli/validate.py
src/agent_self_edit/llm/__init__.py
src/agent_self_edit/llm/base.py
src/agent_self_edit/llm/mock.py
src/agent_self_edit/llm/openai.py
tests/test_ab_test.py
tests/test_adapters.py
tests/test_analyzer.py
tests/test_cli.py
tests/test_config.py
tests/test_diff.py
tests/test_docker.py
tests/test_field_test.py
tests/test_gate.py
tests/test_guardrails.py
tests/test_llm.py
tests/test_registry.py
tests/test_scaffold.py
tests/test_scorers.py
tests/test_tasks.py
tests/test_trace.py
tests/test_types.py