56 lines
786 B
YAML
56 lines
786 B
YAML
chains:
|
|
- LLMChain
|
|
- LLMMathChain
|
|
- LLMCheckerChain
|
|
- ConversationChain
|
|
- SeriesCharacterChain
|
|
- MidJourneyPromptChain
|
|
- TimeTravelGuideChain
|
|
|
|
agents:
|
|
- ZeroShotAgent
|
|
- JsonAgent
|
|
- CSVAgent
|
|
- initialize_agent
|
|
|
|
prompts:
|
|
- PromptTemplate
|
|
- FewShotPromptTemplate
|
|
- ZeroShotPrompt
|
|
# Wait more tests
|
|
# - ChatPromptTemplate
|
|
# - SystemMessagePromptTemplate
|
|
# - HumanMessagePromptTemplate
|
|
|
|
llms:
|
|
- OpenAI
|
|
- AzureOpenAI
|
|
- ChatOpenAI
|
|
|
|
tools:
|
|
- Search
|
|
- PAL-MATH
|
|
- Calculator
|
|
- Serper Search
|
|
- Tool
|
|
- PythonFunction
|
|
- JsonSpec
|
|
|
|
wrappers:
|
|
- RequestsWrapper
|
|
|
|
toolkits:
|
|
- OpenAPIToolkit
|
|
- JsonToolkit
|
|
|
|
memories:
|
|
- ConversationBufferMemory
|
|
- ConversationSummaryMemory
|
|
|
|
embeddings: []
|
|
|
|
vectorstores: []
|
|
|
|
documentloaders: []
|
|
|
|
dev: false
|