Recompute what an agent did: a keystone execution_ref in ADK agent state #6232
chopmob-cloud
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
algovoi-keystone-adkstamps an AlgoVoi keystone decision into ADK agent state via abefore_agent_callback, underalgovoi.keystone.*, so an agent run carries a content-addressedexecution_refa reviewer recomputes from the state alone, offline, with no AlgoVoi software.execution_ref = "sha256:" + SHA-256(JCS({decision_ref, action_type, scope, outcome, executed_at_ms}))(RFC 8785 JCS, integer milliseconds), so it reproduces byte for byte in any language. The callback returns None and does not skip the agent.execution_refis the natural replacement foraction_ref, and existingaction_refintegrations stay backward compatible and unchanged. Apache-2.0. Background: https://docs.algovoi.co.uk/keystoneBeta Was this translation helpful? Give feedback.
All reactions