From 552f3f564e02630064b353562a17fdd5aea9ddee Mon Sep 17 00:00:00 2001 From: Claude Code Agent Date: Wed, 13 May 2026 13:59:05 +0800 Subject: [PATCH] chore(submodule): add third_party/agentic-kvcache submodule Pinned to scaleaisys/projects/agentic-kvcache.git HEAD. Whitelisted in .gitignore alongside third_party/sglang/. --- .gitignore | 1 + .gitmodules | 3 +++ third_party/agentic-kvcache | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/agentic-kvcache diff --git a/.gitignore b/.gitignore index e50117c..6a59e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ outputs/ # Vendored dependencies. Track only the maintained SGLang fork/snapshot. third_party/* !third_party/sglang/ +!third_party/agentic-kvcache/ *.log diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..416eb88 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/agentic-kvcache"] + path = third_party/agentic-kvcache + url = git@ipads.se.sjtu.edu.cn:scaleaisys/projects/agentic-kvcache.git diff --git a/third_party/agentic-kvcache b/third_party/agentic-kvcache new file mode 160000 index 0000000..44796a1 --- /dev/null +++ b/third_party/agentic-kvcache @@ -0,0 +1 @@ +Subproject commit 44796a1139cb21ab8917d69ae60d5a7af5025061