AI Skill Hub 强烈推荐:Beagle 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Beagle 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Beagle 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/tompassarelli/beagle cd beagle # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 beagle --help # 基本运行 beagle [options] <input> # 详细使用说明请查阅文档 # https://github.com/tompassarelli/beagle
# beagle 配置说明 # 查看配置选项 beagle --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export BEAGLE_CONFIG="/path/to/config.yml"
Beagle is an independent statically typed Lisp derived from Clojure.
Derived: Clojure's vocabulary and structural authoring model — its form library, s-expressions, data literals, defn/let/destructuring/threading ergonomics. Independent: types, effects, execution, and memory/data model. Beagle's source and the checked AST are authoritative; Store is optional durable tooling, not a second language authority.
The primary hosted profiles are Clojure, JavaScript, and Nix. They share one parser, checker, canonicalizer, and diagnostic path and emit idiomatic source for their declared runtime. Native Core is an experimental system-layer path: bare .bgl freezes a checked native program before an explicitly selected C17, QBE, or C17/WASI Wasm bootstrap materializer. It is not a hosted profile.
Beagle Store is an optional in-repo engine for recursive Terms and Triples, durable occurrence history, queries and indexes, provenance records, and cache tooling. Applications may consume those storage capabilities without adopting the Beagle frontend; Store does not define Beagle's syntax, types, or program semantics.
Design principle: "If Clojure already has a form whose semantics are correct for Beagle, inherit it. If the semantics differ, name the difference."
Beagle preserves Clojure where preservation has semantic value, never for compatibility's sake. It is one source language whose parser, checker, canonicalizer, and repair tools give people and agents the same answer: what went wrong, where it occurred, and what a valid next edit is.
Types exist to make that loop reliable. Static type information checks at compile time and erases before emit; an explicitly authored binding constraint is an ordinary predicate that remains as a local runtime guard. The deeper thesis is recorded in docs/INFLUENCES.md: one typed authoring IR can target real ecosystems while preserving idiomatic output.
Beagle has a Native Core path and explicit hosted source profiles. The live profiles, extensions, form set, and materializers are compiler-owned: query beagle langs, beagle syntax, beagle sig, and beagle fields instead of copying a list that can drift.
Inside the flake's devshell (direnv allow), bin/beagle is the beagle command used below. No database or coordinator is required.
$ mkdir -p src build
$ cat src/main.bclj
#lang beagle/clj
(ns main)
(defn greet [name String] String
(str "hello " name))
(println (greet "from Beagle"))
$ beagle doctor --deep
Authoring loop: ok
$ beagle check --agent src/main.bclj
0 errors
$ beagle build src/main.bclj build/main.clj
src/main.bclj -> build/main.clj
$ bb build/main.clj
hello from Beagle
For a new project, beagle init --target TARGET DIR creates an AGENTS.md and a starter source file. For Native Core, author .bgl with bare #lang beagle and choose a materializer explicitly with beagle build --materializer ... --out DIR FILE. Use beagle help and beagle langs for the current command and target surfaces.
Beagle提供了多后端支持,简化AI工作流
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Beagle 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | beagle |
| 原始描述 | 开源AI工作流:a typed programming language that emits to multiple backends。⭐22 · Racket |
| Topics | ai-agentscode-generationracket |
| GitHub | https://github.com/tompassarelli/beagle |
| License | Apache-2.0 |
| 语言 | Racket |
收录时间:2026-07-04 · 更新时间:2026-07-04 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端