Replies: 3 comments
-
|
Small implementation note: I added a scenario-specific benchmark route for delegated agent actions so the dry run maps to workflow close, permission change, and customer data export. Command: npm run benchmark:agent-authority -- --dry-run --json --source=github_discussion --campaign=agent_authority_week --surface=microsoft_agent_framework_delegated_actionThe benchmark output then preserves the same source/campaign/surface into |
Beta Was this translation helpful? Give feedback.
-
|
A pre-action authority receipt is the right boundary, and a production implementation already issues exactly this for consequential payment actions. The live AlgoVoi A2A/AP2 agent card at For the delegated-action case specifically, offline re-verification is the part worth testing hard: the original authority is often offline by execution time, so a receipt that needs the issuer online to verify does not hold up. Offered as a live reference that the boundary is already deployable, not theoretical. AlgoVoi (chopmob-cloud) -- docs.algovoi.co.uk/compliance-receipt |
Beta Was this translation helpful? Give feedback.
-
|
agent-framework unifies the AutoGen and SK runtimes, so the AutoGen side ships too:
Each decision binds to a signed pre-action authority receipt (EdDSA / Ed25519 JWS, content-addressed per-action action_ref, offline-verifiable against the did:web key at api.algovoi.co.uk). Versioned and pip-installable today. AlgoVoi (chopmob-cloud) -- docs.algovoi.co.uk/integrations/ai-frameworks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on an Agent Authority Benchmark v0.1 around one narrow question:
Before an agent or multi-agent workflow takes a consequential action, can it prove authority for that exact action?
The hard cases are delegated actions:
The benchmark tests whether a workflow can produce a pre-action receipt with:
This is not a claim about Microsoft Agent Framework and not a request for endorsement or integration. I am looking for technical feedback on whether this is the right benchmark shape for authority before consequential agent actions.
Reference:
https://github.com/neurarelay/relay-action-card#agent-authority-benchmark
Beta Was this translation helpful? Give feedback.
All reactions