d63d58ccb5
- Move 15 old workflow-* packages to legacy-packages/ (inactive, preserved for reference)
- Rename templates/ → examples/ for clarity
- Rewrite docs/architecture.md to reflect current uwf architecture
- Active packages remain in packages/: cli-uwf, uwf-agent-hermes, uwf-agent-kit, uwf-moderator, uwf-protocol, workflow-util
小橘 🍊(NEKO Team)
21 lines
504 B
TOML
21 lines
504 B
TOML
name = "workflow-gateway"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-04-01"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "ENDPOINTS"
|
|
id = "88b118d1cfab4c049f9c1684848811a3"
|
|
|
|
[durable_objects]
|
|
bindings = [{ name = "CLIENT_SOCKET", class_name = "ClientSocket" }]
|
|
|
|
[[migrations]]
|
|
tag = "add-agent-socket"
|
|
new_sqlite_classes = ["AgentSocket"]
|
|
|
|
[[migrations]]
|
|
tag = "rename-agent-to-client"
|
|
renamed_classes = [{ from = "AgentSocket", to = "ClientSocket" }]
|
|
|
|
# WORKFLOW_DASHBOARD_SECRET is set via `wrangler secret put`
|