19 lines
827 B
Markdown
19 lines
827 B
Markdown
# Debate Bots
|
|
|
|
### Product Brief
|
|
I would like to make a simple terminal application that allows two separate LLM's to talk and debate
|
|
with one another.
|
|
|
|
Each LLM should have its own memory and configurable system prompt.
|
|
|
|
LLM providers can be openrouter and lmstudio
|
|
|
|
### Usage
|
|
|
|
1. the system should follow a loop, it begins with a prompt provided by the user.
|
|
2. the two LLM's will then engage in debate with one another, they must always begin on opposite ends of the spectrum, so one will be for and the other will be against, this can be determined with a coin flip.
|
|
3. the agents must debate either for/against on the topic
|
|
4. after 10 back-and-forth responses from each agent, they take a pause and the user can either tell them to keep going, settle the debate for them, or give other instructions.
|
|
|
|
|