bridge.handlers package#

Public Interface#

This section documents user-facing interface of the bridge.handlers package (as defined in its __init__.py file).

Functions#

Orchestrators triggered by user actions to serve API, CLI, or other interfaces. Handlers pull from bootstrap registries, run builders to compose models, execute pipelines, and coordinate external side effects.

async bridge.handlers.create_pr_issues_from_meta(**kwargs)#
async bridge.handlers.extract_meta_from_repo(**kwargs)#

Submodules#

Dependencies diagram#

Each architecture diagram below visualizes the internal dependency structure of the bridge.handlers package. It shows how modules and subpackages within the package depend on each other, based on direct Python imports.

  • Packages are shown as purple rectangles

  • Modules are shown as pink rectangles

  • Arrows (A → B) indicate that A directly imports B

Each subpackage’s diagram focuses only on its own internal structure, it does not include imports to or from higher-level packages (those appear in the parent package’s diagram).

bridge package dependencies