wesichain-cli-0.3.0 is not a library.
wesichain-cli
Project scaffolding CLI and interactive REPL for Wesichain agents.
Part of the wesichain LLM agent framework.
Installation
Or add as a dependency:
[]
= "0.3"
Commands
# Create a new wesichain project
# Run a coding agent interactively
# Run against a specific endpoint
Features
wesichain new— scaffold a new Rust project with agent, tools, and optional MCP serverwesichain run— interactive REPL powered byrustylinewith readline history- ANSI diff viewer — inline colored diffs when the agent edits files
- Streaming output — real-time token streaming from the agent
- Config loading — reads
~/.wesichain/config.tomlfor API keys and defaults
License
Apache-2.0 OR MIT