AGENT.md · JSON-LD Context

Agent Md Context

JSON-LD context defining the semantic vocabulary for Agent Md from AGENT.md.

9 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

agent-md: https://raw.githubusercontent.com/api-evangelist/agent-md/refs/heads/main/vocabulary#

Classes

project description instructions stack conventions tools avoid focus context

JSON-LD Document

agent-md-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "agent-md": "https://raw.githubusercontent.com/api-evangelist/agent-md/refs/heads/main/vocabulary#",
    "project": "name",
    "description": "description",
    "instructions": "agent-md:instructions",
    "stack": "agent-md:stack",
    "conventions": "agent-md:conventions",
    "tools": "agent-md:tools",
    "avoid": "agent-md:avoid",
    "focus": "agent-md:focus",
    "context": "agent-md:context"
  }
}