typedai icon indicating copy to clipboard operation
typedai copied to clipboard

Using the tool on windows.

Open kabani7 opened this issue 1 year ago • 1 comments

HI, I installed the tool on windows using docker, I Created agent using the UI, the working directory is /home/nous.

how do I use the agent in my code ?. I cant find any instructions for this.

kabani7 avatar Aug 22 '24 08:08 kabani7

I'll be updating the docs bit over the next few days. I'll add something for this particular case. It should be that you'll need to map your repo into the docker context in the docker-compose.yml as a volume. Then in your variables/local.env file set SOPHIA_FS to the volume path. The SOPHIA_FS env var set the working directory of the FileSystemService

danielcampagnolitg avatar Oct 04 '24 02:10 danielcampagnolitg