autonomy.replay.agent
Tools to build and run agents from existing deployments.
AgentRunner Objects
class AgentRunner()
Agent runner.
process
nosec
__
init__
def __init__(agent_id: int, agent_data: Dict, registry_path: Path) -> None
Initialize object.
start
def start() -> None
Start process.
stop
def stop() -> None
Stop the process.