Skip to content

📦 NEW: Advance Examples #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

📦 NEW: Advance Examples #4

wants to merge 2 commits into from

Conversation

arre-ankit
Copy link
Member

TLDR

  • Added advanced pipe and agent examples demonstrating structured outputs and advanced chat functionality.
  • Refactored codebase to replace "lb" references with "langbase" for consistency.

Dive Deeper

This PR introduces a comprehensive set of pipe examples that covers:

  • pipe.run.stream.llmkey.py - Streaming with custom LLM API keys for cost management
  • pipe.run.stream.chat.py - Multi-turn streaming conversations with thread continuity
  • pipe.structured.outputs.py - Structured JSON outputs with Pydantic model validation and schema generation
  • pipe.run.chat.py - Non-streaming conversation continuity with thread management
  • pipe.run.pipe.key.py - Using pipe-specific API keys for granular access control

@arre-ankit arre-ankit requested a review from saqibameen August 4, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant