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
Accelerator
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
Type
/
to 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 }}
worthmining
/
edgehdf5
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Feb 23, 2026
fix: edgehdf5-cli Cargo.toml — add version for edgehdf5-memory dep, fix readme path
osobh
committed
6597eea
View commit details
Copy full SHA for 6597eea
Browse repository at this point
Merge feat/cli-and-skill: edgehdf5-cli crate + OpenClaw skill
osobh
committed
1ceb710
View commit details
Copy full SHA for 1ceb710
Browse repository at this point
feat: edgehdf5-cli crate + OpenClaw skill package
Show description for 9d9b103
osobh
committed
9d9b103
View commit details
Copy full SHA for 9d9b103
Browse repository at this point
feat: Phase 4 benchmarks — WAL, strategy, and adaptive bench groups
Show description for ebcd4fb
osobh
committed
ebcd4fb
View commit details
Copy full SHA for ebcd4fb
Browse repository at this point
feat: Phase 3 — WAL write-ahead log + MemoryStrategy trait
Show description for 08e9062
osobh
committed
08e9062
View commit details
Copy full SHA for 08e9062
Browse repository at this point
feat: MemoryStrategy trait — pluggable save decision layer
Show description for f9d1ed9
osobh
committed
f9d1ed9
View commit details
Copy full SHA for f9d1ed9
Browse repository at this point
feat: Write-Ahead Log (WAL) for O(1) save latency
Show description for a2212a8
osobh
committed
a2212a8
View commit details
Copy full SHA for a2212a8
Browse repository at this point
Merge branch 'feat/agents-md'
osobh
committed
2abbec4
View commit details
Copy full SHA for 2abbec4
Browse repository at this point
feat: AGENTS.md session initialization — auto-generated self-description
Show description for 4ca80d5
osobh
committed
4ca80d5
View commit details
Copy full SHA for 4ca80d5
Browse repository at this point
feat: Entity alias resolution — greedy longest-match rewrite
Show description for 8611d60
osobh
committed
8611d60
View commit details
Copy full SHA for 8611d60
Browse repository at this point
Merge branch 'feat/decision-gate'
osobh
committed
55c24ab
View commit details
Copy full SHA for 55c24ab
Browse repository at this point
feat: Decision Gate — trivial message filter
Show description for 0196ab3
osobh
committed
0196ab3
View commit details
Copy full SHA for 0196ab3
Browse repository at this point
feat: Hebbian activation & temporal decay
Show description for fb3a39e
osobh
committed
fb3a39e
View commit details
Copy full SHA for fb3a39e
Browse repository at this point
docs: update README — rename zeroclaw→edgehdf5, purehdf5→rustyhdf5 throughout
osobh
committed
cb9839b
View commit details
Copy full SHA for cb9839b
Browse repository at this point
chore: rename zeroclaw-* → edgehdf5-*, update all refs
Show description for 36ad511
osobh
committed
36ad511
View commit details
Copy full SHA for 36ad511
Browse repository at this point
chore: update deps purehdf5 → rustyhdf5, v1.93.0, edition 2024, MIT
Show description for 7ef500e
osobh
committed
7ef500e
View commit details
Copy full SHA for 7ef500e
Browse repository at this point
Commits on Feb 21, 2026
docs: reframe as standalone library with ZeroClaw integration section
osobh
committed
15c45a3
View commit details
Copy full SHA for 15c45a3
Browse repository at this point
docs: fill in IVF-PQ benchmark values
osobh
committed
2f19c34
View commit details
Copy full SHA for 2f19c34
Browse repository at this point
docs: add comprehensive README for EdgeHDF5
Show description for 861a567
osobh
and
claude
committed
861a567
View commit details
Copy full SHA for 861a567
Browse repository at this point
feat: add Apple Accelerate cblas_sgemv backend for AMX-accelerated vector search
Show description for 674720f
osobh
and
claude
committed
674720f
View commit details
Copy full SHA for 674720f
Browse repository at this point
feat: add BLAS-backed matrix-vector multiply for vector search
Show description for 2ca6aa7
osobh
and
claude
committed
2ca6aa7
View commit details
Copy full SHA for 2ca6aa7
Browse repository at this point
Commits on Feb 20, 2026
feat: integrate rustyhdf5 acceleration stack into zeroclaw-memory
Show description for 94aed3e
osobh
and
claude
committed
94aed3e
View commit details
Copy full SHA for 94aed3e
Browse repository at this point
feat: add rayon parallel search, GPU backend, adaptive strategy, and search metrics
Show description for 9bbd835
Omar Sobh
and
claude
committed
9bbd835
View commit details
Copy full SHA for 9bbd835
Browse repository at this point
feat: add SIMD search, pre-computed norms, PQ, IVF indexing, and BM25 optimizations
Show description for 8425846
Omar Sobh
and
claude
committed
8425846
View commit details
Copy full SHA for 8425846
Browse repository at this point
test: add criterion benchmarks, stress tests, and e2e tests
Show description for 7384aaa
Omar Sobh
and
claude
committed
7384aaa
View commit details
Copy full SHA for 7384aaa
Browse repository at this point
fix: merge integration - fix doc comment placement, regenerate lockfile
Omar Sobh
committed
846ab9d
View commit details
Copy full SHA for 846ab9d
Browse repository at this point
merge: integrate migration CLI with core
Omar Sobh
committed
28b2128
View commit details
Copy full SHA for 28b2128
Browse repository at this point
Merge branch 'feat/migration'
Omar Sobh
committed
1ccb01a
View commit details
Copy full SHA for 1ccb01a
Browse repository at this point
Merge branch 'feat/search-engine'
Show description for 9aa5b6f
Omar Sobh
committed
9aa5b6f
View commit details
Copy full SHA for 9aa5b6f
Browse repository at this point
feat(memory): implement core HDF5 memory schema and AgentMemory trait
Show description for e1c1837
Omar Sobh
and
claude
committed
e1c1837
View commit details
Copy full SHA for e1c1837
Browse repository at this point
feat: SQLite-to-HDF5 migration CLI for ZeroClaw memory
Show description for 698b947
Omar Sobh
and
claude
committed
698b947
View commit details
Copy full SHA for 698b947
Browse repository at this point
feat: add vector search, BM25, and hybrid search engine
Show description for 6f0e2ba
Omar Sobh
and
claude
committed
6f0e2ba
View commit details
Copy full SHA for 6f0e2ba
Browse repository at this point
init: workspace scaffold for zeroclaw-memory-hdf5
Omar Sobh
committed
c52d63a
View commit details
Copy full SHA for c52d63a
Browse repository at this point
You can’t perform that action at this time.