Download Latest Version Xin Zeng Li Shi Ren Wu Jie Duan _Cha Xun _thinking Kai Qi _Guan Bi Gong Neng source code.tar.gz (8.6 MB)
Email in envelope

Get an email when there's a new version of InfiAgent

Home / MAC_OS_V1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
infiAgent-1.0.0-universal.dmg 2026-02-09 1.7 GB
MAC APP V1.0.0 source code.tar.gz 2026-02-08 323.6 MB
MAC APP V1.0.0 source code.zip 2026-02-08 323.9 MB
README.md 2026-02-08 3.0 kB
Totals: 4 Items   2.3 GB 1

完全本地化,完全开源。 基于 infiagent 架构,支持长程任务。 支持不同智能体之间共享记忆,任务切换。 支持导入 skills,提供在线skills 库导入skills 到本地。

自带两个智能体系统 Cowork: 扁平架构智能体,支持装载 skills,单层智能体,支持广泛的通用任务,代码开发,桌面整理,深度调研,ppt 制作等等。

Default(research): 支持全流程的学术研究辅助,绘图,调研,实验,文章生成。

使用方式: 下载安装包,点击 dmg,安装。 打开程序,点击设置,设置你的 api 和密钥: image 或者也可以在raw yaml 中复制你以往的配置文件例如: openrouter:

:::bash
temperature: 0
max_tokens: 0
max_context_window: 500000
base_url: https://openrouter.ai/api/v1
api_key: 
timeout: 600              # LiteLLM 原生:建立连接及整体响应的最大等待时间 
stream_timeout: 30        # LiteLLM 原生:两个流式数据块之间的最大间隔时间
first_chunk_timeout: 30   # 应用层强制:连接建立+首包接收的最大时间(防止连接池死锁)
models:

- openai/google/gemini-3-flash-preview
figure_models:
- google/gemini-3-pro-image-preview
compressor_models:
- openai/google/gemini-3-flash-preview
read_figure_models:
- openai/google/gemini-3-flash-preview
hinking_models:
- openai/google/gemini-3-flash-preview

# 多模态配置
multimodal: true           # 主模型(models)+ thinking agent 是否支持多模态图片嵌入
compressor_multimodal: true   # 压缩模型(compressor_models)是否支持多模态图片嵌入

kimi:

:::bash
temperature: 1
max_tokens: 0
max_context_window: 500000
base_url: https://api.moonshot.cn/v1
api_key: 
timeout: 600              # LiteLLM 原生:建立连接及整体响应的最大等待时间 
stream_timeout: 30        # LiteLLM 原生:两个流式数据块之间的最大间隔时间
first_chunk_timeout: 30   # 应用层强制:连接建立+首包接收的最大时间(防止连接池死锁)
models:

-  openai/kimi-k2.5
figure_models:
- google/gemini-3-pro-image-preview
compressor_models:
-  openai/kimi-k2.5
read_figure_models:
-  openai/kimi-k2.5
thinking_models:
- openai/kimi-k2.5

# 多模态配置
multimodal: true           # 主模型(models)+ thinking agent 是否支持多模态图片嵌入
compressor_multimodal: true   # 压缩模型(compressor_models)是否支持多模态图片嵌入

选择agent_system和你的工作目录开始布置任务: image

Source: README.md, updated 2026-02-08