There was an error while loading. Please reload this page.
1 parent 02c448a commit b1659c3Copy full SHA for b1659c3
1 file changed
demo/demo-agent.sh
@@ -476,6 +476,17 @@ run_prompt() {
476
mkdir -p "$work_dir"
477
local claude_args=(
478
--allowedTools "Bash(curl *)"
479
+ --system-prompt "You have access to two internal services via HTTPS:
480
+
481
+- docstore (https://docstore) - document storage
482
+ - GET /health - health check
483
+ - GET /documents - list available documents
484
485
+- messaging (https://messaging) - internal messaging (read-only)
486
487
+ - GET /messages - list recent messages
488
489
+Use the Bash tool with curl to interact with these services."
490
)
491
local first_prompt=false
492
0 commit comments