|
Implementing https://agentclientprotocol.com/protocol/agent-plan I notice that there are no "entry id" that I could specify. I wonder if the rational is that the content itself suppose to be unique, and we should duplicate based on that. Why wouldn't the spec allow an |
Answered by
phil65
Oct 11, 2025
Replies: 1 comment 2 replies
|
Its not required because the protocol requires you to always update ALL entries. there are no operations which require referencing single pan entries. "The Agent MUST send a complete list of all plan entries in each update and their current status. The Client MUST replace the current plan completely." |
2 replies
Answer selected by
yordis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its not required because the protocol requires you to always update ALL entries. there are no operations which require referencing single pan entries.
"The Agent MUST send a complete list of all plan entries in each update and their current status. The Client MUST replace the current plan completely."