Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Example UTCP

Build

  1. Install utcp (go at the end of UTCP README)
  2. Enable environment (e.g. conda activate utcp)
  3. Install required libraries (pip install -r requirements.txt)
  4. Run server on port 8080: uvicorn server:app --host 0.0.0.0 --port 8080
  5. Run client to fetch manual and run the first defined tool: python client.py