MCPcopy Create free account
hub / github.com/Integuru-AI/Integuru / AgentState

Class AgentState

integuru/models/agent_state.py:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from typing import List, Optional, TypedDict, Dict
2
3class AgentState(TypedDict):
4 master_node: str
5 in_process_node: str
6 to_be_processed_nodes: List[str]
7 in_process_node_dynamic_parts: List[str]
8 action_url: str
9 input_variables: Dict[str, str]

Callers 1

setUpMethod · 0.90

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.72