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
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:
    extraction_model: sonnet
    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.7.39-py3-none-any.whl (80.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: obra_business-3.7.39-py3-none-any.whl
  • Upload date:
  • Size: 80.6 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.7.39-py3-none-any.whl
Algorithm Hash digest
SHA256 b1650db8a1fb9012e30c8d489ee6148040c46a87ca0461e876cf60757c75cff9
MD5 3dc9de65c997febcb990a6ecc138dcac
BLAKE2b-256 a0e8d1856f0eace8fa8e6466fbde2c10b59db5aede5fae4bb5f7cd87ec5cb88d

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