generated from coulomb/repo-seed
Extract the first reusable slice (models, schemas, routers, MCP, migrations) from state-hub with INTENT/SCOPE, agent instructions, workplan, and aligned inter_hub capability registry index.
11 lines
143 B
Python
11 lines
143 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class PolicyRead(BaseModel):
|
|
name: str
|
|
content: str
|
|
|
|
|
|
class PolicyUpdate(BaseModel):
|
|
content: str
|