3705b158bb55942dcccedcaa42cebff645fe33c4
- Remove agent isolation (data sovereignty belongs to user, not agent)
- Capability naming: ping instead of xiaoju--ping
- Route: /run/{capability} instead of /{agent}/{capability}
- Auth: single deploy-token instead of per-agent tokens
- Delete S10 test (agent isolation no longer exists)
- Clean up old agent-prefixed workers
Sigil 🔮
Capability registry for Uncaged — LRU-managed Cloudflare Workers with abstract backend.
What is Sigil?
Sigil is the capability virtualization layer for Uncaged. It lets AI Agents deploy, invoke, and manage serverless capabilities (Cloudflare Workers) through a unified gateway, with LRU eviction to stay within platform quotas.
Architecture
- One dispatch Worker (
sigil.shazhou.workers.dev) as the unified entry point - KV-backed LRU for scheduling capabilities within CF Worker quota (~400 slots)
- Abstract backend interface:
WorkerPool($5/mo) orPlatform($25/mo, Workers for Platforms) - Agent isolation via naming convention (
{agent}--{capability}) + per-agent tokens
Docs
License
MIT
Built by 小橘 🍊 (NEKO Team) | Part of the oc-forge ecosystem
Description
Languages
TypeScript
100%