Skip to content

fstandhartinger/ii-agent-chutes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fubea - Free AI Agent with Enhanced UI

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.

Features

  • 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

Based on ii-agent

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

Getting Started

Prerequisites

  • Python 3.11 or higher
  • Node.js 18 or higher
  • Git

Installation

  1. Clone the repository:
git clone https://github.com/fstandhartinger/ii-agent-chutes.git
cd ii-agent-chutes
  1. Install Python dependencies:
pip install -e .
  1. Install frontend dependencies:
cd frontend
npm install
  1. Set up environment variables:
cp env.example .env
# Edit .env and add your CHUTES_API_KEY

Running fubea

  1. Start the backend server:
python ws_server.py
  1. In a new terminal, start the frontend:
cd frontend
npm run dev
  1. Open your browser and navigate to http://localhost:3000

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Acknowledgments

  • ii-agent - The foundation of this project
  • Chutes.ai - For providing free LLM inference
  • All contributors and users of fubea

About

II-Agent on Chutes: an open-source sota agent running for an unbeatable price

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.9%
  • TypeScript 24.4%
  • CSS 3.8%
  • JavaScript 2.5%
  • HTML 1.7%
  • Shell 0.6%
  • Dockerfile 0.1%