Skip to content

nodetool-ai/nodetool-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodetool SDK

SDK and integration for NodeTool clients.

C# and VL builds

From csharp/:

.\regen-and-verify.ps1 -IncludeVL -SkipGeneration -SkipGitDiff

Default build output:

  • csharp/_vvvv_builds/Release/net8.0/

Override output folder:

.\regen-and-verify.ps1 -IncludeVL -OutputDir "C:\path\to\output"

Electron local connection default

When using the NodeTool Electron app, backend binds to localhost and selects port 7777 by default (next free port if occupied):

  • WebSocket: ws://127.0.0.1:<port>/ws
  • HTTP API: http://127.0.0.1:<port>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors