Skip to content

Commit 7b3907b

Browse files
committed
feat: execute durable core agent runs
1 parent 67d4c1c commit 7b3907b

9 files changed

Lines changed: 3202 additions & 18 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
@@ -9,6 +9,7 @@ license-file.workspace = true
99
repository.workspace = true
1010

1111
[dependencies]
12+
async-trait.workspace = true
1213
base64.workspace = true
1314
chat2db-agent = { path = "../chat2db-agent" }
1415
chat2db-contract = { path = "../chat2db-contract" }
@@ -23,6 +24,7 @@ tracing.workspace = true
2324
uuid.workspace = true
2425

2526
[dev-dependencies]
27+
futures-util.workspace = true
2628
tempfile = "3"
2729

2830
[[test]]

0 commit comments

Comments
 (0)