Python toolkit for building production-ready LLM applications. Modular utilities for prompts, RAG, agents, structured outputs, and multi-provider support.
Was this section helpful?
Runnable protocol, outlining its methods (invoke, ainvoke, stream, astream, batch, abatch) and how they form the standard interface for LCEL components.asyncio module, which provides the foundation for concurrent and asynchronous operations leveraged by LCEL's ainvoke, astream, and abatch methods.© 2025 ApX Machine LearningEngineered with