MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / process

Method process

helpers/api.py:59–60  ·  view source on GitHub ↗
(self, input: Input, request: Request)

Source from the content-addressed store, hash-verified

57
58 @abstractmethod
59 async def process(self, input: Input, request: Request) -> Output:
60 pass
61
62 async def handle_request(self, request: Request) -> Response:
63 try:

Callers 1

handle_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected