2 Commits

Author SHA1 Message Date
bbf45f21c0 feat: update Sigil wiki with review feedback — 小橘 🍊
Incorporated 小墨's review + 主人's simplification:
- Bindings 声明式传递(最小权限)
- 错误隔离:timeout/熔断/script.limits
- 鉴权:per-Agent token, deploy/invoke 分离
- KV 分层 prefix(code/meta/auth/route/stats)
- 可观测性:Analytics Engine + audit log
- Rate limit 简化:控制 Agent 数 > 令牌桶
- deploy_cooldown + max_agents 代替复杂限流
2026-04-03 01:31:31 +00:00
02c8d7240e feat: add Sigil capability registry architecture — 小橘 🍊
Sigil = Uncaged 的能力虚拟化调度层
- Workers for Platforms 替代 LRU 换页(无限 Worker)
- dispatch Worker 统一入口 + namespace 隔离
- Agent/能力命名规范 + 临时能力 TTL
- 演进路径: Phase 0-4
- 成本对比: Free/Paid/WfP
2026-04-03 01:26:09 +00:00