-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi, I've had a few weeks working on a very similar capability to FuncToWeb :-)
My work has been to provide a packaging method which takes a folder of python functions, and creates a REST interface for each one. During the packaging, it also indexes them, so that a tools/list end-point can provide a list of tool names, descriptions, and expectations - with the intention that an LLM Supervisor can treat this as an MCP server, and choose the best tool for a task. Feel free to have a play here: https://toolvault-main.fly.dev/ui/
I'm pretty sure this could apply to FuncToWeb, particularly if the run applies a long array of functions. My packaging process is fairly expensive, so I pre-cache it all, but I'm FuncToWeb could do it on the fly.
I'm happy to share my thoughts / what I've learned so far.