langgraph_agent_toolkit.run_api.run_api(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.