Working through the background agent setup and have hit a wall with the secrets not being injected. They have been stored inside of the cursor settings as instructed but are not being found when needed and keeps looking for them in in .env which exists in the project directory but not the workspace directory. Does anyone have some insight on this process?
NOTE: The setup process is vastly more complex than the documentation describes, missing out critical steps for python getting the venv correctly installed. As an example feeding cursors own documentation to the agent chat while setting it up helped very little. the chat agent needed to work through various errors until it figured it out. the install command block inside the .json file provided no function. eventually all installs had to be done manually including the virtual environment and node dependencies before requirements files would actually run installs. And even now it’s not certain the setup is working due to the secrets issue that can not be resolved at present.
at this point it is just far too frustrating to set up the background agents.