A self-hosted server that builds available functions from scripts folder into a master 'tools.json', then runs a server to host an API gateway. Users invoking the API gateway connect to a 3rd party LLM provider, which invokes tool calls via the tools.json index or returns text responses.
npm installnpm run build
npm run deploySet the required API keys for the LLM provider in a .env file.
MIT
xiaolintangyuan