runnable-hub/python/runnable_workers/agentWorker/request/agentRequest.py (7 lines of code) (raw):

from runnable_hub import RunnableRequest from typing import Dict class AgentRequest(RunnableRequest): runnableCode: str = "AGENT" agentCode: str agentVersion: str inputs: Dict