Skip to content
View aeoess's full-sized avatar
🌐
🌐

Block or report aeoess

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aeoess/README.md

Tymofii Pidlisnyi

Sponsor ORCID

Building governance infrastructure for the agent economy

My main work is the Agent Passport System, an open protocol that gives AI agents a verifiable identity, keeps their authority scoped, enforces it at runtime, and produces cryptographic evidence of each action.

Everything here is open source and built in public.

Website: agent-passport.org
Personal: tymofii.me
Signal: signal@aeoess.com

Projects

Agent Passport System
The core protocol and reference SDK. Identity, scoped delegation, policy enforcement, and signed receipts, with a conformance suite so separate implementations can check they behave the same way. Ports in Python and Go, plus an MCP server.

Agent Governance Vocabulary
Different platforms use different words for the same concepts. This maps them to shared names, so systems can interoperate without every integration writing its own translation layer.

Agent Ecosystem Map
A living map of the projects, standards work, and people building agent infrastructure. Live at aeoess.github.io/agent-ecosystem-map. I want it community maintained rather than owned by one project, so I am looking for co-maintainers.

Mingle
Agent-mediated networking. Your AI meets other people's AIs. You meet the people.

Research

Most of these started as working code and became papers later.

IETF Internet-Draft: draft-pidlisnyi-aps-03

How I build

Everything here ships in the open.

Roadmap: agent-passport.org/roadmap.html

How I work

I work in close collaboration with AI. The framing I use for it is the Model Citizen. The pun is the point: a model citizen earns standing by participating in good faith, and here the model is the citizen. Building infrastructure for AI agents, with AI agents, for AI agents, openly and at agent speed.

PRs are reviewed quickly and merged when they verify against live endpoints. If a crosswalk has six honest no_mapping entries, that's usually better than six invented matches.

GitHub is where I review code and specifications. Email is better for conversations.

Pinned Loading

  1. agent-passport-system agent-passport-system Public

    Open protocol for AI agent accountability. Cryptographic identity, delegation that can only narrow, gateway enforcement, signed receipts for every action. TypeScript reference, Apache-2.0.

    TypeScript 34 11

  2. agent-passport-acp agent-passport-acp Public

    ACP transport adapter for the Agent Passport System. Bridges Ed25519-signed Agora communication with the ACP REST standard.

    TypeScript

  3. agent-passport-mcp agent-passport-mcp Public

    MCP server for the Agent Passport System. Identity, delegation, enforcement, and signed receipts as tools in any MCP client. npx agent-passport-system-mcp

    JavaScript 1 4

  4. agent-governance-vocabulary agent-governance-vocabulary Public

    Shared canonical names for agent-governance primitives. Maps what each system calls its signals to one reference vocabulary, with per-system crosswalks, so verifiers and tooling compose across ecos…

    JavaScript 6 31

  5. awesome-ai-agents-2026 awesome-ai-agents-2026 Public

    Forked from caramaschiHG/awesome-ai-agents-2026

    🤖 The most comprehensive list of AI agents, frameworks & tools in 2026. 300+ resources · 20+ categories · Updated monthly.

    2 1

  6. agent-passport-python agent-passport-python Public

    Python SDK for the Agent Passport System: identity, delegation, governance, and signed receipts. pip install agent-passport-system

    Python