MCPcopy Create free account
hub / github.com/HKUDS/AutoAgent / AgentRequest

Class AgentRequest

autoagent/server.py:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 args: Dict[str, Any]
24
25class AgentRequest(BaseModel):
26 model: str
27 query: str
28 context_variables: Optional[Dict[str, Any]] = {}
29
30class Message(BaseModel):
31 role: str

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected