MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / Importance

Class Importance

src/memory/types.py:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return self.__str__()
45
46class Importance(Enum):
47 HIGH = "high"
48 MEDIUM = "medium"
49 LOW = "low"
50
51class Insight(BaseModel):
52 id: str = Field(description="The unique identifier for the insight.")

Callers 4

load_from_jsonMethod · 0.90
load_from_jsonMethod · 0.90
load_from_jsonMethod · 0.90
load_from_jsonMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected