Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeingBeyond/BeTTER
/ ObjectInstanceSpec
Class
ObjectInstanceSpec
src/task/specs/schema.py:72–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
@dataclass(frozen=True)
72
class
ObjectInstanceSpec:
73
instance_id: str
74
semantic_name: str
75
retrieval_query: str
76
description: str =
""
77
tags: tuple[str, ...] = ()
78
role: str | None = None
79
80
81
@dataclass(frozen=True)
Callers
1
load_task_spec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected