Updates direction
Say the hard number first.
Kyno is the versioned source of truth for multi-agent systems. Change direction once, and every agent picks up the current version at its next step.
Updates direction
Every change appends a new immutable version. You always know what direction was in force.
Agents pull the latest direction when they reach the boundary where your workflow needs it.
Every answer can say which version it served, making direction inspectable after the run.
Start with SQLite and stdio. Add HTTP or your own adapter when the workflow needs it.
Build an adapter →$ pip install kyno
$ kyno new acme && cd acme
$ kyno db init
$ printf 'constitution: default\nmission: Ship a lending product people trust\n' > constitution.yaml
$ kyno set constitution.yaml --note "initial constitution"
$ kyno serve --transport stdio
We publish the mission and principles governing Kyno through the same system available to operators.
Read it →