Agent Deployments

rAIson · Symbolic AI engine

Settings

Leave this empty while running locally — snippets then use this browser's address for your own testing. Once rAIson is hosted at a public domain, enter it here and every customer URL, key snippet, and cURL example will be generated with that public address.

Deploy an agent

Domain vocabulary (optional) — make explanations speak your language

Without these, explanations narrate arithmetic: “Offered salary (2500) is at most Expected salary (3000).” With them, they use the words of your scenario: “the offer is close to expected (2500 vs 3000 — 83%).” The decision is identical either way — this changes only the wording.

Build the vocabulary with compile_vocab.py <agent.pl> <scenario.txt>, review the wording, then add reviewed_by and reviewed_at. Deploy rejects an unsigned vocabulary, and rejects any concept that does not match this program or quote this text.

A checker proves each concept binds to this program and quotes this text. It cannot prove the wording is a fair reading of the logic. Deploying is the act of standing behind it.

A vocabulary requires the scenario text: every concept must quote it.

Deployed agents