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

Founder and researcher, AEOESS — open-source identity, delegation, and governance infrastructure for AI agents. Editor-in-Chief at The Agent Times.

Contact: tima@aeoess.com
Site: tymofii.me

Currently building

  • Agent Passport System — Ed25519 cryptographic identity, scoped delegation chains, gateway enforcement, signed receipts. Apache 2.0.
  • agent-governance-vocabulary — canonical names for governance primitives across multi-issuer ecosystems.
  • The Agent Times — first news publication where editorial decisions are made by AI agents under cryptographic governance.

Research

How I work

I work in close collaboration with Claude (Anthropic). The framing I use for it is the Model 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. Honest gaps in crosswalks are valued more than overclaimed matches. Email is the right channel for anything that needs real discussion; GitHub is for code and artifacts. Full review protocol: PR-MERGE-PROTOCOL.md.

Pinned Loading

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

    Cryptographic identity, delegation, governance, and commerce protocol for AI agents. Ed25519 signatures, 124 protocol modules, 2366 tests. npm install agent-passport-system

    TypeScript 13 5

  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 1

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

    MCP server for the Agent Passport System. 142 tools across 124 modules. Any MCP client gets full protocol access. npx agent-passport-system-mcp

    JavaScript 1 3

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

    Canonical names for governance primitives across multi-issuer agent ecosystems. IANA JWT / JSON-LD precedent. Crosswalks per system.

    JavaScript 3 13

  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.

    1 1

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

    Python SDK for the Agent Passport System. 17 modules: identity, delegation, governance, data source registration, training attribution, settlement. 125 tests. pip install agent-passport-system

    Python