Requirements
Section titled “Requirements”- Python 3.10+
- An API key for at least one LLM provider
Install via pip
Section titled “Install via pip”pip install cliverInstall with Optional Dependencies
Section titled “Install with Optional Dependencies”# Gateway mode (cron scheduler, admin portal)pip install cliver[gateway]
# Platform adapterspip install cliver[slack] # Slack bot
# Everythingpip install cliver[all]Verify Installation
Section titled “Verify Installation”cliver --versioncliver --helpNext Steps
Section titled “Next Steps”Configure a provider to connect CLIver to your LLM of choice.