REPL when skill_create needs user input

This commit is contained in:
Denton Social
2026-09-24 05:46:23 -05:00
parent e92b3e7228
commit 63922c1fad
15 changed files with 545 additions and 16 deletions
+1
View File
@@ -31,6 +31,7 @@ from .trace import TraceLog
class ActionResult:
action_log: str
new_state: str
needs_input: str | None = None
@dataclass