Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
27
crates/codegen/xai-grok-hooks/Cargo.toml
Normal file
27
crates/codegen/xai-grok-hooks/Cargo.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[package]
|
||||
license = "Apache-2.0"
|
||||
name = "xai-grok-hooks"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
description = "Runtime hook system for Grok — file-based discovery, command execution, and policy enforcement"
|
||||
|
||||
[dependencies]
|
||||
fastrand = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
shellexpand = "3.1"
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["process", "rt", "macros", "time"] }
|
||||
tracing = { workspace = true }
|
||||
url = { workspace = true }
|
||||
xai-grok-config = { workspace = true }
|
||||
xai-grok-tools = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = { workspace = true }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Reference in a new issue