Skip to content

Del1r1ous/ii-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

II Agent

GitHub stars Discord Follow License Blog GAIA Benchmark Ask DeepWiki.com

II-Agent is an open-source intelligent assistant designed to streamline and enhance workflows across multiple domains. It represents a significant advancement in how we interact with technology—shifting from passive tools to intelligent systems capable of independently executing complex tasks.

II-Agent Chat also feature within II-Agent that lets you work across multiple models and tools in one place. The web-hosted version comes with Gemini 3, Sonnet 4.5, and GPT-5 ready to use out of the box. You can connect your own API keys, switch models within a single thread, and use them alongside Claude Skills, GPT-5 Code Interpreter, and text file search.

Discord Join US

📢 Join Our Discord Channel! Looking forward to seeing you there! 🎉

Try now on our web application version at II-Agent

Introduction

Intro.to.II-Agent.mp4

Key Features:

  • Full-Stack Development: Complete web app scaffolding and iterative development. From initial setup to deployment, II-Agent handles the entire development lifecycle with intelligent code generation and optimization.
  • Slide Creation: Transform short briefs into polished presentations. Create professional slides and decks with intelligent content structuring, design suggestions, and automated formatting.
  • Deep Research: Comprehensive research capabilities through tight integration with II-Researcher. Conduct thorough investigations, analyze data, and generate detailed reports with our specialized research agent.

SWE-Bench Pro

swepro

Installation

For the latest installation and deployment instructions, please refer to our official guide

Installation Guide

Optional provider integrations

Some integrations (Google APIs, Anthropic, e2b code interpreter, etc.) are heavy and have many transitive dependencies. To keep development and CI installs fast and deterministic, these are provided as an optional extra named providers.

To install the providers extra locally (recommended when you need provider integrations), use the constraints.txt included in the repository to avoid pip resolver backtracking:

python -m pip install -e "[.providers]" -c constraints.txt

Or install both dev and providers when you need tests and provider integrations:

python -m pip install -e ".[dev]" -c constraints.txt
python -m pip install -e ".[providers]" -c constraints.txt

If you prefer not to install providers, the project will still work for most development tasks without them.

About

II-Agent: a new open-source framework to build and deploy intelligent agents

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.3%
  • TypeScript 36.6%
  • CSS 1.5%
  • JavaScript 1.0%
  • Shell 0.3%
  • Dockerfile 0.2%
  • Other 0.1%