Skip to main content

Deterministic Roborean compiler, runner, and durable run service

Project description

roborean-engine

Deterministic compiler, runner, durable run service, and document rendering for Roborean projects.

Install from the monorepo with make init-d, then use the roborean console script (entry point: roborean_engine.cli:main).

Durable storage

Store CLI prefix Typical use
Dict (filesystem) dict:./path Local dev, single process, conformance
SQLAlchemy sql:… Shared durable runs across multiple API workers

The dict adapter uses exclusive idempotency index files for concurrent writers on the same root. Prefer sql: when more than one process writes the same store.

CLI

Validate, compile, run, and inspect projects:

roborean validate conformance/projects/01_minimal.json
roborean compile conformance/projects/02_set_and_copy.json
roborean run conformance/projects/02_set_and_copy.json
roborean explain-bit conformance/projects/02_set_and_copy.json set_title

Durable runs with the dict store:

roborean store init --store dict:./.roborean
roborean run conformance/packages/02_set_and_copy \
  --idempotency-key demo-1 \
  --store dict:./.roborean
roborean runs list --project example.set-and-copy --store dict:./.roborean
roborean runs show <runId> --store dict:./.roborean
roborean runs retry <runId> --store dict:./.roborean

SQL store example:

roborean store init --store sql:sqlite:///./roborean.db
roborean run conformance/packages/02_set_and_copy \
  --idempotency-key demo-sql-1 \
  --store sql:sqlite:///./roborean.db

Document drivers (package directories):

roborean drivers list
roborean render conformance/packages/<package> --out ./out
roborean preview conformance/packages/<package> --document <id> --format json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

roborean_engine-0.1.5.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

roborean_engine-0.1.5-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file roborean_engine-0.1.5.tar.gz.

File metadata

  • Download URL: roborean_engine-0.1.5.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for roborean_engine-0.1.5.tar.gz
Algorithm Hash digest
SHA256 b8a1f7c2a65f55efa7b48c2a1d52bf5bfbe7fff6e17b8ff7b5dcd3beca33d525
MD5 dcdfd9b182b3c713f969456fdb31caf9
BLAKE2b-256 5c4dd1dff19d2fb63e5876b8a5d8aa881817785090952caed245ef58f11a81e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for roborean_engine-0.1.5.tar.gz:

Publisher: publish.yml on TNick/roborean

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file roborean_engine-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for roborean_engine-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 919a6a0ecb4e998f28bc2bba459a6a6bb6a80f11be49a7dde8826835a9e05467
MD5 bd42110c5f9136684358b9c7f83d4a61
BLAKE2b-256 c928719f46f7ea8482276e201e61b614d06ca0cc44beb8eee1809657eea0a6b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for roborean_engine-0.1.5-py3-none-any.whl:

Publisher: publish.yml on TNick/roborean

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page