项目概述
Autonomous GPT-4 agent platform
项目地址
https://github.com/kreneskyp/ix
项目页面预览

关键指标
- Stars:1041
- 主要语言:Python
- License:MIT License
- 最近更新:2026-01-01T05:38:33Z
- 默认分支:master
本站高速下载(国内可用)
- 源码压缩包下载:点击下载(本站镜像)
- SHA256:994357c2da7e00053f85a213ee08f278fe7d60739b411f52620488dc8ef6f6b8
安装部署要点(README 精选)
🛠️ Getting Started
Prerequisites
Windows Linux Subsystem (windows only)
- Open powershell
- run `wsl –install` to install and/or activate WSL
Docker
Install Docker Desktop for your OS:
https://www.docker.com/products/docker-desktop/
Detailed install instructions:
Python
Python 3.8 or higher is required for the CLI. The app python version is managed by the image.
Basic Usage
You chat with an agent that uses that direction to investigate, plan, and complete tasks. The agents are
capable of searching the web, writing code, creating images, interacting with other APIs and services. If it can be
coded, it’s within the realm of possibility that an agent can be built to assist you.
-
Setup the server and visit http://0.0.0.0:8000, a new chat will be created automatically with the default agents.
-
Enter a request and the IX moderator will delegate the task to the agent best suited for the response. Or
@mention
an agent to request a specific agent to complete the task. -
Customized agents may be added or removed from the chat as needed to process your tasks
🧙 Development setup
3. Setup env
Setup config in .env
cp .env.template .env
OPENAI_API_KEY=YOUR_KEY_HERE
常用命令(从 README 提取)
pip install agent-ix
ix up
ix scale 5
ix up --version dev
通用部署说明(适用于大多数项目)
- 下载源码并阅读 README
- 安装依赖(pip/npm/yarn 等)
- 配置环境变量(API Key、模型路径、数据库等)
- 启动服务并测试访问
- 上线建议:Nginx 反代 + HTTPS + 进程守护(systemd / pm2)
免责声明与版权说明
本文仅做开源项目整理与教程索引,源码版权归原作者所有,请遵循对应 License 合规使用。








暂无评论内容