Skip to content

Commit 7a1b866

Browse files
committed
feat: add agent runtime foundation
1 parent c723339 commit 7a1b866

8 files changed

Lines changed: 3003 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chat2db-core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ repository.workspace = true
1010

1111
[dependencies]
1212
base64.workspace = true
13+
chat2db-agent = { path = "../chat2db-agent" }
1314
chat2db-contract = { path = "../chat2db-contract" }
1415
chat2db-engine-protocol = { path = "../chat2db-engine-protocol" }
1516
chat2db-java-bridge = { path = "../chat2db-java-bridge" }
1617
chat2db-storage = { path = "../chat2db-storage" }
1718
serde_json.workspace = true
1819
thiserror.workspace = true
1920
tokio.workspace = true
21+
tokio-util.workspace = true
2022
tracing.workspace = true
2123
uuid.workspace = true
2224

0 commit comments

Comments
 (0)