AI工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/1ay1/agentty cd agentty # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 agentty --help # 基本运行 agentty [options] <input> # 详细使用说明请查阅文档 # https://github.com/1ay1/agentty
# agentty 配置说明 # 查看配置选项 agentty --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENTTY_CONFIG="/path/to/config.yml"
Blazing-fast Claude in your terminal. 8.8 MB binary, sub-millisecond cold start, sandboxed by default, SSH-airgap in one command.
A drop-in alternative to claude-code written in C++26 — no Node, no Python, no Electron, no npm install. Signs in with your Claude Pro/Max OAuth (or ANTHROPIC_API_KEY).
<p align="center"> <img src="https://raw.githubusercontent.com/1ay1/agentty/master/agentty.gif" alt="agentty streaming a turn with a tool call landing inline" width="800" /> </p>
One line. Same line to update.
curl -fsSL https://raw.githubusercontent.com/1ay1/agentty/master/install.sh | sh
Detects your OS and arch, downloads the right binary from the latest release, verifies SHA256, installs to /usr/local/bin (if root) or ~/.local/bin. Re-running the same command updates to the newest release. No apt, no brew, no version drift.
Flags: --prefix ~/somewhere, --version v0.1.0. Works on Linux + macOS, x86_64 + aarch64.
<details> <summary><b>Distro-native packages</b> — if you'd rather your package manager track it</summary>
cmake -B build -DAGENTTY_STANDALONE=ON
Statically links OpenSSL + nghttp2 + libstdc++ + libgcc when their .a archives are installed. libc stays dynamic on Linux/macOS (fully-static glibc breaks getaddrinfo and the NSS resolver). Pass -DAGENTTY_FULLY_STATIC=ON with a musl toolchain for a 100% static binary. Windows: implies /MT and pulls third-party libs from the x64-windows-static vcpkg triplet.
Accurate one-liner: statically linked except libc and (usually) OpenSSL. For a 100%-static drop-in, the latest release ships pre-built agentty-linux-x86_64 and agentty-linux-aarch64 with zero shared-library dependencies (Alpine + musl + GCC 14.2).
cd path/to/your/project # cwd is the workspace root
agentty
First launch opens an auth modal:
~/.config/agentty/credentials.json (0600). agentty picks the right header on relaunch automatically.sk-ant-… token. Saved to the same file.OAuth against your existing Pro/Max subscription is the main path — no extra billing, same account you already pay for.
Override order, highest priority first:
-k <key> / --key <key> — single-session, never written to disk.ANTHROPIC_API_KEY env var.CLAUDE_CODE_OAUTH_TOKEN env var.Then you're in a thread. Type, hit Enter. Mid-stream typing queues your next message and lands it when the current turn finishes. Esc cancels.
You start in the Ask profile — writes, shell calls, and network calls each prompt before running. S-Tab cycles to Write (autonomous) or Minimal (prompts for everything but pure reads). Choice persists.
Threads live at ~/.agentty/threads/<workspace-hash>/, one JSON file each — safe to inspect, back up, delete. ^J opens the thread list.
agentty --workspace ~/code/other-project # run against a different workspace without cd
agentty status # which auth source will be used
agentty login / logout # non-interactive auth, useful over SSH
agentty airgap user@host # see below
| agentty | claude-code | aider | |
|---|---|---|---|
| Language / runtime | C++26 — single static binary | TypeScript / Node | Python |
| Footprint | ~9 MB | npm + Node runtime | pip + Python runtime |
| Air-gapped mode | Yes (agentty airgap, SOCKS5/SSH) | No | No |
| Auth | OAuth (Pro/Max) + ANTHROPIC_API_KEY | OAuth + ANTHROPIC_API_KEY | per-provider env vars |
| Models | Claude (Anthropic) | Claude (Anthropic) | many (OpenAI / Anthropic / local …) |
Want a multi-model agent across providers? aider. Want Anthropic's first-party experience with their support behind it? claude-code. agentty is the niche pick when you specifically want a single-binary Claude client with no runtime dependency, or you need an air-gapped host through an SSH tunnel.
快速、轻量级的AI工作流解决方案
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,AI工作流 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | agentty |
| Topics | ai-agentclaudec++ |
| GitHub | https://github.com/1ay1/agentty |
| License | MIT |
| 语言 | C++ |
收录时间:2026-06-02 · 更新时间:2026-06-02 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端