Open Source Projects
Tools and libraries we've built and released to the community. All MIT licensed, all actively maintained.
🧠 soul.py
FeaturedPersistent identity and memory for any LLM agent
Your AI forgets everything when the conversation ends. soul.py fixes that — from simple markdown injection to full RAG + RLM hybrid retrieval. v0.1 uses pure markdown files. v2.0 indexes those memories and automatically routes queries to semantic search (RAG) or exhaustive reasoning (RLM) based on what the question needs. Human-readable files you can edit and git-version, with intelligent retrieval under the hood.
pip install soul-agent Want to Contribute?
All projects welcome PRs. Check the GitHub issues for good first contributions, or open a discussion if you have ideas.
View All Repos →