Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions skills/storm/orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Orchestrator

Long-running task automation framework for OpenClaw agents.

Turn blocking operations into background daemons with instant response + completion callbacks.

**Core idea:** Agent responds in 0.1s, loop runs independently, wakes agent when done.

See [SKILL.md](./SKILL.md) for usage.
Loading