process-hybrid-search
Installation
SKILL.md
Process Hybrid Search
Run Workflow
- By default the wrapper runs the published CLI through
npm exec --yes --package=@tiangong-lca/cli@latest -- tiangong-lca. UseTIANGONG_LCA_CLI_DIRor--cli-dironly for local dev/CI overrides. - Set
TIANGONG_LCA_API_BASE_URLandTIANGONG_LCA_API_KEY, or pass--base-urland--api-key. - Execute
node scripts/run-process-hybrid-search.mjswith standardtiangong-lca search processflags. - The wrapper delegates to
tiangong-lca search process. - Confirm response shape, then debug with focused references.
Commands
TIANGONG_LCA_API_BASE_URL="https://example.supabase.co/functions/v1" \
TIANGONG_LCA_API_KEY="<your-api-key>" \
node scripts/run-process-hybrid-search.mjs --dry-run
TIANGONG_LCA_API_BASE_URL="https://example.supabase.co/functions/v1" \
TIANGONG_LCA_API_KEY="<your-api-key>" \
node scripts/run-process-hybrid-search.mjs