mix cantrip.cast (Cantrip v1.3.3)

Copy Markdown View Source

Cast a single intent to a bare conversation cantrip and print the result.

mix cantrip.cast "what is 7 * 8?"

By default this creates a minimal cantrip with just a done gate — the simplest useful cast. Use --familiar to route through the Familiar orchestrator instead (code medium, filesystem gates, child cantrips).

Options

  • --familiar / -f — use the Familiar orchestrator instead of a bare cast
  • --max-turns N — maximum turns per episode (default: 10, or 20 for familiar)
  • --loom-path PATH — path for persistent JSONL loom (familiar mode only)
  • --help — show this help