Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ tempfile = "3"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "time"] }
wiremock = "0.6"

# Standalone TinyCortex development still uses the pinned nested submodule.
# Cargo ignores dependency-local patches when TinyCortex is consumed by a host,
# allowing that host's crates.io patch to select its canonical TinyAgents copy.
[patch.crates-io]
tinyagents = { path = "vendor/tinyagents" }

[[test]]
name = "composio_sync_mock"
required-features = ["sync"]
Expand Down