* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
TS Server
Skeleton typescript app to support user-defined tool call function. Runs inside Modal container.
Overview
server.ts- node process listening on a unix socketentrypoint.ts- light function that deserializes JSON encoded input string to inputs into user defined functionuser-function.ts- fully defined by the user
Instructions
npm installnpm run buildnpm run startto start the server