feat(memory/v2): add concept-frequency debug route#29618
Merged
Conversation
Aggregates memory_v2_activation_logs by (slug, status) and cross- references the on-disk concept universe so an operator can see which concepts get injected often, which get scored but rejected, and which on-disk pages never surface as candidates. Pure derived view — no new persistence, no schema migration.
siddseethepalli
added a commit
that referenced
this pull request
May 5, 2026
The memory/v2/concept-frequency debug endpoint was added in #29618 but no matching scope policy was registered, causing guard-tests.test.ts to fail in CI. Add settings.read (matches sibling read-only debug routes like concept-page and explain-similarity). Co-authored-by: Vellum Assistant <assistant@vellum.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
POST memory/v2/concept-frequencydebug route. Aggregates the existingmemory_v2_activation_logstable by(slug, status)using SQLitejson_eachand cross-referenceslistPages()for the on-disk concept universe.injected/in_context/not_injected/page_missing),lastInjectedAt, anonDiskflag, and aneverEvaluatedSlugsarray. Optional filters:conversationId,sinceMs.Original prompt
it