Skip to main content

Terminal-based AI chat interface with streaming support

Project description

JVS CLI

A terminal-based AI chat interface with streaming support and beautiful terminal formatting.

Features

  • Interactive REPL mode with conversation history
  • Streaming responses with real-time display
  • AI thinking step visualization
  • Markdown rendering
  • Multiple color themes
  • Support for multiple AI providers:
    • Jarvis backend
    • OpenAI (GPT-4 and other models)
    • Anthropic Claude (Haiku 4.5 by default)

Installation

pip install jvs-cli

Quick Start

Using Jarvis Backend

Predefined Environments

For quick access to Jarvis environments, use the predefined options:

Local Development:

# First time (will prompt for login code)
jvs-cli -local

# Subsequent uses
jvs-cli -local

Beta Environment:

jvs-cli -beta

Production Environment:

jvs-cli -prod

Custom Configuration

Initialize custom configuration:

jvs-cli config init

You'll be prompted for:

  • API URL (OpenAI-compatible endpoint)
  • Login Code
  • Theme (color scheme)

Start chatting:

jvs-cli

Using OpenAI

First time (with API key):

jvs-cli -openai -k sk-your-openai-api-key

Subsequent uses (key is saved):

jvs-cli -openai

Debug mode to see API responses:

jvs-cli -openai -d

Using Claude

First time (with API key):

jvs-cli -claude -k your-anthropic-api-key

Subsequent uses (key is saved):

jvs-cli -claude

One-shot Queries

With Jarvis:

jvs-cli ask "What is machine learning?"

With OpenAI:

jvs-cli ask "What is machine learning?" -openai

With Claude:

jvs-cli ask "What is machine learning?" -claude

Commands

Interactive mode commands:

  • /new - Start new conversation
  • /history - Show conversation history
  • /config - Show configuration
  • /help - Show help
  • /exit - Exit

CLI commands:

  • jvs-cli - Interactive mode with default provider
  • jvs-cli -local - Use local Jarvis environment
  • jvs-cli -beta - Use beta Jarvis environment
  • jvs-cli -prod - Use production Jarvis environment
  • jvs-cli -openai - Use OpenAI API
  • jvs-cli -claude - Use Claude API
  • jvs-cli ask "query" - One-shot query
  • jvs-cli chat <conv_id> - Continue conversation
  • jvs-cli config init - Setup wizard
  • jvs-cli config show - Show configuration
  • jvs-cli history - List conversations

Environment options work with all commands:

jvs-cli ask "hello" -local
jvs-cli ask "hello" -beta
jvs-cli ask "hello" -prod
jvs-cli ask "hello" -openai
jvs-cli ask "hello" -claude

Configuration

Predefined Jarvis Environments

The following environments are built-in and don't require configuration:

  • -local: http://localhost:7961/api/v1 (Local development)
  • -beta: https://jvs-api.atomecorp.net/api/v1 (Beta environment)
  • -prod: https://jarvis-api.atomecorp.net/api/v1 (Production environment)

Config file: ~/.jvs-cli/config.json

{
  "api_provider": "jarvis",
  "api_base_url": "https://api.example.com/v1",
  "login_code": "your_login_code",
  "api_keys": {
    "openai_api_key": "sk-...",
    "claude_api_key": "sk-ant-..."
  },
  "display": {
    "theme": "claude_dark",
    "live_mode": true
  }
}

API keys are stored locally and used automatically after first use.

Requirements

  • Python 3.10+
  • OpenAI-compatible API endpoint

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jvs_cli-0.1.5.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jvs_cli-0.1.5-py3-none-any.whl (29.3 kB view details)

Uploaded Python 3

File details

Details for the file jvs_cli-0.1.5.tar.gz.

File metadata

  • Download URL: jvs_cli-0.1.5.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.9

File hashes

Hashes for jvs_cli-0.1.5.tar.gz
Algorithm Hash digest
SHA256 5018aaafa21915090bb0d851382929b109f59b88ba5a78388f652b85c7a2fb3e
MD5 a031e9a89c191cef9a1a6204dd580ee3
BLAKE2b-256 31e1793efcbedaa353a3bd8b0d6c02856149a02bb9f28d71b6900afc0202883c

See more details on using hashes here.

File details

Details for the file jvs_cli-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: jvs_cli-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 29.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.9

File hashes

Hashes for jvs_cli-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ce82f2b7a4dd9d0f9ced2cf2c3a43d75865c6ce2366b28679b2cf5b18775db87
MD5 aca9ade1584390873b024c445ae7d0f6
BLAKE2b-256 1e9e5a71657792c04fe63d34f1a92b5c351fdaec01380cf92f69f171210d55b3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page