mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-18 08:03:36 +00:00
TEMPLATES Metadata (#13691)
Co-authored-by: Lance Martin <lance@langchain.dev>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "solo-performance-prompting-agent"
|
||||
version = "0.0.1"
|
||||
description = ""
|
||||
description = "Agent that transforms a single LLM into a cognitive synergist that has multiple points of view"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
|
||||
@@ -20,6 +20,12 @@ sse-starlette = "^1.6.5"
|
||||
export_module = "solo_performance_prompting_agent.agent"
|
||||
export_attr = "agent_executor"
|
||||
|
||||
[tool.templates-hub]
|
||||
use-case = "research"
|
||||
author = "LangChain"
|
||||
integrations = ["OpenAI"]
|
||||
tags = ["data", "agents"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user