Skip to content

xiaolintangyuan/tool-foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tool-foundry

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.

Installation

npm install

Usage

npm run build
npm run deploy

Configuration

Set the required API keys for the LLM provider in a .env file.

License

MIT

Author

xiaolintangyuan

About

A self-hosted server that builds available functions from scripts folder/various JS files 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors