Commit History

refactor: consolidate route auth + service accessors (closes #34)
fce12d3

Yash030 commited on

docs: add ADR-0001 — keep legacy.py as re-export shim
f672143

Yash030 commited on

refactor: delete agentcache/cache/* shim layer (closes #29, #30, #31, #32)
3cde7ea

Yash030 commited on

Raplh 2 in process
ac98b25

Yash030 commited on

feat: add core package (ObservationStore, SearchService, KV) and auth middleware Introduces the production modules that tickets #26 and #27 test: - src/agentcache/core/__init__.py — package exports - src/agentcache/core/kv_scopes.py — KV scope key registry - src/agentcache/core/search_service.py — SearchService + IndexPersistence - src/agentcache/routes/auth.py — verify_token + require_auth decorator All 18 tests pass (test_auth, test_observation_store, test_search_service). Closes #26, closes #27
5586336

Yash030 commited on

fix: use relative paths in AGENTS.md agent skills links Replace absolute file:// URLs (machine-specific) with relative paths so the links work across clones and in GitHub's rendered markdown view. Closes: no direct issue — follow-up to /setup-matt-pocock-skills
dd5857f

Yash030 commited on

test: hardening test suite, adding auth tests, and shared conftest fixtures
a6e11a5

Yash030 commited on

feat: setup agent skills configuration and fix route blueprint imports
a0d5274

Yash030 commited on

Intial Files
9604d35

Yash030 commited on

Added new docs
5cd3cca

Yash030 commited on

test: add SQL injection and path traversal unit tests, and integrate Bandit CI security scanning
1846fdf

Yash030 commited on

test: add SQL injection and path traversal unit tests, and integrate Bandit CI security scanning
98c3939

Yash030 commited on

feat(cli): implement agentcache context bootstrapper command
4a14717

Yash030 commited on

feat(memory): implement folder-based observation auto-forgetting and TTL
95568d8

Yash030 commited on

feat: Maintaining database concurrency
016d065

Yash030 commited on

fix: Added prod level migrations
ba35a6d

Yash030 commited on

fix: Readme ref links are fixed
7c69c77

Yash030 commited on

build: update build-backend to PEP 517 build_meta
e0e2e6c

Yash030 commited on

Initial Git Push
67c1aa5

Yash030 commited on

feat: implement /auth.md agent onboarding route and add ws broadcast improvements
c704030

Yash030 commited on

feat: migrate agentmemory to agentcache namespace, endpoints, and tools
12a6c9a

Yash030 commited on

feat: dedup observations, fix dashboard buttons, add per-obs delete
dc238fd

Yash030 commited on

feat: obs lookup index, startup backfill, CORS wildcards, sync state in SQLite
bbea853

Yash030 commited on

fix: prevent double-import of app.py by registering app namespace in sys.modules
9aca16b

Yash030 commited on

fix: remove unclosed and unused renderDashboard function declaration that broke JS parsing
ef46d54

Yash030 commited on

fix: wrap localStorage access for iframe environments and resolve footer mojibake
7e4fe2c

Yash030 commited on

fix: resolve stuck command palette default display and UTF-8 mojibake
df8c7d5

Yash030 commited on

fix: Hugging Face sync, routing, dashboard, and agent isolation bugs
12b5d50

Yash030 commited on

fix: rewrite /observe handler - unified compat path + fix undefined body in except
3edc290

Yash030 commited on

fix: CORS for HF Spaces + OPTIONS preflight + observe error logging
0697a1f

Yash030 commited on

fix: compat shim for legacy observe callers - map sessionId/cwd to folderPath/agentId
522bc87

Yash030 commited on

fix: CORS for HF Spaces + OPTIONS preflight + observe error logging
acea43f

Yash030 commited on

fix: CORS for HuggingFace Spaces + OPTIONS preflight + auth banner visibility
a00a0e3

Yash030 commited on

fix: add legacy API compat shims + fix /observe auto-routing
f888ff4

Yash030 commited on

fix(viewer): fix blank page on load and loadFolders circular reference
b27f86d

Yash030 commited on

fix(viewer): sync dashboard to folder-based backend
9828fcf

Yash030 commited on

feat: upscale & UX overhaul — blueprint split, debounce, tests, viewer enhancements, DX improvements
4d5727a

Yash030 commited on

refactor: folder-based memory model replacing session-based storage
fbcb300

Yash030 commited on

Fix memory_save and agent_remember: write observation when sessionId provided to link memory to session
2816e70

Yash030 commited on

Merge branch 'main' of https://huggingface.co/spaces/Yash030/agentmemory-python
6b7f138

Yash030 commited on

Implement memory_antigravity_sync_all master sync tool
dd1ca6e

Yash030 commited on

Upload plugin/.claude-plugin/plugin.json with huggingface_hub
c9d9b36
verified

Yash030 commited on

Upload plugin/plugin.json with huggingface_hub
57c3c57
verified

Yash030 commited on

Upload README.md with huggingface_hub
6919f68
verified

Yash030 commited on

Upload AGENTS.md with huggingface_hub
1c3977b
verified

Yash030 commited on

Upload src/mcp_stdio.py with huggingface_hub
5b7c355
verified

Yash030 commited on

Upload src/app.py with huggingface_hub
680e40e
verified

Yash030 commited on

Upload plugin/scripts/prompt_submit.py with huggingface_hub
3619c2d
verified

Yash030 commited on

Upload plugin/.claude-plugin/plugin.json with huggingface_hub
6737a9a
verified

Yash030 commited on

Upload plugin/plugin.json with huggingface_hub
20fe353
verified

Yash030 commited on