MCPcopy Create free account
hub / github.com/AbhinavTheDev/coding-agent / CodeState

Class CodeState

agent/my_agent/agent.py:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20# Define State and Graph
21class CodeState(TypedDict):
22 messages: Annotated[list, add_messages]
23 code: str
24 error: str
25 iterations: int
26 thread_id: str
27 checkpoint_namespace: str
28 state_checkpoint_id: str
29 previous_response: str # tracking for previous response
30
31
32def generate(state: CodeState):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected