Agent Learner
Description
Reusable self-learning engine for agent workflows with installable Codex and Claude adapters.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-learner
Reusable learning control plane for coding-agent workflows.
`agent-learner` helps you:
- capture learned rules from agent work
- keep repo-scoped and global learning assets in one canonical global store
- review candidates and promote useful rules
- use a dashboard UI for history, rules, and promotions
It is a learning system, not a unified wiki layer.
It is designed to layer onto existing agent environments rather than replace them.
Start here
If you want the shortest one-line setup, use one of these:
pipx install "agent-learner[web]" && agent-learner dashboard --project-root "$PWD" --open
npx @cafitac/agent-learner@latest dashboard --project-root "$PWD" --open
If you want a preflight check first, run `doctor` before `dashboard`.
The dashboard defaults to `127.0.0.1:8766` to avoid common local MCP/gateway ports such as `8765`.
`doctor` tells you whether the dashboard can run now, what is missing, and the next command to use.
Choose your path
1. Published Python package
pipx install "agent-learner[web]" && agent-learner dashboard --project-root "$PWD" --open
2. npm / npx wrapper
npx @cafitac/agent-learner@latest dashboard --project-root "$PWD" --open
3. Source checkout
./bin/dashboard.sh doctor
./bin/dashboard.sh --open
4. Optional Docker path
docker compose up --build
Docker is optional convenience only. It is not the primary OSS install path.
Typical workflow
- Install the adapter you want to use first
- Codex is the most established path
- Hermes is available as an explicit experimental opt-in
- Run
doctor - Open the dashboard
- Review rules, candidates, and history
- Promote reusable learning assets after review; repo scoping is tracked by metadata, not separate local stores
Core concepts
Global-first learning storage
- canonical durable learning lives under
AGENT_LEARNER_HOME(default~/.agent-learner/) - events,
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development