AI Skill Hub 推荐使用:YA智能工作流 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
YA智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
YA智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install ya-mono
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install ya-mono
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/Wh1isper/ya-mono
cd ya-mono
pip install -e .
# 验证安装
python -c "import ya_mono; print('安装成功')"
# 命令行使用
ya-mono --help
# 基本用法
ya-mono input_file -o output_file
# Python 代码中调用
import ya_mono
# 示例
result = ya_mono.process("input")
print(result)
# ya-mono 配置文件示例(config.yml) app: name: "ya-mono" debug: false log_level: "INFO" # 运行时指定配置文件 ya-mono --config config.yml # 或通过环境变量配置 export YA_MONO_API_KEY="your-key" export YA_MONO_OUTPUT_DIR="./output"
Prerequisites:
uvmakecorepack available for the web appClone the repository and install the workspace environment:
git clone https://github.com/wh1isper/ya-mono.git
cd ya-mono
make install
Install the canonical skills into ~/.agents/skills:
make install-skills
This installs agent-builder and ya-claw-deploy for local agent use.
Install published tools with native filesystem search enabled:
uv tool install 'yaacli[rs]'
uv tool install 'ya-claw[rs]'
uv tool install accepts extras in the package requirement. The equivalent extra-dependency form is uv tool install yaacli --with ya-ripgrep-core or uv tool install ya-claw --with ya-ripgrep-core. ya-ripgrep-core is a library dependency, so --with is the matching uv form; --with-executables-from applies to companion packages that also expose CLI executables.
Dockerfile.ya-claw — YA Claw image buildDockerfile.ya-claw-workspace — official YA Claw Docker workspace image buildDockerfile.ya-agent-platform — YA Agent Platform image buildRecommended starting points:
skills/agent-builder/SKILL.md for the main agent-building workflowskills/agent-builder/README.md for the skill file mapexamples/.env.example to examples/.env when running SDK examplespackages/ya-agent-sdk/.env.example to packages/ya-agent-sdk/.env when developing the SDK or configuring SDK/tool variables for workspace appspackages/yaacli/.env.example to packages/yaacli/.env or your current working directory .env when developing YAACLIexamples/ for end-to-end usage patternspackages/ya-agent-environment — Environment abstractions for general agentspackages/ya-environment-relay — Provider-neutral relay protocol for external Environment capabilitiespackages/ya-agent-sdk — Python SDK for building AI agents with Pydantic AIpackages/ya-agent-stream-protocol — shared stream protocol adapters between ya-agent-sdk and applicationspackages/ya-oauth — OAuth login, refresh, logout, token storage, and CLI for subscription-backed providerspackages/ya-oauth-provider — Pydantic AI provider helpers for OAuth-backed model accesspackages/yaacli — TUI reference implementation built on top of ya-agent-sdkpackages/ya-claw — workspace-native single-node runtime web service with WorkspaceProvider, in-process runtime state, schedules, bridges, and SQLite-first storagepackages/ya-agent-platform — WIP stateless agent service with TBD scopeYA智能工作流是一个功能强大的开源AI工作流平台
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ BSD 3-Clause — 宽松协议,可商用修改分发,禁止使用原作者名称进行背书宣传。
总体来看,YA智能工作流 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | ya-mono |
| 原始描述 | 开源AI工作流:Yet Another Agent SDK, CLI, Claw, Agent Platform。⭐15 · Python |
| Topics | aiagentspython |
| GitHub | https://github.com/Wh1isper/ya-mono |
| License | BSD-3-Clause |
| 语言 | Python |
收录时间:2026-06-09 · 更新时间:2026-06-09 · License:BSD-3-Clause · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端