Independent Project Not affiliated with, sponsored by, or endorsed by the Watch Tower Bible and Tract Society or Jehovah's Witnesses.
jw-agent-toolkit
ES

Cookbook — copy-pasteable recipes

12 short recipes for common jw-agent-toolkit tasks. Every recipe is a Markdown file with executable Python blocks tested by pytest-cookbook in CI.

Scope reminder

These recipes target publications of Jehovah’s Witnesses — wol.jw.org, JWPUB, EPUBs from the organization, Watchtower / Awake! / study books, etc.

How to read a recipe

Each .md file follows the same structure:

  1. ¿Qué construyes? — one-line description of the output.
  2. Código (copy-pasteable) — one or more ```python blocks. Blocks marked # test on their first line are executed by CI.
  3. Por qué funciona — short explanation of the key decisions.
  4. Variaciones — alternative tweaks.
  5. Próximo paso — link to a related recipe.

Markers

  • # test — always run in CI.
  • # test slow — only run with pytest -m slow (skipped by default).
  • # test skip-until-fase=N — skipped with a reason until that Fase ships.

Index

#SlugTema
01resolve-bible-referenceParsear “Juan 3:16” → BibleRef
02search-and-synthesizeBuscar tema vía CDNClient (mockeado)
03telegram-botStub de bot conectado al REST API local
04finetune-llama-3Pipeline jw-finetune (slow)
05add-parserPlugin parser para formato custom
06custom-embedderPlugin embedder con vectores numpy
07add-nliWrap agente con fidelity NLI (F39)
08publish-to-pypiSetup de release con trusted publishing
09trace-agent-runTracing local (espera F43)
10calibrate-golden-caseYAML golden + jw eval (F22)
11browser-extensionWOL browser extension (F48)
12capacitor-appCapacitor mobile (espera F47)

Edit this page on docs/cookbook/readme.md