SearchGPT / Perplexity clone, but personalised for you.
The main features of supermemoryai/opensearch-ai are: AI Search Engines, Search Engines, Development Utilities.
Open-source alternatives to supermemoryai/opensearch-ai include: yusuke710/nanoperplexityai. zaidmukaddam/miniperplx. internlm/mindsearch — MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries… jank/curiosity. alandsleman/formbuilder — UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms (Next.js, Vue, Svelte). ahoo-wang/smartcode — SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!
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. The project provides a configurable search backend interface that allows switching between Google, DuckDuckGo, Brave, and Bing search APIs by updating a configuration attribute. It includes a terminal-based debug interface for testing