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

<https://anchorfact.org/kb/ai/agent-token-budgeting-and-context-accounting>
  a schema:TechArticle ;
  schema:headline "Agent Token Budgeting and Context Accounting" ;
  schema:url <https://anchorfact.org/ai/agent-token-budgeting-and-context-accounting/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/agent-token-budgeting-and-context-accounting>
  schema:citation <https://developers.openai.com/cookbook/examples/how_to_count_tokens_with_tiktoken> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-token-budgeting-and-context-accounting>
  schema:citation <https://platform.claude.com/docs/en/build-with-claude/token-counting> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-token-budgeting-and-context-accounting>
  schema:citation <https://ai.google.dev/gemini-api/docs/tokens> ;
  af:sourceTier "B" .