@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-debug-adapter-protocol-for-agents>
  a schema:TechArticle ;
  schema:headline "Code Debug Adapter Protocol for Agents" ;
  schema:url <https://anchorfact.org/computer-science/code-debug-adapter-protocol-for-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-debug-adapter-protocol-for-agents>
  schema:citation <https://microsoft.github.io/debug-adapter-protocol/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/code-debug-adapter-protocol-for-agents>
  schema:citation <https://microsoft.github.io/debug-adapter-protocol/specification> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/code-debug-adapter-protocol-for-agents>
  schema:citation <https://raw.githubusercontent.com/microsoft/debug-adapter-protocol/main/debugAdapterProtocol.json> ;
  af:sourceTier "S" .