Examples
Examples
Every example runs offline with --oracle fake, or against a real oracle to let chaos in. Browse them in the repository.
| Program | What it shows |
|---|---|
| calculator.aug | A calculator in pure Augur: exact native math in certain, plus a divined natural-language mode. |
| guess.aug | Number-guessing game — repeat forever, ask, when/otherwise. |
| semantic_etl.aug | Semantic map/extract/filter/sort — the genuinely useful part. |
| triage.aug | Support-desk triager — gather, thrice, typed extraction. |
| crud_api.aug | A persistent REST CRUD over SQLite with serve, plus a divined route. |
| crud_llm.aug | A fully-divined CRUD where every route hits the oracle. |
| amnesiac_db.aug | The amnesiac database, the meme taken to its limit. |
| http_mock.aug | Hallucinated fetch vs. a real one inside certain. |
There is also a separate augur-auth-demo — a user/password auth API written almost entirely in divine, backed by real MySQL. A joke about LLM software; do not deploy it.