feat: ingest cf-harvest knowledge base for companion planting, grow techniques, and medicinal uses #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Waxwing will consume structured knowledge extracted by the cf-harvest pipeline (Circuit-Forge/circuitforge-orch#82). cf-harvest processes specialist gardening and cooking video content using Marlin-2B video captioning + Whisper STT + LLM classification to produce structured, labeled segments. The gardening domain taxonomy routes relevant classes to Waxwing.
What Waxwing receives from cf-harvest
companion_plantinginstructionmedicinalhistory_contextsoil_amendmentDesign notes
config/domains/gardening.yaml. Waxwing does not need to know about the pipeline internals.safety_note_required: trueflag in the taxonomy config. Waxwing must surface the caution text whenever displaying medicinal use data.Scope for this issue
Related