iamghost-alr /
GHOST-Terminal-AI-Agent
GHOST is a Python-powered AI terminal assistant that can chat, search the web, manage notes, perform calculations, and respond with voice. Built to bring intelligent assistance directly to the command line.
Loading repository dataβ¦
Zaki835 / repository
Terminal_ai_agent is a lightweight AI assistant written in Python that runs entirely from the terminal (including Termux on Android). It uses the power of Google Gemini models to process user input and optionally combines real-time web search using a custom User-Agent for intelligent responses. No GUI. No .env. Just pure terminal magic π§ π
A terminal-based AI assistant that combines the power of Google Gemini AI and optional live web search using custom User-Agent β all in one lightweight Python script.
.env file needed)| File | Description |
|---|---|
agent_gemini.py | Main Python script β your AI agent |
requirements.txt | Dependencies required to run the agent |
git clone https://github.com/YOUR_USERNAME/Terminal_ai_agent.git
cd Terminal_ai_agent
Selected from shared topics, language and repository descriptionβnot editorial ratings.
iamghost-alr /
GHOST is a Python-powered AI terminal assistant that can chat, search the web, manage notes, perform calculations, and respond with voice. Built to bring intelligent assistance directly to the command line.