langgraph_agent_toolkit.run_service.run_service(runner_type='uvicorn', **kwargs)[source][source]

Run the service with the specified runner type.

Parameters:
  • runner_type (str) – The type of runner to use.

  • **kwargs – Additional arguments to pass to the service runner.