mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-14 05:56:40 +00:00
docs: templates
updated titles (#25646)
Updated titles into a consistent format. Fixed links to the diagrams. Fixed typos. Note: The Templates menu in the navbar is now sorted by the file names. I'll try sorting the navbar menus by the page titles, not the page file names.
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
# solo-performance-prompting-agent
|
||||
# Solo performance prompting agent
|
||||
|
||||
This template creates an agent that transforms a single LLM into a cognitive synergist by engaging in multi-turn self-collaboration with multiple personas.
|
||||
A cognitive synergist refers to an intelligent agent that collaborates with multiple minds, combining their individual strengths and knowledge, to enhance problem-solving and overall performance in complex tasks. By dynamically identifying and simulating different personas based on task inputs, SPP unleashes the potential of cognitive synergy in LLMs.
|
||||
This template creates an agent that transforms a single LLM
|
||||
into a cognitive synergist by engaging in multi-turn self-collaboration
|
||||
with multiple personas.
|
||||
|
||||
A `cognitive synergist` refers to an intelligent agent that collaborates
|
||||
with multiple minds, combining their individual strengths and knowledge,
|
||||
to enhance problem-solving and overall performance in complex tasks.
|
||||
By dynamically identifying and simulating different personas based
|
||||
on task inputs, SPP unleashes the potential of cognitive synergy in LLMs.
|
||||
|
||||
This template will use the `DuckDuckGo` search API.
|
||||
|
||||
|
Reference in New Issue
Block a user