{
  "name": "agent-relay-codex",
  "version": "0.129.23",
  "description": "Codex integration for Agent Relay — auto-registers sessions as agents and enables inter-agent messaging",
  "type": "module",
  "bin": {
    "agent-relay-codex": "bin/agent-relay-codex.ts"
  },
  "files": [
    "bin/**/*.ts",
    "plugin/.codex-plugin/plugin.json",
    "hooks/**/*.ts",
    "*.ts",
    "*.sh",
    "*.ps1",
    "!**/*.test.ts",
    "!smoke/**",
    "!runtime/**"
  ],
  "license": "AGPL-3.0-or-later",
  "author": "Edin Mujkanovic <edin@exelerus.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edimuj/agent-relay.git",
    "directory": "codex"
  },
  "bugs": {
    "url": "https://github.com/edimuj/agent-relay/issues"
  },
  "homepage": "https://github.com/edimuj/agent-relay/tree/main/codex#readme",
  "keywords": [
    "codex",
    "codex-plugin",
    "agent-relay",
    "ai-agents",
    "coding-agents",
    "multi-agent",
    "inter-agent-communication",
    "agent-communication",
    "message-bus",
    "automation",
    "developer-tools"
  ],
  "engines": {
    "bun": ">=1.0.0"
  },
  "dependencies": {
    "agent-relay-sdk": "0.2.134"
  }
}
