dispatchrun/dispatch-py

FastAPI function routing

Closed this issue · 1 comments

This issue is intended to track the implementation of function routing using FastAPI as the RPC framework to receive requests to programmable endpoints and dispatch them to the corresponding Python functions to invoke.

Extracted the signature validation of this issue to #8.