feat(agent): adapter stdout JSON with full metadata (#566) #569
Reference in New Issue
Block a user
Delete Branch "fix/566-adapter-json-stdout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Change adapter stdout from plain
stepHashstring to JSON format with full metadata.Why
Issue #566
Changes
AdapterOutputtype with stepHash, detailHash, role, frontmatter, body, startedAtMs, completedAtMsspawnAgentparses JSON instead of plain hashRef
Fixes #566