Chakib Benziane
Chakib Benziane
Quick update on the docker PR #1055 . I made a fully isolate container with no elevated privileges. The dependencies and the langchain package are all compiled in the image....
@duckdoom4 thanks I will read about it and see how to integrate in the container. I was thinking to have two separate images, one that can be used for dev/testing...
I took a look to the `sandboxlib` project. I think should be feasible to use it for the Agent's container. However I noticed that there was no activity on the...
I made some progress in #1266 . It is now possible to run arbitrary commands to any image or attach to existing containers. If `gVisor` is installed it will be...
@manziman I have been working on the docker API integration. Like you mentioned it is a very specific need so maybe it does not make sense to include it in...
@leo-gan I managed to merge but I'm not sure what's breaking the lint check. I am not sure about the organization of the files. I can add some documentation as...
@leo-gan Thanks. It's still failing the check on `./scripts/check_imports.sh`. Maybe the way to do some imports changed, I worked on this PR before the big library split.
@efriis Yes `RunnableBranch` seems to cover this use case. I started this PR before the feature was available. Feel free to close the PR.
+1 I don't think everything should be included by default.
@stepp1 btw it's also possible to get something similar with SearxSearch by passing the `engines=['arxiv']` param