ii-agent

作者 Intelligent-Internet已验证

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

3,380
Stars
524
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Intelligent-Internet/ii-agent

快速入门

使用 ii-agent 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

ii-agent-banner

II Agent

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

II-Agent is an open-source AI agent built for real work — now out of beta. 100% open source under the Apache-2.0 license.

Whether you're a solo developer, a research team, or an enterprise building internal tooling — you can run it, fork it, and extend it. No black boxes. No vendor lock-in. Bring your own API keys (BYOK) for full control over cost and model providers.

Try the web app | Join our Discord

Introduction

https://github.com/user-attachments/assets/430425c4-2352-4101-9fdb-46bdfc63d26a

Key Features

Build

  • Mobile App Development — Go from a short prompt to a full mobile application
  • Website App Development — Go from a short prompt to a full website application
  • Storybook Generation — Create fully illustrated picture books from a single prompt
  • Video & Image Generation — Multiple model support within one workflow
  • Live Editing — Real-time editing for websites, slides, and storybooks
  • Plan Mode — Visual project planning before building

Research

  • Fast Research & Deep Research — Quick answers or multi-step investigations
  • Interactive Website Generation — Turn research briefs into complete websites with structure, visuals, citations, and embedded Q&A

Automate & Integrate

  • Built-in & Custom Skills — Reuse workflows and connect GitHub-based processes
  • App Integrations — Gmail, Slack, GitHub, Notion, Google Calendar, Discord, Dropbox, Canva, and more
  • Faster Execution — Significantly improved speed compared to earlier beta iterations

Everything Else

DomainCapabilities
ChatMulti-model conversations (switch providers mid-thread), file attachments, code interpreter, text file search
AgentGeneral tasks with multi-step task planning
DocumentsPDF extraction & creation, Excel formulas & charts, Word editing, PowerPoint manipulation
SlidesPrompt-to-deck creation with live collaborative editing and templates

Installation

Prerequisites

Quick Start

# 1. Clone the repository
git clone https://github.com/Intelligent-Internet/ii-agent.git
cd ii-agent

# 2. Run first-time setup (creates .env files + installs deps)
make setup

# 3. Configure your LLM API keys
#    Edit .env and set at least one LLM provider:

#    Option A: Inline JSON in .env
#    MODEL_CONFIGS='[{"model_id":"claude-sonnet-4-6","provider":"Anthropic","api_key":"sk-ant-...","display_name":"Claude Sonnet 4","is_default":true}]'

#    Option B: YAML config file
#    Copy model_configs.example.yaml to model_configs.yaml, fill in your keys,
#    then set MODEL_CONFIGS_FILE=model_configs.yaml in .env

# 4. Start everything (infra + backend + frontend)
make dev-all

This starts:

Configuration Files

FileCreated fromPurpose
.env.env.exampleBackend config: database, Redis, storage, auth, LLM keys
frontend/.envfrontend/.env.exampleFrontend config: API URL, Google OAuth, theme
model_configs.yamlmodel_configs.example.yamlLLM model definitions (alternative to inline JSON in .env)

LLM Providers

II-Agent supports multiple LLM providers. Configure them in model_configs.yaml or via MODEL_CONFIGS in .env:

ProviderExample model_idNotes
OpenAIgpt-5.4Requires api_key
Anthropicclaude-opus-4-6Direct API or Vertex AI
Googlegemini-3.1-pro-previewDirect API or Vertex AI

See model_configs.example.yaml for full configuration options including Vertex AI, Azure, and self-hosted models.

Useful Make Commands

make help             # Show all available commands
make dev-all          # Start everything (infra + backend + frontend)
make infra            # Start only Postgres, Redis, MinIO
make backend-dev      # Start backend only (port 8000)
make frontend-dev     # Start frontend only (port 5173)
make db-migrate       # Run database migrations
make lint             # Lint backend + frontend
make format           # Auto-format backend + frontend
make test             # Run all tests
make stack            # Start full stack via Docker Compose

Docker Compose (Full Stack)

To run everything in Docker (no local Python/Node required):

# Copy and edit the stack env file
cp docker/.stack.env.example docker/.stack.env
# Edit docker/.stack.env with your credentials

make stack            # Start full stack
make stack-build      # Start with --build (rebuild images)
make stack-down       # Stop and clean up
make stack-logs       # Tail all logs

Additional Resources

For more details, refer to our official guide

https://github.com/user-attachments/assets/d1fa7cde-06cc-4103-bed0-d4ad5e640de4

常见问题

What is ii-agent?

ii-agent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Intelligent-Internet. II-Agent: a new open-source framework to build and deploy intelligent agents. It has 3,380 GitHub stars.

Is ii-agent safe to use?

Yes. ii-agent passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ii-agent?

Clone the repository with "git clone https://github.com/Intelligent-Internet/ii-agent" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ii-agent written in?

ii-agent is primarily written in Python. It is open-source under Intelligent-Internet on GitHub, so you can review or fork the full source.

Are there alternatives to ii-agent?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ii-agent against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情