fubea is an advanced AI agent based on the powerful ii-agent framework. It leverages free LLM inference from Chutes.ai to provide a sophisticated AI assistant with improved functionality and user interface.
- Free LLM Inference: Powered by Chutes.ai's free API, providing access to state-of-the-art language models
- Enhanced User Interface: Modern, responsive design with improved user experience
- Deep Research Capabilities: Advanced research mode for comprehensive analysis
- Multi-Modal Support: Handle text, code, images, and more
- Real-Time Interaction: WebSocket-based communication for instant responses
- Tool Integration: Built-in browser, code editor, terminal, and more
fubea builds upon the excellent ii-agent project, which achieved leading performance on the GAIA benchmark. We are grateful for their open-source contribution and have enhanced it with:
- Integration with Chutes.ai for free LLM access
- Improved user interface and experience
- Additional features and optimizations
- Python 3.11 or higher
- Node.js 18 or higher
- Git
- Clone the repository:
git clone https://github.com/fstandhartinger/ii-agent-chutes.git
cd ii-agent-chutes
- Install Python dependencies:
pip install -e .
- Install frontend dependencies:
cd frontend
npm install
- Set up environment variables:
cp env.example .env
# Edit .env and add your CHUTES_API_KEY
- Start the backend server:
python ws_server.py
- In a new terminal, start the frontend:
cd frontend
npm run dev
- Open your browser and navigate to
http://localhost:3000
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.