[package]
edition = "2024"
name = "nils-agentctl"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI crate for nils-agentctl in the nils-cli workspace."
readme = "README.md"
license = "MIT"
repository = "https://github.com/graysurf/nils-cli"
resolver = "2"
[lib]
name = "agentctl"
path = "src/lib.rs"
[[bin]]
name = "agentctl"
path = "src/main.rs"
[[test]]
name = "debug_bundle"
path = "tests/debug_bundle.rs"
[[test]]
name = "diag_capabilities"
path = "tests/diag_capabilities.rs"
[[test]]
name = "diag_doctor"
path = "tests/diag_doctor.rs"
[[test]]
name = "dispatch"
path = "tests/dispatch.rs"
[[test]]
name = "provider_commands"
path = "tests/provider_commands.rs"
[[test]]
name = "provider_registry"
path = "tests/provider_registry.rs"
[[test]]
name = "run_from_dispatch"
path = "tests/run_from_dispatch.rs"
[[test]]
name = "workflow_automation_steps"
path = "tests/workflow_automation_steps.rs"
[[test]]
name = "workflow_run"
path = "tests/workflow_run.rs"
[dependencies.agent-provider-claude]
version = "0.4.2"
package = "nils-agent-provider-claude"
[dependencies.agent-provider-codex]
version = "0.4.2"
package = "nils-agent-provider-codex"
[dependencies.agent-provider-gemini]
version = "0.4.2"
package = "nils-agent-provider-gemini"
[dependencies.agent-runtime-core]
version = "0.4.2"
package = "nils-agent-runtime-core"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.nils-common]
version = "0.4.2"
package = "nils-common"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.nils-test-support]
version = "0.4.2"
[dev-dependencies.pretty_assertions]
version = "1"