Use page context, deterministic plans, and direct-skill metadata as the service-owned bootstrap target precedence so callback-host startup no longer relies on line-loss text matching or the old request-url helper. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
805 B
TOML
25 lines
805 B
TOML
[package]
|
|
name = "sgclaw"
|
|
version = "0.1.0-2026.4.9"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
async-trait = "0.1"
|
|
chrono = { version = "0.4", default-features = false, features = ["clock"] }
|
|
futures-util = "0.3"
|
|
hex = "0.4"
|
|
hmac = "0.12"
|
|
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
|
regex = "1.10"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
sha2 = "0.10"
|
|
thiserror = "1"
|
|
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
|
toml = "0.8"
|
|
tungstenite = "0.29"
|
|
uuid = { version = "1", features = ["v4"] }
|
|
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
|
|
zeroclaw = { package = "zeroclawlabs", path = "third_party/zeroclaw", default-features = false }
|