MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / A2TRequest

Class A2TRequest

src/transformation/types.py:63–66  ·  view source on GitHub ↗

ACP to TCP transformation request.

Source from the content-addressed store, hash-verified

61 message: str = Field(default="", description="The message of the transformation.")
62
63class A2TRequest(BaseModel):
64 """ACP to TCP transformation request."""
65 type: str = Field(default="a2t", description="The type of transformation.")
66 agent_names: List[str] = Field(default=[], description="The names of the agents to transform.")
67
68class A2TResponse(BaseModel):
69 """ACP to TCP transformation response."""

Callers 1

transformMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected