MDA Examples
Dynamic Content Example with AIMD
Demonstrates using ai-script to request summaries and explanations.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Demonstrates using ai-script to request summaries and explanations.
<!-- AI-PROCESSOR: The block below asks for a simplified explanation -->
{
"script-id": "explain-entanglement-simple-v1",
"prompt": "Explain the concept of quantum entanglement described above in simpler terms, suitable for a high school student.",
"priority": "medium",
"auto-run": false,
"provider": "anthropic",
"model-name": "claude-3-sonnet",
"parameters": {
"temperature": 0.6
},
"output-format": "markdown"
}
{
"script-id": "summarize-market-trends-v2",
"prompt": "Provide a 2-sentence summary of the key market trends discussed in the preceding paragraph.",
"priority": "high",
"auto-run": true,
"parameters": {
"max-tokens": 50
},
"runtime-env": "server",
"output-format": "text"
}