AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Auwki Agent

mcp-zhaozzh2013-auwki-agent · by zhaozzh2013

AUWKI Agent - 本地优先的多供应商 AI 桌面助手(Claude/OpenAI/DeepSeek 直连 + Agent 工具链 + Deep Research + 多语言界面)。Local-first AI chat desktop app with agent tooling.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-zhaozzh2013-auwki-agent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-zhaozzh2013-auwki-agent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
24d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Auwki Agent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AUWKI Agent

中文 [English](/docs/README_EN.md)

AUWKI Agent 是使用 Flutter 框架打造的现代化本地 AI 对话桌面应用。节省 Token跨平台易于使用 是其显著性特点。

AUWKI Agent 支持多家 LLM 供应商、5 档思考强度、WORK / PLAN 双模式运行模式、工具调用(联网搜索、网页抓取、Shell 执行)和多 Agent 协作框架。

*AUWKI AGENT同时支持OpenAI/Anthropic 的 API 格式。

*需要注意的是,AUWKI AGENT不适合日常对话使用。


特性

多供应商 LLM 支持

通过 UI 或 API 即可配置切换 4 家主流 LLM 服务(按官方文档实现):

| 供应商 | 接口 | 模型 | |---|---|---| | Claude (Anthropic) | Native Anthropic | Claude Opus 4.6 / Sonnet 4.5 / Haiku 4.5 | | MiniMax | Anthropic 兼容 | MiniMax-M3 (1M ctx) / M2.7 / M2.5 | | ChatGPT (OpenAI) | OpenAI | GPT-4o / 4o-mini / o1-mini | | DeepSeek | OpenAI 兼容 | DeepSeek V4 Flash / Pro |

这里没有写全所有的供应商,若您想要查看所有支持的供应商,请您查看[供应商查询表](docs/agents/README.md)

API Key 保存在本地 settings.json,不会上传服务器。

**除此之外,我们正在考虑在下次更新中支持自定义供应商。感谢理解!*

双模式 / 五档思考

WORK 模式:直接执行任务、产出可用结果。

PLAN 模式:先方案后执行。

5 档思考强度:Fast → Thinking → Deep → Max → Flagship,对应不同深度与字数约束。

Agent 工具调用

LLM 可以在正式输出中使用 [正式输出] tool("args") [输出结束] 块调用:

  • webfetch("url") — 抓取网页正文
  • websearch("query") — 通过 SearXNG 公共实例搜索
  • command("shell") — 执行 Shell 命令

工具调用在 UI 中以独立气泡呈现(图标 + 类型 + 状态徽章),不污染主回复流。

完整对话体验

  • 侧边栏:置顶 / 文件夹 / 时间分组,长按拖拽重排序
  • Markdown 渲染(标题、代码块、引用、表格)
  • 选中高亮配色(深 / 浅色模式各一套)
  • 附件上传 → 文本内容嵌入到 AI 上下文中
  • 多语言 i18n(中 / 英)
  • 深 / 浅色主题切换
  • 对话工作空间:每个对话拥有独立目录(默认 软件目录/conversations/日期/对话哈希/workspace),新建对话时可手动指定,AI 的文件操作、命令与 Git 都基于该目录
  • Git 面板:暂存 / 提交 / 回退 / 历史;当前目录不是仓库时会显示“新建仓库”按钮,一键 git init

🛠 跨平台支持

| 系统 | 状态 | |---|---| | Windows | ✅ 完整支持(内嵌浏览器 WebView2、朗读、截图) | | Linux | ✅ 完整支持(浏览器面板以系统浏览器打开) | | macOS | 🟡 代码就绪,待 Mac 实机验证(需 Xcode) | | Android | 🟡 计划中(尚未创建工程,需裁剪桌面功能) | | Web | ❌ 暂不支持(依赖 dart:io / sqlite3 ffi,无法编译) | | iOS | ❌ 暂不支持 |


🚀 快速开始

Release 中提供了 Windows 和 Linux 的预编译版本:Windows:绿色版 zip 与安装包 Setup.exe、Linux:rpm包、deb包。你可直接下载。 *计划在几周后上传AUR,请您耐心等待

环境要求

AUWKI Agent 是 Flutter 应用,所以您需要先安装 Flutter。

  • Flutter SDK 3.44+,对应 Dart 3.12+
  • Web:任意现代浏览器,不需要额外依赖

*这里不再阐述如何安装Flutter,如有需要,请自行查询Flutter官方安装文档

*这里使用linux命令做演示。

源码运行

拉取代码:

git clone https://github.com/zhaozzh2013/auwki-agent.git
cd auwki-agent/auwki_agent
flutter pub get

编译 Release

