LICENSE
README.md
pyproject.toml
src/regent/__init__.py
src/regent/activity.py
src/regent/activity_cli.py
src/regent/cli.py
src/regent/doctor.py
src/regent/initcmd.py
src/regent/conduction/__init__.py
src/regent/conduction/confine.py
src/regent/conduction/consult.py
src/regent/conduction/evidence.py
src/regent/conduction/gate.py
src/regent/conduction/hookscript.py
src/regent/conduction/process.py
src/regent/conduction/turn.py
src/regent/conduction/turnlog.py
src/regent/protocol/__init__.py
src/regent/protocol/audit.py
src/regent/protocol/control.py
src/regent/protocol/lock.py
src/regent/protocol/stop.py
src/regent/templates/MANIFEST.json
src/regent/templates/skills/regent/SKILL.md
src/regent/templates/skills/regent-stop/SKILL.md
src/regent_cli.egg-info/PKG-INFO
src/regent_cli.egg-info/SOURCES.txt
src/regent_cli.egg-info/dependency_links.txt
src/regent_cli.egg-info/entry_points.txt
src/regent_cli.egg-info/top_level.txt
tests/test_activity.py
tests/test_activity_cli.py
tests/test_choreography.py
tests/test_confine.py
tests/test_consult.py
tests/test_control.py
tests/test_doctor.py
tests/test_gate.py
tests/test_hookscript.py
tests/test_init_upgrade.py
tests/test_initcmd.py
tests/test_lock.py
tests/test_protocol_facade.py
tests/test_skills_v1.py
tests/test_step06_fixes.py
tests/test_stop.py
tests/test_turn.py