Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ computer-use-praefectus = ["dep:praefectus", "dep:ed25519-dalek"]
# Deliberately off: `builtin-tools` (apollo registers its own tools; also
# pulls in the fff/git2/notify stack), `mcp` (apollo has src/mcp_server.rs),
# `zkr-memory` (gates rx4's self_improve; apollo depends on zkr directly).
rx4 = { version = "0.5.0", default-features = false, features = ["ipc", "providers", "skills", "graph-memory"] }
rx4 = { version = "0.6.3", default-features = false, features = ["ipc", "providers", "skills", "graph-memory"] }

# Async runtime (optimized features only)
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time", "fs", "signal", "process", "io-std"] }
Expand Down
1 change: 1 addition & 0 deletions src/agent/rotary_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ pub fn register_apollo_tools(
id: String::new(),
content: result.output,
is_error: result.is_error,
error_kind: None,
}
})
});
Expand Down
Loading