docs: add Jev guide and Jev examples in use cases - #1465
Merged
Merged
Conversation
Adds a Firecrawl + Jev (TypeSafe) guide under LLM SDKs and Frameworks with four examples: classify a page, qualify leads by confidence, tag a crawl, and triage change-tracking diffs. Links it from the lead enrichment and competitive intelligence use cases. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Add a minimal first example, trim the remaining examples to one idea each, drop Tag a Crawl, move Jev to the end of the LLM SDKs sidebar, and shorten the lead enrichment mention. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
RichardBray
marked this pull request as ready for review
September 25, 2026 15:48
Monitoring already judges meaningful changes with a goal, so drop the Triage Page Changes example and the competitive intelligence mentions. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
micahstairs
approved these changes
Sep 25, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a guide for using Firecrawl with Jev, TypeSafe's structured decision model, and points to it from two use-case pages.
Changes
developer-guides/llm-sdks-and-frameworks/jev.mdx, same shape as the OpenAI and Anthropic guides. Four TypeScript examples: Scrape + Classify, Qualify Leads (confidence-gated routing), Tag a Crawl, and Triage Page Changes (change tracking diff scored by Jev).docs.json. Localized navs untouched.Testing
All four snippets type-check under strict TypeScript against current
firecrawland@typesafe-ai/sdk. The first three were run live (crawl atlimit: 5). The change-tracking example was run once and returnedsame, so its Jev branch is type-checked only.Notes
🤖 Generated with Claude Code