Robert Brennan

Results 1267 comments of Robert Brennan

@techsharma2000 thanks for the report. Can you open your browser's network tab and look for the `/ws` endpoint to see what it's doing? You may want to try modifying the...

We're actively working on the file UI--this should be available soon

IMO this is overkill for an MVP. I would suggest: * an in-memory vector database for extended knowledge (i.e. RAG). * It'd start out empty at the beginning of a...

Probably. I'm a big postgres fan, so that'd probably be my second choice after chromadb. I'm currently leaning toward chroma, because it has a really nice in-memory engine, and seems...

I'm going to close this PR as much of this seems to be out of scope for now. Thanks for the discussion all!

@chatGPTxx you can use OpenDevin as a python package currently, and you can use the webhook API describe here: https://github.com/OpenDevin/OpenDevin/tree/main/opendevin/server A REST API would be nice (e.g. being able to...

LGTM! CC @li-boxuan for the matrix change

@vchudnov-g I'm seeing this issue as well

Does running `npm i -D styled-components@latest` fix the issue? We don't seem to have that as a dep, but the internet says it's the problem...

For anyone ending up here: try `rm -r frontend/node_modules` before re-installing