flutter build linux --release
# 产物:build/linux/x64/release/bundle/auwki_agent

flutter build windows --release
#产物:build/windows/x64/runner/release

flutter build web --release
# 产物:build/web/

部署到 GitHub Pages

如果您有自己的 Github Pages 仓库,你可以使用下方命令一键部署:

cd /tmp && rm -rf gh-pages-tmp
git clone --depth 1 https://github.com/$USER/$USER.github.io.git gh-pages-tmp
cd gh-pages-tmp
find . -mindepth 1 -maxdepth 1 ! -name '.git' -exec rm -rf {} +
cp -r $REPO/auwki_agent/build/web/* .
git add -A && git commit -m "Deploy: $(date +%Y%m%d-%H%M%S)"
git push origin HEAD:main --force

⚙️ 配置

首次启动后,点击左上角 菜单按钮设置

  1. 选择 供应商(Claude、MiniMax、ChatGPT、DeepSeek)
  2. 选择 模型
  3. 填写 API Key
  4. 选择 语言(中文 / English)和 主题(深色 / 浅色)
  5. 配置 回车发送(默认 Enter 发送,Shift+Enter 换行)
  6. 配置自动持久化到 ~/.local/share/auwki_agent/settings.json,下次启动自动恢复

这里所有配置都存在本地,您的 API Key 不会上传到任何服务器。


🏗 架构

AUWKI Agent 采用经典的 Flutter 分层:

lib/
├── main.dart                  应用入口,主题装配
├── app_state.dart             ChatStore + SettingsStore (InheritedWidget)
├── theme.dart                 AppPalette(ThemeExtension),深 / 浅色两套
├── work_mode.dart             WorkMode 枚举(WORK / PLAN)
├── models/                    数据模型:Conversation / Folder / Message / Attachment
├── state/chat_store.dart      对话与文件夹的状态管理(ChangeNotifier)
├── services/
│   ├── ai_providers.dart      AiClient 抽象 + 4 个 ProviderConfig
│   │                          Anthropic / OpenAI 两种 SSE 流式协议解析
│   ├── agent.dart              AgentRunner:tool 调用解析 + 执行
│   │                          支持 webfetch / websearch / command
│   ├── prompts.dart            不同模式 / 档位的系统提示词
│   └── settings_store.dart    设置 + 用户信息的 JSON 文件持久化
├── i18n/strings.dart           中英双语文案
└── widgets/
    ├── sidebar.dart           自定义滚动布局、文件夹 / 置顶 / 长按拖拽
    ├── chat_input.dart        输入框、键位拦截、SSE 流式接收
    ├── thinking_slider.dart    5 档思考强度滑杆
    ├── brand_logo.dart        自绘鲸鱼图标
    └── dialogs/              头像 / 设置 / 重命名 / 删除 等对话框

数据流

AUWKI Agent 的对话流程大致是这样:

User → ChatInput → ChatStore.addMessage(写入用户消息)
                    ↓
                  Provider API(SSE 流式)
                    ↓
                  ChatInput 持续把 chunk 写回 ChatStore
                    ↓
                  流式结束后解析 [正式输出]...[输出结束] 块
                    ↓
                  AgentRunner.execute:webfetch / websearch / command
                    ↓
                  把 tool 结果回灌给 AI → 下一轮继续生成(最多 3 轮)
                    ↓
                  最终气泡 + 独立 tool 气泡在 ListView 中显示

🤝 贡献

欢迎 PR / Issue。

请注意:仓库根目录下面有一层 auwki_agent/ 子目录,所有 flutter 命令都要在子目录里执行:

cd auwki_agent
flutter pub get
flutter test
flutter run ...

请不要再根目录直接 flutter run,会找不到 pubspec.yaml

请不要在提交时直接提交auwki_agent/ 子目录的文件。


📄 License

MIT License —— 详见 [LICENSE](LICENSE) 文件。


🙏 致谢

特别感谢 Rank 为我们提供的 Linux 预编译包,大家有时间也可以给他的仓库 Fork 一下,这是对我们莫大的支持。

AUWKI Agent 的灵感来自这些项目:

  • OPENAGENT
  • Flutter 框架与开源生态

API 调用严格按官方文档实现:

  • Anthropic API (docs)
  • OpenAI Chat API (docs)
  • DeepSeek API (docs)
  • MiniMax Anthropic 兼容接口 (docs)
  • Flutter 框架及开源生态

免责声明

本项目(包括项目全部源码,国际化支持。)全部使用MiniMax M3 或DeepSeek V4 Flash生成,无法保证代码质量以及代码有效性。

截至代码上传到Github,代码已经没有任何干扰使用的bug,你可以正常使用其功能。

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.