xlang-ai / OpenAgents

[COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild
https://arxiv.org/abs/2310.10634
Apache License 2.0
4.02k stars 447 forks source link

xlang-code-interpreter repo link missing #72

Closed harrywang closed 1 year ago

harrywang commented 1 year ago

I am reading the doc at https://github.com/xlang-ai/OpenAgents/blob/main/backend/README.md#------------5-others-optional--------

and found that the link to code-interpreter-docker) repository is broken - is that repo available?

Thanks.

BlankCheng commented 1 year ago

No, it's not a repo now, thanks for pointing out the deprecated link. Only the docker is uploaded now~

harrywang commented 1 year ago

No, it's not a repo now, thanks for pointing out the deprecated link. Only the docker is uploaded now~

will this be opensourced soon?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 4 days.

BlankCheng commented 1 year ago

Maybe not in our plan now unless it is a major request because it is not relevant to the main logic of this project and bit tedious. However, if you are interested in the implementation, we are willing to share any details and answer any questions! We can discuss it here or on discord.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 4 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 4 days with no activity.

RaoulDrake commented 7 months ago

Maybe not in our plan now unless it is a major request because it is not relevant to the main logic of this project and bit tedious. However, if you are interested in the implementation, we are willing to share any details and answer any questions! We can discuss it here or on discord.

Hi there, @BlankCheng, I would love to use the xlang-code-interpreter but need to install additional non-public custom Python libraries into it, so that my custom agent can use them. I have tried to achieve this by myself, but have not succeeded so far (and with my rather limited knowledge of Docker, I am not sure if it is possible at all with just the image).

Any chance you could release or share the repo? Or do you have any suggestions on how I could achieve my goal of installing additional non-public custom Python libraries into it? Any help would be much appreciated. Many thanks in advance, and kind regards.