Skip to content

GammaTauAI/incoder-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The InCoder Server for OpenTau

A socket for the Rust client in OpenTau for type-inference using InCoder.

The code was originally written by @arjunguha and later adapted by @mhyee, https://github.com/nuprl/TypeWeaver

To run independently:

  • clone this repo
git clone https://github.com/GammaTauAI/incoder-server && cd incoder-server
  • install dependencies
pip install -r ./requirements.txt
  • start the socket
python ./main.py <socket path>
  • test the socket with a request
python ./test_socket.py <socket path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages