Skip to content

Commit da6cdc4

Browse files
committed
Add agent context via --system-prompt in demo-agent.sh
1 parent 7f4952f commit da6cdc4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

demo/demo-agent.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,17 @@ run_prompt() {
476476
mkdir -p "$work_dir"
477477
local claude_args=(
478478
--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+
- GET /health - health check
487+
- GET /messages - list recent messages
488+
489+
Use the Bash tool with curl to interact with these services."
479490
)
480491
local first_prompt=false
481492

0 commit comments

Comments
 (0)