Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AutoAgent
/ Message
Class
Message
autoagent/server.py:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
context_variables: Optional[Dict[str, Any]] = {}
29
30
class
Message(BaseModel):
31
role: str
32
content: str
33
34
class
AgentResponse(BaseModel):
35
result: str
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected