AI Skill Hub 推荐使用:724办公AI助手 是一款优质的AI工具。已获得 1.0k 颗 GitHub Star,AI 综合评分 7.8 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
724办公AI助手 是一款基于 Python 开发的开源工具,专注于 MCP工具、AI代理、办公自动化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
724办公AI助手 是一款基于 Python 开发的开源工具,专注于 MCP工具、AI代理、办公自动化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install 724-office
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install 724-office
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/wangziqi06/724-office
cd 724-office
pip install -e .
# 验证安装
python -c "import 724_office; print('安装成功')"
# 命令行使用
724-office --help
# 基本用法
724-office input_file -o output_file
# Python 代码中调用
import 724_office
# 示例
result = 724_office.process("input")
print(result)
# 724-office 配置文件示例(config.yml) app: name: "724-office" debug: false log_level: "INFO" # 运行时指定配置文件 724-office --config config.yml # 或通过环境变量配置 export 724_OFFICE_API_KEY="your-key" export 724_OFFICE_OUTPUT_DIR="./output"
A production-running AI agent built in ~10,000 lines of pure Python with zero framework dependency. No LangChain, no LlamaIndex, no CrewAI -- just the standard library + a few small packages.
36 tools. 20 files. Modular architecture. Runs 24/7.
Built solo with AI co-development tools. Production 24/7 across multiple users.
tools.py into 7 domain modulessoul_report) + future-self dialogue mode (future_self)render_page (line/bar/pie/radar/table/report)create_tool)```bash
```bash git clone https://github.com/wangziqi06/724-office.git cd 724-office cp config.example.json config.json
pip install croniter lancedb websocket-client pilk numpy httpx beautifulsoup4 pydub jieba fpdf2
mkdir -p workspace/memory workspace/files python3 xiaowang.py ```
docker compose build docker compose up -d ```
The agent starts an HTTP server on port 8080. Point your messaging platform webhook to http://YOUR_SERVER:8080/.
See config.example.json for the full configuration structure. Key sections:
| File | Lines | Responsibility |
|---|---|---|
xiaowang.py | ~1040 | Entry: config, HTTP server, callbacks, debounce, ASR, group support |
llm.py | ~1260 | LLM API + tool use loop + budget-aware system prompt + nudge integration |
tools.py | ~37 | Orchestration layer (imports domain modules) |
tools_base.py | ~314 | Registry + @tool decorator + dynamic filtering + circuit breaker |
tools_messaging.py | ~550 | Message/file/schedule/location/namecard tools |
tools_admin.py | ~860 | Exec/file ops/diagnostics/plugins/MCP management |
tools_mirror.py | ~716 | AI Mirror: soul_report + future_self |
tools_page.py | ~470 | Interactive HTML page generation (ECharts) |
tools_search.py | ~293 | Multi-engine web search + memory search |
tools_video.py | ~394 | Video trim/BGM/generation |
messaging.py | ~447 | Messaging platform API wrapper + CDN upload/download |
memory.py | ~1100 | Three-layer memory (session + compressed + vector) |
scheduler.py | ~652 | Cron + one-shot scheduling + inactivity guard |
router.py | ~500+ | Multi-tenant Docker router + auto-provisioning + reconciliation |
mcp_client.py | ~342 | MCP protocol client (JSON-RPC, zero new deps) |
nudge.py | ~190 | Nudge system: detect tool misuse, auto-inject hints |
archive.py | ~204 | Daily session archiving (black box recorder) |
audit.py | ~448 | Automated 11-check code audit |
功能完整的办公AI代理系统,代码质量高、工具丰富。自进化设计创新,但需做好安全隔离。适合企业级应用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,724办公AI助手 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | 724-office |
| 原始描述 | 开源MCP工具:7/24 Office — Self-evolving AI Agent system. 36 tools, 10,000 lines pure Python,。⭐1.0k · Python |
| Topics | MCP工具AI代理办公自动化Python自进化系统 |
| GitHub | https://github.com/wangziqi06/724-office |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-19 · 更新时间:2026-05-20 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。