MCPcopy
hub / github.com/stitionai/devika / AgentStateModel

Class AgentStateModel

src/state.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class AgentStateModel(SQLModel, table=True):
11 __tablename__ = "agent_state"
12
13 id: Optional[int] = Field(default=None, primary_key=True)
14 project: str
15 state_stack_json: str
16
17
18class AgentState:

Callers 6

create_stateMethod · 0.85
add_to_current_stateMethod · 0.85
update_latest_stateMethod · 0.85
set_agent_activeMethod · 0.85
set_agent_completedMethod · 0.85
update_token_usageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected