Augur docs

Examples

Examples

Every example runs offline with --oracle fake, or against a real oracle to let chaos in. Browse them in the repository.

ProgramWhat it shows
calculator.augA calculator in pure Augur: exact native math in certain, plus a divined natural-language mode.
guess.augNumber-guessing game — repeat forever, ask, when/otherwise.
semantic_etl.augSemantic map/extract/filter/sort — the genuinely useful part.
triage.augSupport-desk triager — gather, thrice, typed extraction.
crud_api.augA persistent REST CRUD over SQLite with serve, plus a divined route.
crud_llm.augA fully-divined CRUD where every route hits the oracle.
amnesiac_db.augThe amnesiac database, the meme taken to its limit.
http_mock.augHallucinated 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.