Skip to content

Releases: halexzd686-cloud/SoloFlow

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:01

What's Changed

Full Changelog: v1.0.1...v2.0.0

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 15:42

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 15:07

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.5...v1.0.0

v1.0.0-rc.5

v1.0.0-rc.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:47

v1.0.0-rc.4

v1.0.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:22

v1.0.0-rc.3

v1.0.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 05:25

v1.0.0-rc.2

v1.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 05:06

SoloFlow v1.0.0-rc.1 — First public release candidate

Choose a tag to compare

@github-actions github-actions released this 09 Aug 03:36

SoloFlow 的第一个公开 Release Candidate:用文件管理 AI Skill、Agent 与 LLM DAG 工作流。

Highlights

  • SKILL.md 创建、校验、执行与自动迭代
  • Soul + 多 Skill 的 Agent 组合与 Heartbeat 调度
  • Flow DAG、输入校验、分层并发、失败传播、token 累计与断点恢复
  • Textual TUI 与 JSON-RPC 2.0 stdio MCP Server
  • Git Registry 搜索、版本安装、发布与回滚保护
  • wheel 内置 4 个 Skill、2 个 Agent 和 8 个 Flow

Install

当前尚未发布到 PyPI。可以从源码安装:

git clone https://github.com/halexzd686-cloud/SoloFlow.git
cd SoloFlow
uv sync --extra dev
uv run sf version

也可以下载本 Release 的 wheel:

uv pip install soloflow-1.0.0rc1-py3-none-any.whl
sf version

Verified

  • 233 项自动化测试
  • Ruff check 与 format check
  • GitHub Actions:Windows/Linux × Python 3.12/3.13
  • Ubuntu clean-wheel 安装和源码目录外 Skill/Agent/Flow smoke
  • Windows Python 3.12.13 本地 clean-wheel smoke
  • Release workflow 重新构建、隔离安装并生成 SHA256SUMS

Known limitations

  • 真实 OpenAI、Anthropic、DeepSeek 端到端调用仍待验证
  • 真实 Claude Code、Cursor、Codex MCP 客户端连接仍待验证
  • 远程社区 Registry publish → PR → install/update 闭环仍待验证
  • Heartbeat 长时间运行与重启恢复仍待验证
  • Runner 不自动提供浏览器、搜索、文件系统或其他工具
  • Flow 暂无条件节点、人工审批和 fallback model

这是预发布版本。请通过 Issues 报告可复现问题,通过 Discussions 提出使用反馈;安全问题请使用 Security Advisory 私下报告。

Full Changelog: baseline-v0.9.1...v1.0.0-rc.1