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
Yash030 commited on