🧠 NeuroPilot CLI

NeuroPilot is a CLI-powered AI research assistant built on the agentverse_ai library.

🚀 Features

📸 Example Screenshots

Below are some screenshots showing NeuroPilot in action:

NeuroPilot Screenshot 1 NeuroPilot Screenshot 2

📦 Installation

pip install agentverse-ai

🛠️ Usage

cd examples/neuropilot
python main.py --query "What are the major AI trends in 2024?"

🔑 API Key

Set your OPENAI_API_KEY environment variable:

export OPENAI_API_KEY=sk-...

📂 Project Structure

examples/
└── neuropilot/
    ├── main.py         # NeuroPilot CLI agent
    └── docs/
        └── index.html  # This documentation

📘 Powered by AgentVerse-AI

This app is powered by the agentverse_ai library which supports multi-agent, multimodal, high-performance agents.