feat: finalize production cleanup with structured agent responses and project governance
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user