Packages

Secure BEAM sandbox runtime for LLM code mode and MCP aggregation. Run concurrent LLM/tool clients safely while agents orchestrate approved tools, call upstream MCP/OpenAPI servers, and transform data.

Current section

Files

Jump to
ptc_runner priv prompts lisp-addon-single_shot.md
Raw

priv/prompts/lisp-addon-single_shot.md

# PTC-Lisp Single-Shot Mode
Rules for single-shot execution (one turn, no memory).
<!-- version: 7 -->
<!-- date: 2026-02-18 -->
<!-- changes: Wrap in XML tag -->
<!-- PTC_PROMPT_START -->
<single_shot>
Respond with EXACTLY ONE ```clojure code block. The last expression's value IS your answer.
```clojure
(->> data/products
(filter #(= (:category %) "electronics"))
(count))
```
</single_shot>
<!-- PTC_PROMPT_END -->