MCPcopy Create free account
hub / github.com/RawdogReverend/TermNet / StepType

Class StepType

backend/termnet/memory.py:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3from typing import Any, Dict
4
5class StepType:
6 PLAN = "plan"
7 ACTION = "action"
8 OBSERVATION = "observation"
9 REFLECTION = "reflection"
10 ERROR = "error"
11
12@dataclass
13class MemoryStep:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected