agent-sdk-cli 0.10.0

Developer-experience CLI for the Agent SDK (e.g. installs the local Langfuse + OTel collector stack)
agent-sdk-cli-0.10.0 is not a library.

agent-sdk-cli

crates.io docs.rs MIT

Developer-experience CLI for the Agent SDK. It installs the binary agent-sdk, which can run an agent directly and scaffold the local observability stack.

Install

cargo install agent-sdk-cli

Usage

# Run a single prompt (reads ANTHROPIC_API_KEY)
ANTHROPIC_API_KEY=your_key agent-sdk run "Explain Rust ownership in two sentences."

# Interactive chat (keeps history for the session)
ANTHROPIC_API_KEY=your_key agent-sdk chat

# Materialize the local Langfuse + OTel collector compose stack
agent-sdk local-langfuse init

# Check docker, ports, and destination writability
agent-sdk doctor

Documentation

License

MIT. See LICENSE.