all systems operationalv0.17.10
stech/

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-reviewer
customer-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-support
knowledge-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-assistant
log-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