MCPcopy Create free account
hub / github.com/bcefghj/competitive-intelligence-multi-agent / PipelineState

Class PipelineState

python/src/graph/workflow.py:67–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class PipelineState(TypedDict, total=False):
68 competitor: str
69 monitor_urls: list[str]
70 previous_hashes: dict[str, str]
71
72 changes_detected: Annotated[list, _merge_lists]
73 research_results: Annotated[list, _merge_lists]
74 comparison_matrix: dict
75 battlecard: dict
76 alerts_sent: Annotated[list, _merge_lists]
77
78 quality_score: float
79 reflexion_count: int
80 error: str | None
81
82
83# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected