跳到主要内容

AI 应用交付平台

与 Agent 一起构建,用验证完成交付

从 Agent 工作走向可验证部署,每个阶段都明确标注成熟度。下方工作流为示意;Deploy & Verify 现已可用。

开始构建>请先阅读 https://www.appaloft.com/start.md,再帮我使用 Appaloft 完成交付。先判断这个项目需要服务器配置、仓库部署还是静态站点发布。如果是静态站点,请先阅读 Cloud 静态产物上传策略。最后返回线上 URL、验证结果、日志、诊断信息和恢复命令。查看 SDK

示意工作流 · 各阶段可用性见成熟度标记

  1. Run AgentsPublic AlphaAgent Workspace 为 Public Alpha,Cloud 托管入口仍受限;托管 Pi Runtime 与 Run 为 Private Preview。
  2. Work in SandboxesPrivate Preview托管执行 Sandbox 与 Workspace 隔离。
  3. Preview & PromotePrivate PreviewSource Artifact、Candidate Preview 与 Sandbox Promotion;动态应用 Runtime Preview 为 Planned。
  4. Deploy & VerifyAvailable部署到你的基础设施,并记录观察到的路由、健康与访问证据。
appaloft/storefrontIssues / #184
Issue #184 → 同一 Workspace3 个 Agent 运行中
  1. Pi运行中
  2. OpenCode运行中
  3. Codex运行中
M
linh opened this issue

结账税费舍入错误

订单含折扣时,结账页逐行舍入税费,导致最终金额偶尔多出 ¥0.01。请修复计算并补上回归测试。

Write
@appaloft 修复税费舍入,运行结账测试,然后准备一个可部署的静态构建
Markdown supported评论

✓ 触发指令已就绪 · 提交后将创建 Run #184

一次 Run,从 Issue 到 Deployment。

触发、工作、评审和交付都留在同一条可追踪记录里。

01 · 任务进入

Issue 进入一条可追踪的 Run

签名 GitHub 事件创建示意 Run #184,并把任务交给 Agent Workspace。

示意触发
02 · Agent Workspace

Agent 修复并测试 Issue

此处示意 Pi 修改和测试。Workspace 为 Public Alpha;托管 Pi Runtime 与 Run 为 Private Preview。

Pi · workspace_184 · your-vps-03
π
Pi coding agentclaude-sonnet · issue-184
61% 上下文
修复 GitHub Issue #184:checkout 税费舍入后与订单总额不一致。读取 storefront 的 checkout/tax 实现,完成修复、测试并准备可部署的静态构建。
π

我会先追踪 checkout 汇总与税费计算路径,再用订单级舍入替换逐项舍入,并运行定向测试。

RReadsrc/checkout/tax.ts · checkout-summary.ts
±Editsrc/checkout/tax.ts · +9 −4
›_Bashpnpm vitest checkout/tax.test.ts18 passed · 0 failed
π

Issue #184 已修复:税费现在基于应税订单小计统一舍入,checkout summary 与付款总额保持一致。

继续询问 Pi…
Changes2+11 −5
src/checkout/tax.tstest/checkout/tax.test.ts
2 files changed+11 −5
@@ calculateTax: line items → order subtotal
38-return sum(lines.map(roundTax));
38+const taxable = sumTaxableSubtotal(lines);
39+return roundCurrency(taxable * taxRate);
40+// one order-level rounding boundary
pnpm vitest checkout/tax.test.ts18 passed · 0 failed
+ checkout total matches captured payment
03 · Deploy & Verify

购物网站已部署并验证

已可用的 Deploy & Verify 发布这个示意静态网站,并记录公开路由与健康检查结果。

Appaloft Deploy & Verify · 示意Available
Mmorrow-house/storefront · Issue #184(示意)deployment dep_184 · your-vps-03
  1. 仓库构建已接收github.com/morrow-house/storefront

  2. 目标 VPS 已确认your-vps-03 · linux/amd64

  3. 静态 Storefront 已发布morrow-house · Astro static output

  4. 公开路由已绑定 · TLS 就绪storefront.example.test

  5. Checkout 页面检查通过GET /checkout · 200 OK · 38 ms

Available Deploy & Verify 证据已记录

不只交付一个代码补丁

把应用和它需要的基础设施一起交付。

从官方 Blueprint 目录选择数据库、存储、自动化、AI Runtime、可观测性或完整的自托管应用。每份部署配方都带着运行所需的资源、端口、健康检查和 Binding。

把应用和它需要的基础设施一起交付。

Agent 产物 · Private Preview

按 digest 评审的 精确 Source Artifact

Blueprint

Postgres · 存储 健康检查 · Secret

  • 数据库
  • 存储
  • 健康检查
  • 端口
  • Secret

Installed Application

Resource · Binding Deployment · Evidence

资源 Binding

从触发到交付,只走一条路径。

从一个 Issue 开始,以一个运行中的应用结束。

  1. GitHub Issue
  2. Agent Workspace
  3. Preview
  4. 运行中的应用