Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
ly-wang19
/
engram
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
21
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Read-path scaling and observability: bounded candidates, tenant-filter pushdown, segment reranking, live metrics
- #21
#21
Open
ly-wang19
wants to merge 25 commits into
main
ly-wang19/engram:main
from
claude/intelligent-hypatia-25de98
ly-wang19/engram:claude/intelligent-hypatia-25de98
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
Read-path scaling and observability: bounded candidates, tenant-filter pushdown, segment reranking, live metrics
#21
ly-wang19
wants to merge 25 commits into
main
ly-wang19/engram:main
from
claude/intelligent-hypatia-25de98
ly-wang19/engram:claude/intelligent-hypatia-25de98
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
Add cross-instance memory portability and MCP HTTP auth
Show description for 8decc8c
claude
committed
8decc8c
View commit details
Copy full SHA for 8decc8c
Browse repository at this point
Commits on Aug 16, 2026
docs: record the branch-debt triage
Show description for 8d2eb36
claude
committed
8d2eb36
View commit details
Copy full SHA for 8d2eb36
Browse repository at this point
retrieve: bounded candidate retrieval, off by default, plus the harness that measures it
Show description for d8bc6cd
claude
committed
d8bc6cd
View commit details
Copy full SHA for d8bc6cd
Browse repository at this point
store: push the tenant filter into the vector index instead of scanning for it
Show description for 34f7f75
claude
committed
34f7f75
View commit details
Copy full SHA for 34f7f75
Browse repository at this point
retrieve: skip the entity scan when the query has no negation, and push key lookups into LanceDB
Show description for dec8dc6
claude
committed
dec8dc6
View commit details
Copy full SHA for dec8dc6
Browse repository at this point
docs: record how the uncommitted worktree work was preserved
Show description for 225d56f
claude
committed
225d56f
View commit details
Copy full SHA for 225d56f
Browse repository at this point
rerank: score long sessions by segment instead of by their opening quarter
Show description for e43d64f
claude
committed
e43d64f
View commit details
Copy full SHA for e43d64f
Browse repository at this point
graph: index entity name terms so anchoring costs the query, not the store
Show description for 6689523
claude
committed
6689523
View commit details
Copy full SHA for 6689523
Browse repository at this point
service: live latency, volume and token metrics behind an open /metrics
Show description for 8e33c66
claude
committed
8e33c66
View commit details
Copy full SHA for 8e33c66
Browse repository at this point
retrieve: split the read context into a cacheable half and a per-query half
Show description for 038fdc2
claude
committed
038fdc2
View commit details
Copy full SHA for 038fdc2
Browse repository at this point
server: per-tenant rate limiting and Idempotency-Key replay
Show description for af49599
claude
committed
af49599
View commit details
Copy full SHA for af49599
Browse repository at this point
server: runtime-issued API keys, hashed at rest, behind their own admin token
Show description for ba8100d
claude
committed
ba8100d
View commit details
Copy full SHA for ba8100d
Browse repository at this point
client: a Python SDK with zero runtime dependencies
Show description for 1925142
claude
committed
1925142
View commit details
Copy full SHA for 1925142
Browse repository at this point
server: count what the rate limiter, idempotency cache and key resolution actually do
Show description for 57f6475
claude
committed
57f6475
View commit details
Copy full SHA for 57f6475
Browse repository at this point
docs: document the operational surface added over the last rounds
Show description for da6065d
claude
committed
da6065d
View commit details
Copy full SHA for da6065d
Browse repository at this point
proxy: make the system prompt stable across a session, opt-in
Show description for 0eed3fc
claude
committed
0eed3fc
View commit details
Copy full SHA for 0eed3fc
Browse repository at this point
eval: tell a real benchmark gain from the answerer's noise
Show description for b676a8b
claude
committed
b676a8b
View commit details
Copy full SHA for b676a8b
Browse repository at this point
eval: measure how much the benchmark moves when nothing changes
Show description for 062e02e
claude
committed
062e02e
View commit details
Copy full SHA for 062e02e
Browse repository at this point
eval: classify wrong answers by failure mode, and fix the log pointer that misdirects reproduction
Show description for 5bd513a
claude
committed
5bd513a
View commit details
Copy full SHA for 5bd513a
Browse repository at this point
eval: show that the refusals were not starved of evidence
Show description for af8040d
claude
committed
af8040d
View commit details
Copy full SHA for af8040d
Browse repository at this point
eval: print the significance test next to the accuracy table
Show description for d3eda07
claude
committed
d3eda07
View commit details
Copy full SHA for d3eda07
Browse repository at this point
eval: the evidence was already retrieved — 73% of failures had it in full detail
Show description for 2617938
claude
committed
2617938
View commit details
Copy full SHA for 2617938
Browse repository at this point
eval: correct the diagnosis — retrieval finds the evidence, assembly shows half of it
Show description for c63d0fd
claude
committed
c63d0fd
View commit details
Copy full SHA for c63d0fd
Browse repository at this point
Commits on Aug 17, 2026
eval: the counting fix does not clear the floor, and the measurement says why
Show description for 7be088c
claude
committed
7be088c
View commit details
Copy full SHA for 7be088c
Browse repository at this point
Commits on Aug 21, 2026
paper: drop an unused import
Show description for 6791789
claude
committed
6791789
View commit details
Copy full SHA for 6791789
Browse repository at this point
You can’t perform that action at this time.