evolving from https://github.com/keytty/model-keybab
An agent that handles keys for Keytty, aka k-e-y-b-a-b
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"
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.
make run
make test
- replicate key handling parts of Keytty
- be used standalone
- be used embedded