Complete Python CLI for OpenWebUI with: - Auth commands (login, logout, whoami, token, refresh) - Chat send with streaming support - RAG files/collections management - Models list/info - Admin stats (minimal v1.0) - Config management with profiles and keyring Stack: typer, httpx, rich, pydantic, keyring Based on RFC v1.2 with 22-step implementation checklist 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
124 B
Python
4 lines
124 B
Python
"""OpenWebUI CLI - Official command-line interface for OpenWebUI."""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "InfraFabric Team"
|