Skip to content

feat: Primus zkTLS plugin to verify agent actions #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fksyuan
Copy link

@fksyuan fksyuan commented Mar 17, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants