You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create TokenCounter struct with DashMap-backed cache (cap 10k entries). Evict random entry on overflow. Expose count_tokens(text) -> usize. Part of M27 epic.