OpenBMB / OpenBMB/ChatDev

Feature: AgentID for role-based agent identity in collaborative pipelines

Open
#587 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
34.3k
Forks
4.3k
PR merge metrics
No merged PRs in 30d

Description

Summary

ChatDev agents collaborate as CEO, CTO, programmer, tester — but have no verifiable identity. A malicious agent could impersonate any role. AgentID provides cryptographic identity per agent.

Reference Implementation

AgentID is an open-source identity layer for AI agents:

  • ECDSA P-256 certificates per agent
  • Verification API for runtime credential validation
  • Trust scores for authorization decisions
  • Agent registry for discovery

We have built integrations for CrewAI, LangChain, and MCP.

Source: github.com/haroldmalikfrimpong-ops/getagentid

Happy to contribute an implementation.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository files, tests, or entry points are named, so first review ChatDev's agent collaboration and role-handling architecture alongside the linked AgentID reference implementation. Define the integration scope before coding: per-agent ECDSA P-256 identity, runtime verification, trust-based authorization, and registry discovery, with tests demonstrating that roles cannot be impersonated.

Written by the indexing model from the issue text.

Assessment

Tech stack
cryptography, python
Domain
authentication, authorization, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.