Skip to content
Back to CowAgent

Card snapshot

docs.cowagent.ai · 2026-06-16 14:52:13 UTC · 8ca23c03cf2bf2217ef1b839b745c8be963455695c3e9d0b6ae61e77f045f77c

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "CowAgent",
  "description": "CowAgent - AI Super Assistant powered by LLMs, with autonomous task planning, long-term memory, skills system, and multi-channel deployment.",
  "url": "https://docs.cowagent.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.cowagent.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.cowagent.ai/",
    "organization": "CowAgent"
  },
  "documentationUrl": "https://docs.cowagent.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "cowagent",
      "name": "Cowagent",
      "description": "Use when deploying autonomous AI agents, configuring LLM models and chat channels, creating and managing skills, building knowledge bases, managing long-term memory, or running agent workflows. Reach for this skill when users need to set up an agent harness, extend agent capabilities with tools and skills, integrate with messaging platforms, or manage agent memory and knowledge systems.",
      "tags": [],
      "url": "https://docs.cowagent.ai/.well-known/agent-skills/cowagent/skill.md"
    }
  ]
}