orka.orchestrator.metrics module

Metrics Collection and Reporting

Handles LLM metrics extraction, aggregation, and reporting.

class orka.orchestrator.metrics.MetricsCollector[source]

Bases: object

Handles metrics collection, aggregation, and reporting.

static build_previous_outputs(logs)[source]

Build a dictionary of previous agent outputs from the execution logs. Used to provide context to downstream agents.