Template Readmes and Standardization (#12819)

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Harrison Chase
2023-11-03 13:15:29 -07:00
committed by GitHub
parent 6c237716c4
commit 83cee2cec4
116 changed files with 14948 additions and 5872 deletions

View File

@@ -13,6 +13,9 @@ langchain = ">=0.0.325"
openai = ">=0.5.0"
tavily-python = "^0.1.9"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.15"
[tool.langserve]
export_module = "openai_functions_agent"
export_attr = "agent_executor"