This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
state-hub/api/schemas/agent_message.py

8 lines
159 B
Python

from hub_core.schemas.agent_message import MessageCreate, MessageRead, MessageReply
__all__ = [
"MessageCreate",
"MessageRead",
"MessageReply",
]