claudi-agent
v1.0.4
Published
AI-powered CLI agent — like Gemini CLI, powered by Groq LLaMA
Maintainers
Readme
🤖 Claudi — AI CLI Agent
Gemini CLI jaisa powerful terminal AI agent — Groq LLaMA se powered, bilkul free!
npm install -g claudi
claudi✨ Features
- 💬 Multi-turn chat — conversation history yaad rakhta hai
- 📄 File read/write — koi bhi file padh aur likh sakta hai
- 📁 Directory browser — folders explore karo
- 🔍 Web search — DuckDuckGo se current info
- 🎨 Pretty UI — colorful terminal output with streaming
- ⚡ Streaming — real-time response, ultra fast (Groq)
- 🔑 Auto setup — pehli baar API key maangta hai, phir yaad rakhta hai
🚀 Quick Start
# Install karo
npm install -g claudi
# Run karo
claudiPehli baar chalane pe Groq API key maangega.
Free key yahan se lo: 👉 https://console.groq.com
💬 Commands
| Command | Kaam |
|---------|------|
| /help | Help dekho |
| /clear | Conversation clear karo |
| /history | Chat history dekho |
| /model | Model info dekho |
| /reset | API key reset karo |
| /exit | Bahar niklo |
🛠 Example Usage
❯ list the files in current directory
❯ read the file package.json and explain it
❯ search for latest AI news
❯ create a hello world python file
❯ write a script that renames all .txt files to .md🔑 API Key Reset
claudi --reset📦 Tech Stack
- Runtime: Node.js 18+
- Language: TypeScript
- AI Model: LLaMA 3.3 70B via Groq
- Tools: File I/O, Web Search (DuckDuckGo)
- UI: Chalk terminal colors
📄 License
MIT
