feat: Primus zkTLS plugin to verify agent actions #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Risks
Low
Background
Verifiable agent is emerging and zkTLS is a promising way to enhance transparency and trust for AI Agents. Our solutions focus on the verifiability of the actions of an agent. We aim to make all these actions verifiable.
Recap of zkTLS: zkTLS is a cryptographic protocol that allows third parties to verify the authenticity of TLS transcripts in a privacy-preserving way.
What does this PR do?
This PR introduces the Primus Twitter plugin, enabling verifiability for agent actions. Different zkTLS modes are provided, including MPC-TLS and Proxy-TLS.
What kind of change is this?
Features
Why are we doing this? Any context or related work?
In the GAME framework, an agent consists of a Task-Generator and Workers, and a Worker contains some actions. To verify agent activities, it's essential to ensure that the agent's actions of workers are verifiable.
Documentation changes needed?
The documentation in plugins/twitterPrimusPlugin/README.md has been updated, with no further changes needed.
Testing
Where should a reviewer start?
plugins/twitterPrimusPlugin/README.md
Detailed testing steps
Please follow the steps in plugins/twitterPrimusPlugin/example/README.md.