Skip to the content.

πŸ† 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

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.