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