Skip to content

0.1.12 — Skill code entrypoints for QNN + QDAD

Latest

Choose a tag to compare

@iblameandrew iblameandrew released this 23 Jul 17:11

Skills run real code

Portable /qnn and /qdad skills now point harnesses at executable pipelines with a full parameter contract.

Library APIs

  • deepthink.qnn.run_qnn_pipeline(llm, prompt, params=…) — topology, seeds, span, epochs, self-attention, Mirror Descent, Solution-Space Report
  • deepthink.qdad.run_qdad_pipeline(llm, params=…, user_prompt=…) — App Slot Machine / Qualitative Diffusion LangGraph engine

Skill package (each zip)

  • SKILL.md — procedure + Run the code section
  • CODE_REFERENCE.md — params, Python API, return shape
  • run_qnn.py / run_qdad.py — CLI for shells
  • INSTALL.md

Examples

export OPEN_DEEPTHINK_ROOT=/path/to/open-deepthink
python skills/qnn/run_qnn.py --prompt "explore this deadlock" --qnn-mode auto
python skills/qdad/run_qdad.py --prompt "cozy night writing app…" --n 3 --denoising-steps 2

Assets: qnn-skill-0.1.12.zip, qdad-skill-0.1.12.zip