Modules§
- patterns
- Create common chain patterns
Structs§
- Chain
Context - LLMChain
- LLM Chain - combines prompt template with LLM call
- MapReduce
Chain - Map-Reduce Chain - applies a chain to multiple inputs in parallel
- Router
Chain - Router Chain - conditionally executes different chains based on input
- Sequential
Chain - Sequential chain executor
- Tool
Chain - Tool Chain - executes a tool with parameters from context
- Transform
Chain - Transform Chain - applies a transformation function to context variables