khitomer
khitomer
Issue resolved by changing version from v0.0.13 in requirements.txt to v0.0.12 as per: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2047 Now another error comes: ``` Using cached https://pypi.tuna.tsinghua.edu.cn/packages/26/65/b6eae8046756a24d94c0be3b3375153ca15a7fc0708ae859d852e9e53d84/simplejson-3.18.4-cp38-cp38-win_amd64.whl (74 kB) ERROR: Could not find a version...
 The issue is that huggingface automatically renames config json's by prefixing them with the folder name. Just remove the 'models--google--flan-t5-xl--text_encoder_' prefix from the json file names in the folder.
@coleam00 Did you also see Lance's new vid about using an MCP doc lookup instead of indexing docs like you're doing with Archon? At the very least, the upside of...
Should look at Anda-db and KIP protocol for agent memory
> This issue was caused by an error with the command 'python.exe', '-s', '-m', 'pip', 'freeze'. I resolved the problem by modifying parts of the code. > > Replace the...
The issue was that the Roo-code mcp server settings file needed the following addition: ``` "openmemory-mcp": { "url": "http://localhost:8765/mcp/roocline/sse/yourusername", "disabled": false, "alwaysAllow": [] } ``` The 'yourusername' value being replaced...
Further debugging with Roo (using Gemini 2.5 Pro) has led to a working solution for enabling roo-code (formerly Roo Cline) to interact with the OpenMemory MCP server. The previous issue...