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

<https://anchorfact.org/kb/ai/ai-agents>
  a schema:TechArticle ;
  schema:headline "AI Agents: Tool-Using Model Systems" ;
  schema:url <https://anchorfact.org/ai/ai-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/ai/ai-agents>
  schema:citation <https://docs.langchain.com/oss/python/langchain/agents> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/ai-agents>
  schema:citation <https://modelcontextprotocol.io/docs/getting-started/intro> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/ai-agents>
  schema:citation <https://code.claude.com/docs/en/overview> ;
  af:sourceTier "B" .