AI Agent Departure & Admission Records via Vercel AI SDK #13426
Replies: 1 comment
-
|
This discussion was automatically closed because the community moved to community.vercel.com/ai-sdk |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
We built @cellar-door/vercel-ai-sdk, a tool integration that adds portable departure and admission records to Vercel AI SDK agents.
What it does
createExitTool(): creates signed departure markers when an agent leaves a platformcreateEntryTool(): handles admission verification when an agent arrivescreatePassageTool(): combined departure + admission in one stepWhy?
When AI agents move between platforms, there's no standard way to record where they came from or verify their history. This gives agents portable, cryptographically signed lifecycle records. Think of it as passport stamps for AI.
Quick example
Details
Part of the Passage Protocol (GitHub). Submitted to NIST AI Agent Standards Initiative, March 2026.
Happy to take feedback on the design or integration approach.
Beta Was this translation helpful? Give feedback.
All reactions