feat: add is_board_lead property to agent and board types
This commit is contained in:
@@ -33,6 +33,7 @@ class AgentUpdate(SQLModel):
|
||||
|
||||
class AgentRead(AgentBase):
|
||||
id: UUID
|
||||
is_board_lead: bool = False
|
||||
openclaw_session_id: str | None = None
|
||||
last_seen_at: datetime | None
|
||||
created_at: datetime
|
||||
|
||||
Reference in New Issue
Block a user