开源AI工作流:自我完善的智能代理 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
An AI agent that builds the app it lives in — and gets better at it over time。突出其自我完善和智能代理的价值。
开源AI工作流:自我完善的智能代理 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
An AI agent that builds the app it lives in — and gets better at it over time。突出其自我完善和智能代理的价值。
开源AI工作流:自我完善的智能代理 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install mobius
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install mobius
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/hamzamerzic/mobius
cd mobius
pip install -e .
# 验证安装
python -c "import mobius; print('安装成功')"
# 命令行使用
mobius --help
# 基本用法
mobius input_file -o output_file
# Python 代码中调用
import mobius
# 示例
result = mobius.process("input")
print(result)
# mobius 配置文件示例(config.yml) app: name: "mobius" debug: false log_level: "INFO" # 运行时指定配置文件 mobius --config config.yml # 或通过环境变量配置 export MOBIUS_API_KEY="your-key" export MOBIUS_OUTPUT_DIR="./output"
<p align="center"> <img src="assets/moebius.png" width="120" alt="Möbius" /> </p>
<p align="center"> A personalized AI agent you can self-host. It adapts to you in both what it does and how it looks, and gets sharper the more you use it. </p>
<p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a> <a href="https://hub.docker.com"><img src="https://img.shields.io/badge/Docker-single--container-2496ED?logo=docker&logoColor=white" alt="Docker"></a> <a href="#get-started"><img src="https://img.shields.io/badge/PWA-installable-5A0FC8?logo=pwa&logoColor=white" alt="PWA"></a> </p>
<p align="center"> <a href="#what-is-möbius">What is it?</a> · <a href="#what-can-you-build">What can you build?</a> · <a href="#what-can-you-change">What can you change?</a> · <a href="#built-by-the-agent">Built by the agent</a> · <a href="#how-it-improves-itself">How it improves itself</a> · <a href="#get-started">Get started</a> </p>
---
Most software is built once, for everyone. Möbius lets you describe what you want and builds it in front of you. Over time it picks up on your preferences and interests to be more helpful, and your data never leaves a server you control.
Some things we've built:
Your health data, your finances, your habits, all private by default.
When you ask for something, the agent builds it as a small app right inside the chat, without reloading the page. Each app can store data, run on a schedule, fetch from the web, and use AI on its own.
<p align="center"> <img src="assets/screenshots/apps-cycle.gif" width="280" alt="A few of the apps Möbius has built — ISS tracker, habit log, HN dashboard, earthquake map, flashcards deck" /> </p>
<sub>A few of the apps Möbius has built me in chat — an ISS tracker, a Brazil trip planner, a daily news digest, a Hacker News dashboard, a live earthquake monitor, a habit tracker, and a drum machine. Each was a single prompt; the agent wrote the JSX, compiled it, mounted it, and the app lives in the same shell the chat does.</sub>
---
Click Deploy Now, log in to Railway, and deploy. New accounts get a free month, then around $5/month for hosting. Once the deploy finishes, go to Settings → Networking → Generate Domain. You'll get a URL like xxx.up.railway.app. Open it, and the setup wizard walks you through creating your account and connecting Codex (free ChatGPT account, limited usage) or Claude.
Bookmark https://xxx.up.railway.app/recover. If the UI ever breaks, that's where you fix it.
If you're logging in on your phone, save to home screen for the best experience.
To update, go to the same deployment's Settings → Source → Check for updates. Railway pulls the latest image and redeploys — chats, apps, credentials, and the agent's experience all survive.
Requirements: a Linux server with Docker, a domain name pointing to it, and either a free ChatGPT account (Codex on the free tier has limited usage) or a Claude Code subscription.
git clone https://github.com/hamzamerzic/mobius.git
cd mobius
cp .env.example .env
sed -i 's/^DOMAIN=.*/DOMAIN=your-domain.com/' .env
docker compose up -d
Caddy handles HTTPS automatically. Visit https://your-domain.com and the setup wizard takes it from there. On a headless server, copy the auth URL to a local browser to complete sign-in.
Bookmark https://your-domain.com/recover. If the UI ever breaks, that's where you fix it.
To update: git pull && docker compose up -d --build. Everything in /data survives rebuilds.
该项目是一个有趣的开源AI工作流,展示了智能代理的自我完善能力。然而,项目的活跃度和社区支持需要进一步改善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,开源AI工作流:自我完善的智能代理 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | mobius |
| 原始描述 | 开源AI工作流:An AI agent that builds the app it lives in — and gets better at it over time.。⭐7 · Python |
| Topics | workflowpython |
| GitHub | https://github.com/hamzamerzic/mobius |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-24 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端