docs: Add 4 provider-specific AI Transport getting started guides#3103
docs: Add 4 provider-specific AI Transport getting started guides#3103GregHolmes wants to merge 2 commits intomainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
7a3ebe5 to
02439a7
Compare
20df5cb to
01ab0f8
Compare
02439a7 to
0039e1d
Compare
86956c7 to
1a6be6c
Compare
2c964ba to
cd08990
Compare
Add comprehensive getting started guide covering: - JWT-based user authentication with verified identities - Mock LLM implementation for provider-agnostic examples - Agent that streams token responses using message-per-response pattern - Interactive client with readline for user prompts - Message correlation using promptId headers - Channel rule setup for message appends Also update navigation to include getting started section.
…guides Split the single JavaScript/TypeScript getting-started guide (which used a mock LLM) into four provider-specific guides: Anthropic, OpenAI, Vercel AI SDK, and LangGraph. Each guide uses the real provider SDK, includes human-in-the-loop (HITL) tool call approval via a send_email tool, and follows a consistent structure with code split into digestible blocks.
cd08990 to
4da227e
Compare
|
I haven't gone through all the details yet, but a couple of quick questions
|
Summary
Adds 4 getting started guides for AI Transport, each using a real provider SDK:
@anthropic-ai/sdkwithclaude-sonnet-4-5openaiSDK withgpt-4oai@^6with provider-agnostic streaming@langchain/langgraphwith@langchain/anthropicEach guide walks through:
send_emailtool in the provider's format