spec-ai-cli 0.4.12

A framework for building AI agents with structured outputs, policy enforcement, and execution tracking
[[bin]]
name = "spec-ai-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.spec-ai]
version = "0.4.12"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "io-util", "io-std", "sync", "process"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.walkdir]
version = "2"

[features]
anthropic = ["spec-ai/anthropic"]
api = ["spec-ai/api"]
axum-extra = ["spec-ai/axum-extra"]
bundled = ["spec-ai/bundled"]
default = ["openai", "lmstudio", "web-scraping", "vttrs", "api"]
duck-sys = ["spec-ai/duck-sys"]
integration-tests = ["spec-ai/integration-tests"]
lmstudio = ["spec-ai/lmstudio"]
mlx = ["spec-ai/mlx"]
ollama = ["spec-ai/ollama"]
openai = ["spec-ai/openai"]
vttrs = ["spec-ai/vttrs"]
web-scraping = ["spec-ai/web-scraping"]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools"]
description = "A framework for building AI agents with structured outputs, policy enforcement, and execution tracking"
documentation = "https://docs.rs/spec-ai"
edition = "2021"
keywords = ["ai", "agents", "llm", "policy", "framework"]
license = "MIT OR Apache-2.0"
name = "spec-ai-cli"
readme = false
repository = "https://github.com/geoffsee/spec-ai"
version = "0.4.12"