yaya

A lightweight, kernel-style agent that grows itself. A single Python process (yaya serve) runs an event-driven kernel whose web UI opens at http://127.0.0.1:<port>. Everything else is a plugin — and yaya can author plugins on demand.

Read the product anchor: GOAL.

Quick start

pip install https://github.com/rararulab/yaya/releases/latest/download/yaya-<VERSION>-py3-none-any.whl
yaya --help

Requires Python 3.14+. Other install options → Install.

User Guide

  • Install — binary, wheel, or source.
  • Usage — commands, --json contract, examples.

Development

Org standards

Inherited from rararulab/.github: workflow, commit style, code comments, CLI design, anti-patterns, issue & PR templates.

License

MIT