nucleo-ai  by AndrewVeee

AI assistant app mixing AI features with personal productivity

created 1 year ago
328 stars

Top 84.4% on sourcepulse

GitHubView on GitHub
Project Summary

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

Highlighted Details

  • Supports multiple chat modes: Regular Chat, Assistant (task execution), and Researcher (in-depth topic analysis).
  • RAG functionality for querying uploaded documents (PDFs, TXT, Markdown).
  • API-first design allows integration with OpenAI clients.
  • Features a basic to-do list and a "Stream" for logging AI actions and replaying tasks.

Maintenance & Community

Licensing & Compatibility

  • The repository does not explicitly state a license in the provided README.

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.

Health Check
Last commit

1 year ago

Responsiveness

1 day

Pull Requests (30d)
0
Issues (30d)
0
Star History
2 stars in the last 90 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), Jeff Hammerbacher Jeff Hammerbacher(Cofounder of Cloudera), and
9 more.

codex by openai

0.8%
32k
Coding agent CLI tool for terminal-based chat-driven development
created 3 months ago
updated 16 hours ago
Feedback? Help us improve.