Skip to main content

Viby vibes everything

Project description

Viby Logo

Viby

Viby vibes everything

GitHub Repo PyPI version Python Version License: GPL v3 UV MCP

English | 中文

✨ Features

  • Intelligent Conversations - Engage in natural multi-turn dialogues
  • Command Generation - Get optimized shell commands
  • Pipeline Integration - Process data from other commands (e.g., git diff | viby "write a commit message")
  • MCP Tools - Extended capabilities through Model Context Protocol integration

🔧 Installation

# Install from PyPI
pip install viby

Alternative Installation

# Install from source with uv
uv pip install -e .

Usage Examples

Basic Question

yb "Write a quicksort in python"
# -> Sure! Here is a quicksort algorithm implemented in **Python**:

Interactive Chat Mode

yb --chat
# or
yb -c
|> Tell me about quantum computing
# -> [AI responds about quantum computing]
|> What are the practical applications?
# -> [AI responds with follow-up information]
|> exit

Process Piped Content

git diff | yb "Generate a commit message"
# -> Added information to the README
yb "What is this project about?" < README.md
# -> This project is about...

Generate Shell Command

yb --shell "How many lines of python code did I write?"
# or
yb -s "How many lines of python code did I write?"
# -> find . -type f -name "*.py" | xargs wc -l
# -> [r]run, [e]edit, [y]copy, [c]chat, [q]quit (default: run): 

Advanced Model Selection

# Use think model for complex analysis
yb --think "Analyze this complex algorithm and suggest optimizations"

# Use fast model for quick responses
yb --fast "Translate 'Hello, World!' to French"

Shell Command Magic Integration

# List directory contents
yb "$(ls) What files are in the current directory?"
# -> The current directory contains: file1.txt, file2.py, directory1/...

# Analyze Git status
yb "$(git status) Which files should I commit first?"

# View code files
yb "$(cat main.py) How can I improve this code?"

Automatically Use MCP Tools When Needed

yb "What time is it now?"
# -> [AI uses time tool to get current time]
# -> "datetime": "2025-05-03T00:49:57+08:00"

For more detailed examples and advanced usage, see the Usage Examples documentation.

Configuration

Viby reads configuration from ~/.config/viby/config.yaml. You can set the model, parameters, and MCP options here.

Interactive Configuration

Use the configuration wizard to set up your preferences:

yb --config

This allows you to configure:

  • API endpoint and key
  • Model
  • Temperature and token settings
  • MCP tools enablement
  • Interface language

MCP Server Configuration

Viby supports Model Context Protocol (MCP) servers for extended capabilities. MCP configurations are stored in ~/.config/viby/mcp_servers.json.

⭐ Star History

📄 Documentation

🤝 Contributing

Contributions are welcome! Feel free to submit a Pull Request or create an Issue.

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

viby-0.1.1.tar.gz (42.8 kB view details)

Uploaded Source

Built Distribution

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

viby-0.1.1-py3-none-any.whl (49.4 kB view details)

Uploaded Python 3

File details

Details for the file viby-0.1.1.tar.gz.

File metadata

  • Download URL: viby-0.1.1.tar.gz
  • Upload date:
  • Size: 42.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for viby-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c3d694b7ced7e096c44cbd8439b1ee91bb4753c11e533b11c41505d72ecd742e
MD5 1823f08acd43ba3a2a2a9321bb3721f1
BLAKE2b-256 41e15622fb3e22ea00fa26fde013c936957e7ccd0b60c8ccbab7de9093c14664

See more details on using hashes here.

Provenance

The following attestation bundles were made for viby-0.1.1.tar.gz:

Publisher: release.yaml on JohanLi233/viby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file viby-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: viby-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 49.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for viby-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bf862b4423c45c1cbffea5b47db19828af58338ac9cc6e5c877853b5f51c02b0
MD5 4de4e720c838d74677740168fdfa5fcf
BLAKE2b-256 d83aacb114fe76a48e1dc098b99da8b32d052014b3a0adab9b8d46106c18da6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for viby-0.1.1-py3-none-any.whl:

Publisher: release.yaml on JohanLi233/viby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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