agentics-cli
v0.1.11
Published
Agentics Inference CLI - AI-powered terminal interface with multi-model support
Maintainers
Readme
Agentics CLI
A powerful AI inference CLI with multi-model support, voice capabilities, and agentic tool use.
Installation
npm install -g agentics-cliUsage
Launch the interactive TUI:
agentics-cliOr use the short alias:
aiFeatures
Multi-Model Chat
Access 27+ AI models through a unified interface:
- Odin - Flagship model
- Zeus - Thinking/reasoning model
- Sigma - Fast general-purpose
- Nitro - Large context model
- Lambda - Coding specialist
- And many more...
Voice Capabilities
- Text-to-Speech - Multiple voice options with adjustable speed
- Speech-to-Text - Real-time transcription via Whisper
- Hands-Free Mode - Continuous voice conversation with VAD and end-of-turn detection
Agentic Tools
Enable agent mode for autonomous task execution:
- Bash - Execute shell commands
- File Editor - View, create, and edit files
- Search - Glob and grep for files and content
- Web Search - Search the internet
- URL Fetch - Read web pages
- Python - Execute Python code
- Image Generation - Create AI images
Web Builder Mode
Specialized mode for building static HTML5 websites with automatic file management.
Keyboard Shortcuts
| Key | Action |
|-----|--------|
| Ctrl+O | Open menu |
| Ctrl+L | Clear chat |
| Ctrl+F | File picker |
| Ctrl+S | Toggle speech output |
| Ctrl+H | Toggle hands-free mode |
| Ctrl+W | Toggle web builder mode |
| Shift+Tab | Toggle agent mode |
| Ctrl+C | Cancel/quit |
Slash Commands
| Command | Description |
|---------|-------------|
| /help | Show help |
| /clear | Clear chat history |
| /model <name> | Switch AI model |
| /image <name> | Switch image model |
| /auto | Toggle auto-accept for tools |
| /exit | Exit the CLI |
Configuration
Config files are stored in ~/.agentics/:
credentials.json- Authentication tokenssettings.json- User preferencesAGENTICS.md- Custom instructions for the AI
Authentication
Login through the main agentics package or directly in the CLI when prompted. Your session is stored locally and shared between the main package and CLI.
Requirements
- Node.js 16+
- Linux (x64, arm64) or Windows (x64)
- macOS support coming soon
Links
- Website: https://agentics.co.za
- API Docs: https://api.agentics.co.za/docs
- Main Package: https://www.npmjs.com/package/agentics
License
Proprietary - © Agentics (Pty) Ltd
