MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries and routes each to a specialized agent for parallel investigation. The system orchestrates multiple agents through a large language model, coordinating their tasks and interpreting search results to produce coherent answers from multiple sources.
Die Hauptfunktionen von internlm/mindsearch sind: Multi-Agent Search Engines, LLM-Driven Agent Loops, Multi-Agent Synthesis Systems, Multi-Agent Frameworks, Question Answering, Recursive Query Decomposition, Sub-Query Decomposers, Multi-Query Answer Synthesizers.
Open-Source-Alternativen zu internlm/mindsearch sind unter anderem: kingjulio8238/memary — Memary is a memory-augmented agent framework that stores and retrieves contextual information from a knowledge graph… zaidmukaddam/miniperplx. yusuke710/nanoperplexityai. jank/curiosity. supermemoryai/opensearch-ai — SearchGPT / Perplexity clone, but personalised for you. mindcraft-bots/mindcraft — Mindcraft is a framework for connecting large language models to game clients to create autonomous characters that…
Memary is a memory-augmented agent framework that stores and retrieves contextual information from a knowledge graph to personalize responses and maintain long-term memory across interactions. It automatically captures all agent interactions and stores them as structured memories without requiring explicit instrumentation, then injects top-ranked user entities and themes into the active context window to tailor agent responses dynamically. The framework distinguishes itself through a multi-retriever memory search that combines COLBERT reranking with recursive graph queries across databases, e
SearchGPT / Perplexity clone, but personalised for you.