Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 702 Bytes

File metadata and controls

14 lines (10 loc) · 702 Bytes

LangChain

Prerequisites: install conductor-python[langchain]; keep callback and tool functions importable by worker processes.

Install conductor-python[langchain], then pass supported LangChain agents or tools to the runtime bridge. The bridge retains framework authoring while Conductor supplies durable execution, worker-backed tools, and observability.

Keep callbacks and tool callables importable by worker processes. See the framework examples and tools.

Expected result: the bridge preserves LangChain authoring while Conductor owns durable execution. Next: use runtime modes.