What happens to orphaned agent registerations? #36
Replies: 2 comments
-
|
We are in the initial days of developing the ANS in full scale. The current SDKs and developed and tested core backend capabilities of ANS support lookup and registration of the AI agents. De-registration is a part of core operations. https://g-clouds.github.io/ANS/#43-deregister. Your idea for orphaned registrations deserves a proper solution. Many thanks for the contribution. |
Beta Was this translation helpful? Give feedback.
-
|
Public keys are recorded in the ANS to verify the Agents by other agents. However, every agent owner must keep the private keys secure. What if a private key is lost? The owner will lose access to update the records. https://g-clouds.github.io/ANS/#64-validator-governance might be a solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I'm registering many agents on-the-fly without keeping public/private keys and forgot to deregister my agents after they finished their businesses. I guess I cannot manage those registrations without keys, right? If so, is there a recycle mechanism for such orphaned registrations. This is not a big issue right now, but I guess most of the agents registered to ANS will be ephemeral-type, use and throw it style.
By the way, I couldn't see deregister in python-sdk. I'll try to create a PR when I have time.
Beta Was this translation helpful? Give feedback.
All reactions