LLocalSearch est un moteur de recherche axé sur la confidentialité et un framework d'agent qui utilise des grands modèles de langage hébergés localement pour rechercher sur Internet et agréger des réponses. Il fonctionne comme une interface de génération augmentée par récupération (RAG) où toutes les requêtes et le traitement restent sur le matériel de l'utilisateur pour garantir la confidentialité des données et supprimer la dépendance vis-à-vis des fournisseurs d'API…
Les fonctionnalités principales de nilsherzig/llocalsearch sont : Recursive Research Agents, Autonomous Research Agents, Local Model Generation, Local LLM Search, API-Free Local Inference, Private Information Retrieval, Search Query Recursion, Local LLM Research Agents.
Les alternatives open-source à nilsherzig/llocalsearch incluent : assafelovic/gpt-researcher — GPT Researcher is an autonomous agent framework designed to automate the process of gathering, synthesizing, and… lazyagi/lazyllm — LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides… dzhng/deep-research — This project is an AI research tool designed for autonomous web information gathering and automated topic research. It… langchain-ai/local-deep-researcher — Local Deep Researcher is a fully local web research assistant that uses any LLM hosted by Ollama or LMStudio. Give it… sentient-agi/opendeepsearch — OpenDeepSearch is an autonomous research platform and search orchestration engine that connects large language models… karpathy/autoresearch — Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a…
GPT Researcher is an autonomous agent framework designed to automate the process of gathering, synthesizing, and documenting information from diverse web and local sources. It functions as a research-oriented execution environment that orchestrates specialized agents to perform complex, multi-branch research tasks, transforming raw data into structured, factual, and cited reports. The project distinguishes itself through a graph-based orchestration layer that manages state transitions and information flow between specialized agents. It employs recursive tree-search execution to explore comple
LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides a system for chaining large language models into sequential or parallel pipelines, utilizing a tool registry to convert standard functions into discoverable tools that models can invoke via reasoning. The project features an application deployment kit that enables hosting model workflows as web services with integrated chat interfaces and API gateways. It includes an infrastructure abstraction layer that allows users to switch between bare-metal servers, clusters, and public
This project is an AI research tool designed for autonomous web information gathering and automated topic research. It utilizes agent orchestration to combine search engines and web scraping, enabling the system to discover detailed information and build a comprehensive understanding of complex subjects without manual step-by-step guidance. The tool employs an iterative research execution model that recursively generates targeted search queries and refines directions based on previous results. It includes a feedback loop that compares current findings against initial objectives to identify kn
Local Deep Researcher is a fully local web research assistant that uses any LLM hosted by Ollama or LMStudio. Give it a topic and it will generate a web search query, gather web search results, summarize the results of web search, reflect on the summary to examine knowledge gaps, generate a new…