Cradle icon indicating copy to clipboard operation
Cradle copied to clipboard

The Cradle framework is a first attempt at General Computer Control (GCC). Cradle supports agents to ace any computer task by enabling strong reasoning abilities, self-improvment, and skill curation,...

Results 23 Cradle issues
Sort by recently updated
recently updated
newest added

This project aims to be the first one to tackle the long-standing problem of general computer control. It is quite fascinating yet challenging to accomplish this great achievement. It would...

非常感谢您杰出的工作和及时高效的代码分享。 我有一个小问题想请教您。 在openai处理prompt的代码中: for i, paragraph in enumerate(filtered_paragraphs): if constants.IMAGES_INPUT_TAG in paragraph: image_introduction_paragraph_index = i image_introduction_paragraph = paragraph break paragraph_input = params.get(constants.IMAGES_INPUT_TAG_NAME, None) 看起来似乎提示词的few shots部分并没有当成图像来处理。 请问few shots部分是直接作为文本输入的,还是我在理解代码时出现了问题。 因为没有购买游戏,所以我暂时无法运行代码来验证,如果您可以给我解答,我将非常感激。 再次感谢您非常精彩的工作。

Hi~ I don't know why my character can't be operated by this agent and i can control it via my manual keyborad/mouse operation, but the logger output shows that it...

尊敬的Cradle开发团队, 希望我的信息能在您忙碌的日子里带来一些启发。我对cradle非常感兴趣,但我想进行测试时,我观察到以下两个主要改进点: 跨平台支持: 目前,Cradle似乎主要支持macos系统,因为requirements的一些包在windows下无法正确安装,您也注明了所需平台。尽管macos平台覆盖了大部分用户,但若能进一步拓展至**windows**,将极大地提升其通用性和吸引更广泛的用户群体。这可能涉及代码优化以兼容新系统,或是提供详细的文档指导如何在非标准平台上设置Cradle。 大语言模型接入方式多样化: 随着AI技术的飞速发展,特别是大型语言模型的兴起,Cradle中灵活的模型接入方法显得尤为重要。用户可能偏好不同的模型接入方式,比如API调用、本地部署或云服务解决方案。我了解到目前的接入方式有openAI api ,Azure以及Claude api,但对于中国用户,这些接人方式并不友好,如果使用langchain等架构,**增加Qwen或者智谱AI等大模型的接入配置**应当相对容易,而这将足够满足中国用户的使用。 如果这两个问题已有解决方案,请不吝赐教,非常感谢! 最后,希望我的建议能为Cradle带来更好的改变,期待此项目的发展。也感谢Cradle开发团队对AI发展做出的贡献。

Hey guys, I really appreciate your work!!!! But I'm still confused that why don't you get enough good results(Like SOTA) on **OSworld** benchmark. If you could check in the agent...

如题,可以在M系列的Mac上使用么