A minimal, deliberately trivial repository for exercising the Tesserine agent ecosystem. Point an agentd session at this repo's clone URL to verify that the stack — agentd, runa, groundwork, and the base image — lights up end-to-end.
hello.py— a one-function Python module. A Tesserine session receives a request such as "add agreet(name)function," produces the change via the groundwork methodology, and completes cleanly.
Configure an agentd profile to clone this repo and deliver a request artifact into the session workspace. The exact injection mechanism is profile-dependent; see agentd's documentation for profile configuration.
Clone URL:
https://github.com/tesserine/example-hello
This repository is intentionally minimal. It exists to verify that the Tesserine ecosystem is operational — not to demonstrate its breadth. Additional example-* repositories will exercise richer scenarios (multi-file changes, review cycles, alternative methodology profiles) as they are developed.
MIT. See LICENSE.