Skip to main content

Obra Business Domain - Business process automation plugin for Obra

Project description

obra-business

Business domain plugin for Obra. The package provides business-domain schemas, config loading, runtime delegation helpers, and packaged runner catalog entries used by obra run --domain business.

Installation

uv tool install obra
uv pip install -e obra-business/

The editable install is intended for in-repo development of the business-domain package. Runtime entry and workflow execution are handled through the main Obra CLI and Workflow Studio.

Usage

obra help domains
obra run --domain business "Process the invoice packet and summarize exceptions"

Configuration

The business domain uses layered configuration:

  1. obra_business/config/default_config.yaml
  2. .obra/config.yaml
  3. environment overrides for supported parallel-execution settings

An authored stage model_tier overrides the configured stage-type default, but delegated execution still resolves one concrete implementation model for the outer obra run session.

Key settings:

business:
  llm:
    execution_tier: medium
    stage_type_tiers:
      input_validation: fast
      transformation: medium
      enrichment: medium
      decision: high
      generation: high
      quality_gate: medium
      output: medium

  execution:
    quality_gate_behavior: loop
    retry_max: 3
    parallel:
      enabled: true
      max_concurrent_stages: 4
      default_failure_policy: fail_fast

Runner Catalog

obra-business participates in Obra's runner catalog and packaging system.

  • The package publishes its domain module through the obra.domains entry-point group.
  • Domain-scoped runners are published through get_runner_catalog_entries() on the domain module and resolve with scope: domain, domain_ids: ["business"], and portability: portable.
  • Durable workflow references should use runner_id plus runner_version or runner_selector. They should not depend on a workspace-local Python factory path.
  • Local project overrides belong in pipeline.runner_catalog.project_overlay.entries. Use local_only only for machine-specific commands or Python factories.
  • Compatibility failures are raised before dispatch. Missing local executables, imports, or packages are surfaced separately as installability_failure by the runtime.

License

Proprietary - All Rights Reserved. See obra.dev for licensing information.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

obra_business-3.10.3-py3-none-any.whl (91.2 kB view details)

Uploaded Python 3

File details

Details for the file obra_business-3.10.3-py3-none-any.whl.

File metadata

  • Download URL: obra_business-3.10.3-py3-none-any.whl
  • Upload date:
  • Size: 91.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for obra_business-3.10.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7f8505f2b8bf28c83fb10af87076e8bf9cea1ca56077d3ce474e0dffd91d59b1
MD5 777f7bc432fed253b43a527899328d15
BLAKE2b-256 55542d0dd33f121c9769e6a84099c76597d6c60427667093b66f7fe073b14a41

See more details on using hashes here.

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