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

<https://anchorfact.org/kb/ai/ai-agent-frameworks>
  a schema:TechArticle ;
  schema:headline "AI Agent Frameworks: LangChain, AutoGen, and CrewAI" ;
  schema:url <https://anchorfact.org/ai/ai-agent-frameworks/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

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

<https://anchorfact.org/kb/ai/ai-agent-frameworks>
  schema:citation <https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/index.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/ai-agent-frameworks>
  schema:citation <https://docs.crewai.com/en/concepts/agents> ;
  af:sourceTier "B" .