Mission Control: notify OpenClaw via tools/invoke on task events
This commit is contained in:
@@ -25,3 +25,7 @@ class Employee(SQLModel, table=True):
|
||||
|
||||
title: str | None = None
|
||||
status: str = Field(default="active")
|
||||
|
||||
# OpenClaw integration
|
||||
openclaw_session_key: str | None = None
|
||||
notify_enabled: bool = Field(default=True)
|
||||
|
||||
Reference in New Issue
Block a user