Add LangChain integration guide to Web Render API docs - #59
Open
arunimshukla wants to merge 4 commits into
Open
Conversation
Fix unterminated string in Puppeteer sample. Signed-off-by: Arunim Shukla <54760103+arunimshukla@users.noreply.github.com>
Update puppeteer.mdx
Add LangChain integration guide. Signed-off-by: Arunim Shukla <54760103+arunimshukla@users.noreply.github.com>
Integrations group to Web Render navigation Signed-off-by: Arunim Shukla <54760103+arunimshukla@users.noreply.github.com>
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.
The Sample Integrations section covers Puppeteer, requests, Scrapy, Ruby,
.NET, and two browser extensions. There's currently no guide for any agent
framework, which is the integration path implied by the Web Render API's
positioning.
Adds
web-render/integrations/langchain.mdxunder a new Integrationsgroup, covering tool definition, parameter choices for agent contexts
(
format=markdownfor token cost,expiration=0for volatile data, clienttimeout against the documented 3-minute allocation), per-call geotargeting,
and the difficulty/pricing tradeoff.
Happy to follow the same structure for CrewAI and LlamaIndex if useful.