2 files changed
+3
-2
Cargo.lock
+1
@@ -3799,6 +3799,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3799
[[package]]
3800
name = "onde"
3801
version = "0.1.8"
3802
+source = "git+https://github.com/ondeinference/onde?branch=development#f0bb0daad7fb07af951002f1bcae16fbd0bc876d"
3803
dependencies = [
3804
"anyhow",
3805
"cc",
Cargo.toml
+2
-2
@@ -21,8 +21,8 @@ path = "src/main.rs"
21
agent-client-protocol = { version = "0.10.4", features = ["unstable_session_fork", "unstable_session_additional_directories"] }
22
23
# Onde Inference engine (local LLM)
24
-onde = { path = "../onde" }
25
-# onde = { git = "https://github.com/ondeinference/onde", branch = "development" }
24
+# onde = { path = "../onde" }
25
+onde = { git = "https://github.com/ondeinference/onde", branch = "development" }
26
27
# Async runtime
28
async-trait = "0.1"