templates
starter agents. one command from `stech init` to a working run.
code-reviewer
v0.17.10
Code Reviewerrequires stech v0.16.7+
Reads a GitHub PR diff and posts a review comment using per-user OAuth on the gh CLI.
$ stech init my-code-reviewer --template=code-reviewercustomer-support
v0.17.10
Customer Supportrequires stech v0.16.7+
RAG over a knowledge corpus + ticket triage. Wraps KnowledgeMemory.search and ships a ticket-create stub.
$ stech init my-customer-support --template=customer-supportknowledge-assistant
v0.17.10
Knowledge Assistantrequires stech v0.17.4+
Q&A over your uploaded docs. Pure read path with hybrid search + citations — the librarian variant of customer-support.
$ stech init my-knowledge-assistant --template=knowledge-assistantlog-triage
v0.17.10
Log Triagerequires stech v0.17.4+
Summarises recent log lines on Haiku, files a stub ticket on anomalies. Demos cheap-model routing for the SRE persona.
$ stech init my-log-triage --template=log-triage// request a template at github.com/Art-of-Technology/stech.com/issues