Metadata-Version: 2.4
Name: vertex-agent
Version: 1.0.3
Summary: A terminal coding agent powered by Groq with LLM fallback and RAG
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: groq
Requires-Dist: python-dotenv
Requires-Dist: rich
Requires-Dist: langchain
Requires-Dist: langchain-community
Requires-Dist: langchain-huggingface
Requires-Dist: langchain-text-splitters
Requires-Dist: chromadb
Requires-Dist: sentence-transformers
Requires-Dist: torch
Requires-Dist: transformers

# Vertex ⚡

A terminal coding agent powered by Groq with 7-model LLM fallback and RAG-based code retrieval.

## Install
pip install vertex-agent

## Setup
Create a .env file:
GROQ_API_KEY=your_key_here

## Run
vertex

## Features
- 5 tools: read, write, list, bash, RAG search
- 7 model fallback with TPM/TPD circuit breaker
- Code-aware RAG with ChromaDB
- Permission prompt before bash execution
