ThreeGate/tool-exec/examples/TR-hello-python.md

37 lines
817 B
Markdown

---
request_type: tool_request
schema_version: 1
request_id: "TR-20260209-hello-python"
created_utc: "2026-02-09T00:00:00Z"
requested_by: "core_draft"
approved_by: "operator"
approved_utc: "2026-02-09T00:01:00Z"
purpose: "Verify ERA execution pipeline by printing a deterministic message."
language: "python"
network: "none"
cpu_limit: "1"
memory_limit_mb: 256
time_limit_sec: 30
inputs: []
outputs_expected: []
constraints:
- "No network"
- "No persistence"
- "No writes outside /out (not used in this stub)"
---
## Command
python -c "print('hello from threegate tool-exec')"
## Input Files
(None)
## Output Expectations
(No file outputs. Stdout only.)
## Risk Assessment
Risk level: low
Justification: Deterministic print statement, no inputs, no network.
Data sensitivity: public
Network rationale: none