astrid-cli-0.1.1 is not a library.
Visit the last successful build:
astrid-cli-0.0.1
astrid-cli
Command-line frontend for the Astrid secure agent runtime.
Overview
This crate provides the CLI interface for interacting with Astrid, including interactive chat sessions with LLM providers, session management, MCP server control, and audit log inspection.
Commands
chat
Start an interactive chat session with the agent runtime.
# Start a new chat session
# Resume an existing session
sessions
Manage chat sessions.
# List all sessions
# Show session details
# Delete a session
servers
Manage MCP servers.
# List configured servers
# List running servers
# Start a server
# Stop a server
# List available tools from all servers
audit
View and verify audit logs.
# List audit sessions
# Show audit entries for a session
# Verify audit chain integrity
# Show audit statistics
Global Options
-v, --verbose- Enable verbose/debug output
License
This crate is licensed under the MIT license.