npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

backant-kairos

v1.4.0

Published

Autonomous AI engineer — observes, judges, builds, ships

Downloads

1,727

Readme

backant-kairos

Autonomous AI engineer that observes your repository, judges what to work on next, builds the change, and ships it - on a continuous loop.

backant.io · Issues

Install

npx backant-kairos

First run walks you through auth, project analysis, and daemon start. After that, attach to any repo with:

cd /path/to/your/repo
backant

Commands

| Command | What it does | |---|---| | backant | First-time setup or resume in the current workspace | | backant login / logout | Authenticate with backant.io | | backant setup | Re-analyze the project and refresh installed skills | | backant start | Start the Kairos daemon in the current workspace | | backant stop | Stop the daemon | | backant watch | Live event feed with status bar | | backant status | Show current state and stats | | backant memory <sub> | Memory store management (see memory --help) | | backant dream <sub> | Dream-cycle introspection (see dream --help) | | backant eval <sub> | Weekly compliance/cost/outcome report (see eval --help) |

Use --help on any subcommand for details and flags.

How it works (in brief)

Kairos runs a continuous observe → judge → act loop against your repo. Each cycle reads recent activity (open PRs, CI signals, issues, commits, agent traces), decides the highest-leverage next action, and either ships the change directly or hands it back to you with reasoning.

Two features distinguish it from a stateless agent:

  • Persistent memory. Kairos maintains a structured memory of decisions, conventions, prior failures, and validated assumptions across sessions. Recall is hybrid (keyword + semantic); embeddings are generated locally with a Qwen3-Embedding model served by Ollama (in Docker), so no codebase content leaves your machine. As of v1.3 the store is a per-repository libSQL database (keyed by your owner/repo), so the same project memory follows you across branches, git worktrees, and machines rather than being tied to one filesystem path.
  • Dream cycles. When sleep pressure builds (many cycles without consolidation, accumulating unresolved retries, growing logs), Kairos runs an offline consolidation pass that links related observations, distills durable lessons, and stages candidates for your review.

Memory state lives under ~/.claude/kairos/. Per-project configuration lives in .backant.toml at the repo root. Full configuration reference at backant.io/docs.

Upgrading from an older version? See the migration guide for moving legacy markdown/JSONL and pre-v1.3 SQLite memory into the new per-repo libSQL store.

Requirements

  • macOS or Linux
  • Claude Code installed and signed in
  • GitHub CLI (gh) installed and authenticated
  • Docker (for the local embedding model; backant memory init will set it up)
  • Active Kairos subscription at backant.io

License

Elastic License 2.0 (ELv2)