From d81d71a94b0477df1141be47c9bbdf588d020860 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 3 Jul 2023 19:06:40 -0400 Subject: [PATCH] ui roadmap --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2188f7e6..2bd7832e 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ Here is the detailed roadmap of our priorities and planned features for the near ## TODO +* Develop Conversational UI with Gradio + 1. **Multi-Agent Debate Integration**: Integrate multi-agent debate frameworks ([Multi Agent debate](https://github.com/Skytliang/Multi-Agents-Debate) and [Multi agent2 debate](https://github.com/composable-models/llm_multiagent_debate)) to improve decision-making. 2. **Meta Prompting Integration**: Include meta prompting across all worker agents to guide their actions.