Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# komi-learn

**Your AI agent, minus the amnesia.**
**Continuous memory + self-improvement for AI agents.** Learns how you work, recalls it automatically, no commands. Claude Code & Codex.

[![PyPI](https://img.shields.io/pypi/v/komi-learn)](https://pypi.org/project/komi-learn/)
[![Python](https://img.shields.io/pypi/pyversions/komi-learn)](https://pypi.org/project/komi-learn/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
[![CI](https://github.com/kurikomi-labs/komi-learn/actions/workflows/ci.yml/badge.svg)](https://github.com/kurikomi-labs/komi-learn/actions/workflows/ci.yml)

Today's agents start every session from zero β€” re-learning your preferences, re-deriving the same workarounds, repeating corrected mistakes. **komi-learn** fixes that: it quietly watches how you work, distills the durable lessons (your style, your stack, techniques that pan out) in the background, and reloads the relevant ones into every new session β€” **automatically, with no commands to type.**
**komi-learn** quietly watches how you work, distills the durable lessons (your style, your stack, techniques that pan out) in the background, and reloads the relevant ones into every new session β€” automatically, with no commands to type. One command to set up; then it just runs.

Works with **Claude Code** and **OpenAI Codex**. One command to set up; then it just runs.

> Inspired by [Hermes Agent](https://github.com/nousresearch/hermes-agent)'s self-improvement loop β€” rebuilt to be model-agnostic, universal, and *shareable* (see the community pool below). Early days β€” feedback very welcome. πŸ™
> Inspired by [Hermes Agent](https://github.com/nousresearch/hermes-agent)'s self-improvement loop β€” rebuilt to be model-agnostic, universal, and *shareable* (see the community pool below). Early days β€” feedback very welcome.

---

Expand Down
Loading