[loop-cycle-65] feat: scaffold three-phase loop skeleton (#324) (#330)

This commit is contained in:
2026-03-18 20:11:02 -04:00
parent 844923b16b
commit bfd924fe74
8 changed files with 326 additions and 0 deletions

1
src/loop/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""Three-phase agent loop: Gather → Reason → Act."""