经 AI Skill Hub 精选评估,M31A智能工作流 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
M31A智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
M31A智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/eshanized/M31A@latest # 方式二:从源码编译 git clone https://github.com/eshanized/M31A cd M31A go build -o m31a . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/eshanized/M31A/releases
# 查看帮助 m31a --help # 基本运行 m31a [options] <input> # 详细使用说明请查阅文档 # https://github.com/eshanized/M31A
# m31a 配置说明 # 查看配置选项 m31a --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export M31A_CONFIG="/path/to/config.yml"
Pick your weapon.
```bash
<p align="center"> <img src=".images/image_1.png" alt="M31A Screenshot 1" width="400"> <img src=".images/image_2.png" alt="M31A Screenshot 2" width="400"> </p>
<p align="center"> <img src=".images/image_3.png" alt="M31A Screenshot 3" width="400"> <img src=".images/image_4.png" alt="M31A Screenshot 4" width="400"> </p>
~/.m31a/config.toml (override with M31A_CONFIG):
```toml [provider] default = "openrouter" auto_fallback = true
Initialize → Discuss → Plan → Execute → Verify → Runtime → Ship with four modes (auto, full, fast, direct) to match task complexity. Every run ends with a verified git commit and a ledger entry.CodeComplexity tool classifies your codebase as simple (<10K lines), moderate (10K–50K), or complex (50K+) across all 4 languages, informing model selection.Bash, FileRead, FileWrite, Edit, Glob, Grep, WebFetch, WebSearch, CodeMap, CodeComplexity, FileDelete, FileMove, FileList, TodoWrite, TodoRead, DevServer, HTTPCheck, AskUserQuestion. All gated by a permission system with rate limiting and concurrency control.plan_research = true # pre-plan research step plan_check = true # plan checker + revision loop plan_security_gate = true # security heuristic gate plan_coverage_gate = true # requirements coverage gate plan_chunked = true # chunked plan generation discuss_quality_check = true # question quality checker discuss_completeness = true # answer completeness check execute_preflight = true # pre-execution validation execute_loop_detect = true # tool call loop detection verify_report = true # verification report generation ship_preflight = true # pre-ship checklist ship_changelog = true # changelog generation init_deep_analysis = true # deep project analysis
[tools] max_glob_results = 50 max_grep_results = 50 bash_kill_grace_secs = 5 websearch_enabled = true
[git] commit_prefix = "feat" fix_prefix = "fix" ship_prefix = "ship"
[verify] build_command = "" # empty = auto-detect test_command = "" # empty = auto-detect
[agents] default = "" plan = "" # cheap model for planning execute = "" # powerful model for execution verify = "" ship = "" discuss = "" ```
Full reference: docs/CONFIG.md
| Package | Description |
|---|---|
cmd/m31a/ | Binary entry point with CLI flags |
internal/tui/ | Bubble Tea TUI app — 33 screens, 11 themes, responsive layout, command palette |
internal/workflow/ | Seven-phase orchestration engine with quality gates, chunked plans, and pre-flight checks |
internal/provider/ | OpenRouter, Zen, and Nvidia clients with auto-fallback, model cache, and SSE streaming |
internal/tools/ | 18 tools with permission system, token-bucket rate limiting, and concurrency control |
internal/tools/subagent/ | Parallel subagent manager with git worktree isolation (max depth 2) |
internal/codeintel/ | 4-language parser (Go, TypeScript, Python, Rust) with import graph and relevance scoring |
internal/config/ | TOML loader with project context detection, hot-reload, and workflow enhancement flags |
internal/git/ | Commit, rollback, diff, stash, and branch operations |
internal/tokens/ | tiktoken-based estimation with EMA self-calibration |
internal/types/ | Shared types, constants, workflow modes, risk levels, and plan structures |
internal/fileutil/ | Atomic file write operations |
internal/errors/ | Sentinel errors with user-friendly messages |
internal/log/ | Structured logging with daily rotation |
pkg/session/ | Session lifecycle and persistence (JSON in ~/.m31a/sessions/) |
pkg/ledger/ | Cross-session learning store (markdown-backed) |
pkg/rollback/ | Commit-chain manager (soft/hard/safe reset) |
pkg/bisect/ | Git-bisect wrapper for model comparison |
pkg/taskrunner/ | Parallel task executor with Kahn's algorithm and bounded parallelism |
pkg/keychain/ | OS keychain abstraction (Linux dbus, macOS Keychain, Windows Credential Manager) |
pkg/autodream/ | Context consolidation with reentrancy guard |
pkg/arbitrage/ | Model-cost optimizer with task classification |
pkg/history/ | Frecent prompt history with scoring |
Deep dive: docs/ARCHITECTURE.md · Wiki
高质量的AI工作流项目,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:M31A智能工作流 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | M31A |
| Topics | aiai-assistantgo |
| GitHub | https://github.com/eshanized/M31A |
| License | MIT |
| 语言 | Go |
收录时间:2026-06-29 · 更新时间:2026-06-29 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端