Skip to content

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