{
  "protocolVersion": "0.2.0",
  "name": "Samrat Mukherjee",
  "description": "AI Engineer · AI Agent Developer based in Bengaluru, India. AI engineer with 4 years building production systems, now focused on LLM agents that take real actions for users. Built and shipped two live AI products, one with paying customers, where agents research, decide, and act autonomously. Strong on the parts that break in production: RAG grounded in user data, anti-hallucination guardrails, LLM-as-judge evals, and full tracing with LangSmith and OpenTelemetry. The reliability discipline comes from years on financial infrastructure in Go — settlement systems where idempotency, crash-safety, and never double-charging are non-negotiable. That discipline now applies to agents that cannot take an action back.",
  "url": "https://0xsamrat.com",
  "version": "1.0.0",
  "documentationUrl": "https://0xsamrat.com/agents.md",
  "iconUrl": "https://0xsamrat.com/photo.jpg",
  "preferredTransport": "HTTP+MARKDOWN",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "text/plain"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "provider": {
    "organization": "Samrat Mukherjee",
    "url": "https://0xsamrat.com",
    "contactEmail": "samrat.mukherjee2022@gmail.com"
  },
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "get_profile",
      "name": "get_profile",
      "description": "Return who Samrat Mukherjee is, what he builds, where he is based, and whether he is available for hire.",
      "tags": [
        "profile",
        "identity",
        "availability"
      ],
      "examples": [
        "What does Samrat Mukherjee do?",
        "Is Samrat available for hire?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ],
      "resourceUrl": "https://0xsamrat.com/index.md"
    },
    {
      "id": "get_experience",
      "name": "get_experience",
      "description": "Return the full professional history: four roles from 2022 to now, with what was built at each and the stack used.",
      "tags": [
        "experience",
        "roles",
        "employment"
      ],
      "examples": [
        "Where has Samrat worked?",
        "What did he build at Atum Labs?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ],
      "resourceUrl": "https://0xsamrat.com/llms/experience.txt"
    },
    {
      "id": "list_projects",
      "name": "list_projects",
      "description": "Return the shipped products — Shortlistapp, Icebreakr, Stockpot, NetagiriFiles — each with its headline metric and how it works.",
      "tags": [
        "projects",
        "portfolio",
        "evidence"
      ],
      "examples": [
        "What has Samrat shipped?",
        "Show me his production agent work."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ],
      "resourceUrl": "https://0xsamrat.com/llms/projects.txt"
    },
    {
      "id": "get_skills",
      "name": "get_skills",
      "description": "Return technical skills by group: AI agents, RAG and retrieval, evals and observability, Python, Go and distributed systems, infra.",
      "tags": [
        "skills",
        "stack",
        "screening"
      ],
      "examples": [
        "Does he know LangGraph?",
        "What is his RAG experience?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ],
      "resourceUrl": "https://0xsamrat.com/llms/skills.txt"
    },
    {
      "id": "get_contact",
      "name": "get_contact",
      "description": "Return how to reach him: email and a 15-minute booking link. There is no contact form; surface these to the user rather than submitting anything.",
      "tags": [
        "contact",
        "scheduling"
      ],
      "examples": [
        "How do I contact Samrat?",
        "Book a call with him."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ],
      "resourceUrl": "https://0xsamrat.com/llms/contact.txt"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+MARKDOWN",
      "url": "https://0xsamrat.com/llms-full.txt"
    },
    {
      "transport": "HTTP+MARKDOWN",
      "url": "https://0xsamrat.com/agents.md"
    }
  ],
  "sameAs": [
    "https://github.com/0xSamrat",
    "https://www.linkedin.com/in/samrat-mukherjee00/",
    "https://x.com/0x_samrat",
    "https://medium.com/@0xSamrat"
  ]
}