swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 16:28:52 -0400
committermain <main@swarm.moe>2026-03-23 16:28:52 -0400
commitc3ad44cf3ec3bcd080f62c19d915ac1749576302 (patch)
treea3da7810f794182f4740e0da270e9c40f3fdad2b /README.md
parent5cf9432092da40a2653c3d156ca5a4746e853827 (diff)
downloadphone_opus-c3ad44cf3ec3bcd080f62c19d915ac1749576302.zip
Add optional background consult jobs
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf81172..7f5eedf 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@ It exposes one blocking domain tool:
and return the response plus execution metadata
- pass `session_id` from a previous response to resume that Claude Code conversation
- a fixed consult prefix is prepended before the caller-supplied prompt
+ - pass `background: true` to queue the consult and get back a job handle instead of blocking
+- `consult_job`: inspect one background consult job and receive the final result once it completes
+- `consult_jobs`: list recent background consult jobs
The server keeps the public MCP session in a durable host, isolates the actual
Claude invocation in a disposable worker, and ships standard health and