{
  "name": "Agentive",
  "description": "Covers the software, standards, and practical uses of AI agents that act on behalf of people and organizations. It is for readers tracking delegation, workflow automation, and the systems that make agentic tools reliable.",
  "url": "https://agentive.news",
  "version": "1.0.0",
  "provider": {
    "organization": "Agentive",
    "url": "https://agentive.news"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/markdown",
    "application/json",
    "text/html"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json",
    "text/html"
  ],
  "skills": [
    {
      "id": "read-news",
      "name": "Read news",
      "description": "A beat for software that takes action Read the latest articles via feeds (/feed.xml, /atom.xml, /feed.json), the JSON API (/api/articles), or llms.txt. All endpoints are static and read-only.",
      "tags": [
        "consumer ai agents",
        "task delegation",
        "personal automation",
        "agent workflows"
      ]
    }
  ]
}
