feat: finalize production cleanup with structured agent responses and project governance

This commit is contained in:
Space-Banane
2026-05-27 18:08:52 +02:00
parent a19b285232
commit c09f0ee9c0
17 changed files with 737 additions and 126 deletions

View File

@@ -19,6 +19,8 @@ class RunArtifacts:
class AgentResult:
completed: bool
result: str
return_message: str
data: Any | None
steps: int
started_at: float
ended_at: float