AI assistant app mixing AI features with personal productivity
Top 84.4% on sourcepulse
Nucleo AI is an alpha-stage application that integrates AI capabilities with traditional personal productivity tools, targeting users who want an AI assistant that operates beyond a simple chat interface. It aims to provide background task handling, research, and document management, enhancing personal workflows.
How It Works
Nucleo AI operates as a backend service that can be connected to various OpenAI-compatible LLM endpoints, including local setups like llama.cpp
and oobabooga
. It supports multiple AI interaction modes: standard chat, an "Assistant" mode that breaks down requests into executable tasks (like web searches or to-do list entries), and a "Researcher" mode for in-depth topic exploration with web scraping. The application also features Retrieval-Augmented Generation (RAG) for document Q&A, allowing users to upload PDFs or text files for the AI to reference.
Quick Start & Requirements
git clone
and run ./setup.sh
.torch
(CPU-only is sufficient), and git
.http://localhost:5000/v1
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
This is alpha software with known bugs and areas needing improvement. The Assistant mode can consume significant tokens, and RAG performance is model-dependent. Document uploads are recommended to be under 5MB. The codebase is described as "messy" with ongoing development.
1 year ago
1 day