Show HN: A local AI companion that learns about you and handles tasks for you

github.com

2 points by Kabeer2004 9 hours ago

my team and I have been building this for a while and we just open-sourced it!

its a personal AI companion that learns facts about you and saves them in a knowledge graph. it can use these "memories" to respond to queries and perform actions like sending emails, preparing presentations and docs, adding calendar events, etc with personal context

it runs fully locally, powered by Ollama and can even search the web, if required. (all user data also stays local) an initial base graph is prepared from your responses to a personality test and by pulling data from your linkedin, reddit and twitter profiles - this gives the companion some initial context about you.

knowledge graphs are maintained in a neo4j database using a GraphRAG pipeline we built from scratch to retrieve and update knowledge efficiently

future plans include voice mode, browser-use capabilities, the ability to perform actions autonomously, better UI/UX and more!