Add semantic caching
Some checks failed
CI / lint (pull_request) Failing after 12s
CI / typecheck (pull_request) Successful in 13s
CI / test (pull_request) Failing after 27s

This commit is contained in:
2026-03-04 06:02:24 +00:00
parent 0cdf9cd44e
commit 132ea1c04f
9 changed files with 624 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ dependencies = [
"mcp[cli]>=1.26.0",
"pydantic-settings>=2.9.1",
"pyyaml>=6.0",
"redis[hiredis]>=5.0.0,<7",
"redisvl>=0.6.0",
]
[project.scripts]