Our support bot has no memory, on purpose — a five-file agent architecture

Pitiful-Surround-285 · reddit · 2026-09-07

The author shipped a support agent for Orca built from just five Markdown files (one SKILL.md plus four reference docs) — no code, no vector store, and deliberately no memory.

Why no memory

Tools are equally minimal: exactly three — web search, web extract, and time. Introspection is excluded because a public support endpoint has no business reading its own tenant.

The five files: SKILL.md (identity, hard rules: never invent specifics, always cite, never touch credentials); answer-protocol.md (classify into nine question types, resolve to a docs page, fetch, answer, cite); docs-map.md (question-to-page mapping; never cite the marketing site for limits/prices/endpoints); answer-rules.md (answer in the first sentence, use the words on the page, no sales pitch); unknowns.md (five kinds of not knowing and what a good "I don't know" contains).

Original post →

More from coding & agent

coding & agent channel →