mem0ai/mem0
Mem0 is an open-source memory layer that enhances AI agents and assistants with personalized, adaptive memory capabilities for improved context-aware interactions across various applications.
Awesome AI Agents › Virtual Assistants
This project is a conversational assistant for Telegram that helps a user write messages in a personal chat. It has three parts. A FastAPI bridge written in Python wraps the Telegram client API and exposes messaging operations over a local HTTP port, authenticated with a session string the user generates from their own Telegram API credentials. A TypeScript command line agent runs on Bun, calls Claude Sonnet through the Vercel AI Gateway, and drives the bridge through more than twenty tools covering reading chats and message history, sending, replying, editing, deleting and forwarding messages, adding reactions, searching a conversation and checking whether a contact is online. A retrieval layer built on the hosted Nia semantic search service indexes a collection of over 500 curated opening lines together with guides on conversation technique, so the agent can look up a relevant line or a tip instead of generating one blind; users can index their own material by creating a source in that service. The agent is operated from a terminal in natural language, with slash commands for help, clearing history, connection status and exit, and typical prompts ask it to summarise recent messages, draft a reply to a specific message, or rewrite a draft in a different tone. The same Telegram component can be used on its own as a standalone MCP server registered with Claude Desktop or Cursor, exposing around sixty Telegram tools for messaging, contacts, groups, channels and reactions, which makes the repository useful as a worked example of wiring a chat platform into an agent. It is a small personal project rather than a maintained product, and the author notes the relationship it was written for ended.
https://github.com/arlanrakh/talk-to-girlfriend-ai
Mem0 is an open-source memory layer that enhances AI agents and assistants with personalized, adaptive memory capabilities for improved context-aware interactions across various applications.
Cherry Studio is a cross-platform desktop client that supports multiple large language model providers, offering extensive AI assistant features, document processing, and practical productivity tools in an open-source environment.
Local-first personal AI harness combining a persistent memory brain, multi-agent orchestration, and autonomous web and data research.
Khoj is a self-hostable personal AI platform that transforms any local or online large language model into a customizable, autonomous AI assistant for research, automation, and document retrieval.
Suna is an open-source generalist AI assistant that automates real-world tasks through natural conversation, combining browser automation, file management, web crawling, and API integrations in a secure, modular architecture.
gptme is a versatile personal AI assistant that operates in your terminal, equipped with tools for coding, file editing, web browsing, and vision, providing a powerful local alternative to popular AI agents for diverse knowledge work.
Cherry Studio App is the official mobile application that enables powerful AI Large Language Models interaction on iOS and Android devices, supporting multiple LLM providers and offering tools for conversation management and data migration.
Personal AI agent in TypeScript that runs continuously from CLI, Telegram or web with permission-gated tools, SQLite-backed long-term memory, token budgets and installable skills.