From 14d48289fec6f74aa6bb998006890ae7b5b5e7f0 Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 6 Jul 2023 23:19:27 -0400 Subject: [PATCH] todo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92692cc5..396de904 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ Here is the detailed roadmap of our priorities and planned features for the near * Integrate visual agent +* Integrate quantized hf models as base models with langchain huggingface + 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.