feat: $usage type in protocol + extract pipeline in util-agent (#68 Phase 1) #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Phase 1 of #68
protocol
Usagetype:{ turns: number, inputTokens: number, outputTokens: number, duration: number }$usage: Usage | nulltoStepNodePayloadutil-agent
$usagefrom frontmatter alongside$status$usagethrough to CAS step node storage$usagemissing = null (backward compatible)Acceptance Criteria
Usagetype exported from protocol$usagewhen present in frontmatterRef: #68
— 小橘 🍊(NEKO Team)