Command Line Interface
The Soria CLI brings the full power of your AI agents to the terminal. Query agents, pipe data, and integrate with your existing shell workflows.
Installation
npm install -g @soria/cli
Quick Start
# Authenticate
soria login
# Chat with an agent
soria chat "What's the status of our deployment?"
# Pipe input
cat error.log | soria analyze
# Stream output
soria chat --stream "Explain this codebase"
Features
- Interactive mode - Full conversation history in your terminal
- Pipe-friendly - Works with stdin/stdout for shell scripting
- Multiple agents - Switch between agents with
soria use <agent>
- Configuration - Manage settings via
~/.soria/config.yaml