{
  "name": "Tal Ogen",
  "description": "Tal Ogen's agent-first portfolio: an AI Transformation & Solutions Lead whose profile, featured projects, autonomous agents, and machine-readable candidate facts are designed to be read and evaluated by AI hiring agents. Free, no authentication. The one write action, contact, delivers a real message to a human who replies by email.",
  "_note": "This card describes a person's portfolio, not an autonomous agent, and it does not implement the A2A JSON-RPC transport. Interact via the MCP endpoint or the plain REST API listed in `interfaces`.",
  "url": "https://talogen.dev",
  "provider": {
    "organization": "Tal Ogen",
    "url": "https://talogen.dev"
  },
  "version": "1.0.0",
  "documentationUrl": "https://talogen.dev/developers/",
  "interfaces": {
    "mcp": {
      "transport": "streamable-http",
      "url": "https://talogen.dev/mcp",
      "authentication": "none",
      "tools": ["get_profile", "list_projects", "list_agents", "get_project", "contact_recruiter"]
    },
    "rest": {
      "base_url": "https://talogen.dev/api/v1",
      "openapi": "https://talogen.dev/openapi.json",
      "authentication": "none"
    },
    "npm": {
      "package": "talogen",
      "url": "https://www.npmjs.com/package/talogen",
      "run": "npx talogen profile",
      "note": "Official CLI + SDK, zero dependencies."
    },
    "pypi": {
      "package": "talogen",
      "url": "https://pypi.org/project/talogen/",
      "install": "pip install talogen",
      "cli": "talogen",
      "note": "Official Python client + CLI, zero dependencies."
    },
    "go": {
      "module": "github.com/TALOGEN777/talogen-go",
      "url": "https://pkg.go.dev/github.com/TALOGEN777/talogen-go",
      "install": "go get github.com/TALOGEN777/talogen-go",
      "cli": "go install github.com/TALOGEN777/talogen-go/cmd/talogen@latest",
      "note": "Official Go client + CLI, standard library only."
    },
    "manifest": "https://talogen.dev/.well-known/agent.json",
    "candidate_profile": "https://talogen.dev/.well-known/candidate.json",
    "llms_txt": "https://talogen.dev/llms.txt"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    { "id": "get_profile", "name": "Profile", "description": "Headline, summary, about, contact, capability categories, and strengths of Tal Ogen.", "tags": ["profile", "candidate"] },
    { "id": "candidate", "name": "Candidate facts", "description": "Availability, target roles, location, work authorization, languages, and compensation stance, machine-readable.", "tags": ["hiring", "availability"] },
    { "id": "list_projects", "name": "Featured projects", "description": "Case studies with problem, role, solution, approach, implementation, and result, including the flagship Human For AI platform.", "tags": ["projects", "case-studies"] },
    { "id": "list_agents", "name": "Autonomous agents", "description": "Autonomous AI agents Tal has designed and operates, with what each one does and how.", "tags": ["agents", "automation"] },
    { "id": "get_project", "name": "Project detail", "description": "Full detail for one project or agent by id.", "tags": ["projects"] },
    { "id": "contact_recruiter", "name": "Contact Tal", "description": "Send a message about a role or opportunity with a reply-to mailbox; a human reads and replies.", "tags": ["contact", "hiring"] }
  ]
}
