Open Source Β· Apache 2.0

Syne

"I remember, therefore I am"

AI agent framework with unlimited persistent memory. Self-evolving, zero-cost setup, and it never forgets.

Named after Mnemosyne, the Greek goddess of memory and mother of the Muses.

Memory-First Architecture

Built from the ground up with persistent memory as the core principle, not an afterthought.

🧠

Unlimited Persistent Memory

Semantic search over millions of memories. Never forgets, even across sessions.

πŸ›‘οΈ

Smart Memory β€” Anti-Hallucination & Auto-Dedup

Only user-confirmed facts stored. 3-layer filter + similarity-based insert/update/skip. Memory stays clean, never bloated.

🧬

Self-Evolution

Creates new abilities at runtime β€” no restart, no redeploy. You ask, it builds.

πŸ’¬

No Config Files

Everything lives in the database. Change behavior, personality, rules β€” all through conversation.

πŸ’Έ

True Zero-Cost Setup

Free OAuth chat + local embedding + Docker DB + Telegram. $0/month, no credit card needed.

πŸ€–

Multi-Model Freedom

Switch between Gemini, ChatGPT, Claude, Groq β€” mid-conversation. No redeploy.

πŸ§‘β€πŸ’»

Interactive β€” Telegram & CLI

Chat via Telegram bot or terminal. Same memory, same tools, same agent.

🧡

Sub-Agents

Spawn background agents for parallel tasks. Isolated sessions, shared memory.

Get Started in 60 Seconds

One command to clone, one command to configure. That's it.

# Clone the repo
git clone https://github.com/riyogarta/syne.git
cd syne

# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate
pip install -e .

# Interactive setup β€” handles everything
syne init

syne init guides you through provider selection, Telegram bot setup, and automatically starts PostgreSQL via Docker. No manual steps.

True Zero-Cost is Possible

Use free OAuth providers and local embedding for a completely free setup.

Minimum Setup
$0/month
Gemini OAuth + Ollama
  • Google Gemini 2.5 Pro (free OAuth)
  • Ollama embedding (local, free)
  • PostgreSQL + pgvector (Docker)
  • Telegram Bot API (free)
  • No credit card required
With Cloud Embedding
~$0.01/day
For low-resource systems
  • Same free OAuth chat
  • Together AI embedding (~$0.008/1M tokens)
  • Works on 1GB RAM systems
  • $5 free credit on signup
  • Optional image generation

Clean Architecture

Protected core, pluggable abilities, single-database truth.

Core (Protected)
Chat LLM
Memory pgvector
Compaction context
Channels TG + CLI
Sub-agents
19 Core Tools: exec Β· memory Β· web Β· config Β· files Β· cron Β· voice Β· send_file Β· source
↕
Abilities (Pluggable)
image_gen
image_analysis
maps
custom…
Self-created: Syne adds new abilities at runtime
↕
PostgreSQL + pgvector
13 tables β€” identity, memory, config, and more. Everything in one database.