Coverage for src / orchestration / __init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.13.0, created at 2026-01-04 04:43 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2026-01-04 04:43 +0000
1"""Orchestration layer for mala.
3This package contains the core orchestration components that coordinate
4parallel issue processing using Claude Agent SDK.
6Modules:
7- orchestrator: Main MalaOrchestrator class
8- factory: Factory function for creating orchestrator instances
9- types: Shared types (OrchestratorConfig, OrchestratorDependencies)
10- cli_support: CLI utilities and re-exports
11"""
13from __future__ import annotations