octomachinery.app.action.runner module#

Octomachinery CLI runner for GitHub Action environments.

async octomachinery.app.action.runner.process_github_action(config, event_routers)[source]#

Schedule GitHub Action event for processing.

octomachinery.app.action.runner.run(*, config: Optional[BotAppConfig] = None, event_routers: Optional[Iterable[OctomachineryRouterBase]] = None) None[source]#

Start up a server using CLI args for host and port.