Skip to main content

Art-forward terminal AI agent with OpenAI-compatible tools and an aurora TUI.

Project description

VORTEX

VORTEX is an art-forward terminal AI pair‑programmer: OpenAI‑compatible brain, aurora TUI skin, live tools, and a workspace‑aware memory so it actually helps you ship.

Highlights

  • Streamed replies in a sculpted Rich TUI with animated gradients and structured tool cards.
  • Real tools: read/write/edit files, shell, search, symbol index, MCP servers, checkpoints, and sessions.
  • Workspace‑aware: picks a working directory first, reloads config/tools per project, remembers recents.
  • Model aware: provider profiles, live model discovery, health probes, and buckets (working/quota/not working).
  • Safe by default: approval modes, loop detection, compact workspace snapshot, and a lightweight code index.

Install

  • Best: pipx install vortex-agent-cli
  • Local checkout: python3 -m pip install . --no-build-isolation
  • One-shot dev env: ./scripts/install.sh

Update

  • Standard install: vortex --update
  • Editable/local checkout: pull latest git instead (the app will tell you).

Run

  • Interactive: vortex
  • Single prompt: vortex "write a hello world program in c"
  • Choose project up front: vortex --cwd /path/to/project
  • Inside the app, /cwd switches projects and rebuilds context.

Configure

Put .ai-agent/config.toml in your project:

active_model_profile = "openrouter"

[models.openrouter]
base_url = "https://openrouter.ai/api/v1"
api_key_env = "OPENROUTER_API_KEY"

[models.openrouter.model]
name = "openrouter/free"
temperature = 0
max_output_tokens = 8192

First run will prompt for provider URL and API key and store them in your workspace .env. Use /config anytime to see the resolved profile, base URL, key source, and model.

Gemini via Google’s OpenAI-compatible endpoint:

[models.gemini]
base_url = "https://generativelanguage.googleapis.com/v1beta/openai"
api_key_env = "GEMINI_API_KEY"

[models.gemini.model]
name = "gemini-2.0-flash"
temperature = 0.2
max_output_tokens = 8192

Core commands

  • /models [refresh] – list or probe models for all profiles.
  • /model <name|number> – switch profile or pick a discovered model.
  • /config – show resolved settings.
  • /api-change – re-enter provider URL and API key (restarts the session).
  • /scan and /index – refresh workspace snapshot and symbol index.
  • /save, /sessions, /resume, /checkpoint, /restore – persistence.
  • /tools, /mcp – inspect tools and MCP servers.
  • /help – full reference.

Docker (optional)

docker run --rm -it \
  --env-file .env \
  -v "$PWD":/workspace \
  -v vortex-data:/data \
  vortex

Add --cwd /workspace/subdir if you want a different project inside the container.

Release

  • Version is in pyproject.toml.
  • CI builds/tests/publishes via .github/workflows/publish-pypi.yml.
  • Create a GitHub release after bumping the version to publish to PyPI.
  • Current version: 0.1.1.

Progress log (local)

  • Working notes for handoff live in progress_report.txt (ignored by git).

Shape of the repo

  • main.py – CLI entry.
  • ui/tui.py – aurora terminal UI.
  • agent/ – agent loop, events, persistence.
  • tools/ – builtin tools, discovery, registry, MCP.
  • context/ – workspace snapshot, code index, compaction.
  • utils/ – credentials, versioning, discovery helpers.
  • workspace/ – default scratch project.

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

vortex_agent_cli-0.1.1.tar.gz (88.8 kB view details)

Uploaded Source

Built Distribution

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

vortex_agent_cli-0.1.1-py3-none-any.whl (99.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for vortex_agent_cli-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d39c956b0cbe3a8a029f5102b6db3e6887f144f942ba1d0846653caffa1ccb74
MD5 7f0a7688c74ad13203cf4521e5afa6c8
BLAKE2b-256 9c3f972dc9d1672a24f902788f216a10feab0c6f5927c3f0db6b2e66a7f07de4

See more details on using hashes here.

Provenance

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

Publisher: publish-pypi.yml on jagdep-singh/VORTEX

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

File details

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

File metadata

File hashes

Hashes for vortex_agent_cli-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1c50084e897ad6852d5c0b338c9221390ac6d0a914e77a4da0ac112ff2a8ed47
MD5 d97e9664598e9220b4f065058ca000e8
BLAKE2b-256 b0d6afcbd9be66d28831f2c41268a051736af9df342b7814e514e09703da9dc7

See more details on using hashes here.

Provenance

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

Publisher: publish-pypi.yml on jagdep-singh/VORTEX

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