Skip to content

Commit b9e0b9e

Browse files
committed
build: Use published versions of titans_memory and hope_agents
1 parent 04ff9b3 commit b9e0b9e

2 files changed

Lines changed: 33 additions & 7 deletions

File tree

Cargo.lock

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

crates/aingle_minimal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ embedded-hal = { version = "1.0", optional = true }
120120
embedded-hal-async = { version = "1.0", optional = true }
121121

122122
# AI Memory (Titans Memory)
123-
titans_memory = { version = "0.2", path = "../titans_memory", optional = true }
123+
titans_memory = { version = "0.1", optional = true }
124124

125125
# HOPE Agents (AI Agent Framework)
126-
hope_agents = { version = "0.2", path = "../hope_agents", optional = true }
126+
hope_agents = { version = "0.1", optional = true }
127127

128128
[dev-dependencies]
129129
# Testing

0 commit comments

Comments
 (0)