Files
galaxy/crates/local_control/Cargo.toml
T
rkw6086 dbfa8bcd48 Complete agent monitoring and Galaxy Control integration
- expose command-monitor conversations and preserve visible agent transcripts
- add bounded polling and a dedicated shell interrupt tool
- improve direct-provider images, skills, tool history, and usage handling
- package and brand Galaxy Control across releases, installers, persistence, and docs
2026-07-29 15:04:58 -05:00

28 lines
694 B
TOML

[package]
name = "local_control"
edition = "2024"
description = "Shared protocol and discovery primitives for Galaxy local control"
authors.workspace = true
publish.workspace = true
license.workspace = true
[dependencies]
base64.workspace = true
chrono.workspace = true
rand.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true
uuid.workspace = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
reqwest.workspace = true
[target.'cfg(unix)'.dependencies]
libc.workspace = true
[target.'cfg(windows)'.dependencies]
command.workspace = true
[dev-dependencies]
command.workspace = true
tempfile.workspace = true