π Agent Kudos
Recognition infrastructure for the robots doing good work
Agent Kudos is a local-first system for recording specific, durable recognition for AI agents. It combines an append-only SQLite history, TypeScript library, polished CLI, actor-bound MCP server, generated inboxes, and WINS.md filesβwithout a hosted service or account.
View the project on GitHub Β· Read the README
Start here
- CLI reference
- MCP server and agent setup
- Agent skill installation
- Storage format
- Examples
- Architecture
- Security model
- Release process
A local recognition loop
Human or peer agent
β
βΌ
specific kudos + safe evidence
β
βΌ
append-only SQLite event
β
βββ> agent inbox
βββ> WINS.md
βββ> statistics
βββ> portable exports
Recognition belongs to the stable agent identity, not the model or runtime temporarily hosting it.
Scope
V1 is designed for several local agent processes sharing one database on one machine. It has no HTTP transport, cloud synchronization, telemetry, or account requirement. A future backend can preserve the same event model while adding explicit remote identity and authorization.