Skip to content

An agent that handles keys for Keytty, aka k-e-y-b-a-b

Notifications You must be signed in to change notification settings

keytty/keybab-agent

Repository files navigation

keybab-agent

evolving from https://github.com/keytty/model-keybab

An agent that handles keys for Keytty, aka k-e-y-b-a-b

What it does

Get fed with series of arbitrary keys like ["b", "a", "c", "k", "1"], and process in a way that Keytty accepts.

Above input could result in ["c", "2", "k"] in case "b" and "a" are invalid and "k" comes with implicit "1"

Prerequisites

You will need OPA to be installed as this is the engine to power the agent.

Alternatively shell.nix and .envrc should help you setup the environment if you use nix and direnv.

Run

make run

Test

make test

Roadmap

  • replicate key handling parts of Keytty
  • be used standalone
  • be used embedded

About

An agent that handles keys for Keytty, aka k-e-y-b-a-b

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published