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.

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

Currently building

  • Agent Passport System — Ed25519 cryptographic identity, scoped delegation chains, gateway enforcement, signed receipts, Wave 1 accountability primitives (action, authority-boundary, custody, contestability, bundle). Apache 2.0.
  • agent-governance-vocabulary — canonical names for governance primitives across multi-issuer ecosystems.
  • agent-ecosystem-map — a directory of projects, people, and threads in the agent infrastructure field. Live at aeoess.github.io/agent-ecosystem-map. Designed for neutral stewardship; actively looking for co-maintainers from other projects in the directory.

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

    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 21 10

  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. Identity, delegation, enforcement, and signed receipts as tools in any MCP client. npx agent-passport-system-mcp

    JavaScript 2 5

  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 4 29

  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