Context exports - Context management and token counting Split from index.ts for file size compliance (Issue #285)
Creates a TokenCounter instance with the specified configuration.
Token counter configuration
Configured TokenCounter instance
const counter = createTokenCounter({ anthropicApiKey: process.env.ANTHROPIC_API_KEY, googleApiKey: process.env.GOOGLE_AI_API_KEY,}); Copy
const counter = createTokenCounter({ anthropicApiKey: process.env.ANTHROPIC_API_KEY, googleApiKey: process.env.GOOGLE_AI_API_KEY,});
Context exports - Context management and token counting Split from index.ts for file size compliance (Issue #285)