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

<https://anchorfact.org/kb/game-development/agent-tools>
  a schema:TechArticle ;
  schema:headline "AI Agent Tools for Game Development" ;
  schema:url <https://anchorfact.org/game-development/agent-tools/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/agent-tools>
  schema:citation <https://modelcontextprotocol.io/specification/draft/server/tools> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/game-development/agent-tools>
  schema:citation <https://platform.openai.com/docs/guides/function-calling> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/agent-tools>
  schema:citation <https://docs.unity3d.com/Manual/CommandLineArguments.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/agent-tools>
  schema:citation <https://dev.epicgames.com/documentation/unreal-engine/scripting-the-unreal-editor-using-python> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/agent-tools>
  schema:citation <https://docs.godotengine.org/en/stable/tutorials/plugins/editor/index.html> ;
  af:sourceTier "B" .