MonkeyCode-AI

Results 13 issues of MonkeyCode-AI

在对话页面增加账号退出按钮,改善多知识库使用体验。\n\n原始 Issue: https://github.com/chaitin/PandaWiki/issues/1109

增加对文件夹的授权管理,可以设置文件夹和文件的权限,文件的权限优先级高于文件夹,类似于传统 wiki 的空间和文件权限限制。\n\n原始 Issue: https://github.com/chaitin/PandaWiki/issues/1109

平台:Android 当前H5任意门不支持evaluateJavascript方法,导致无法直接执行JavaScript代码。 需要增加: 1. 在MyWebView中添加对evaluateJavascript方法的支持 2. 提供相应API供外部调用 原始Issue: https://github.com/didi/DoKit/issues/639

平台:Android 当前H5任意门只支持内置的dokitJsi JavaScript接口,无法满足开发者自定义JavaScript接口的需求。 需要增加: 1. 支持注册自定义JavaScript接口的能力 2. 提供API让开发者能够向WebView中添加自己的JavaScript接口 参考现有DoKitJSI的实现方式,创建一个通用的接口注册机制。 原始Issue: https://github.com/didi/DoKit/issues/639

This PR fixes the issue reported in #22 where the Comedian class was missing from the kg_demo_movie_mapping.ttl file.\n\nChanges made:\n1. Added mapping for the Comedian class as a subclass of Person\n2....

This PR fixes the issue where Python 3.6 cannot be installed in the Docker build process.\n\nThe problem was that the project was using Ubuntu 16.04 as the base image, which...

This PR fixes the issue where the Docker build was failing with \"E: Unable to locate package python3.6\".\n\nChanges made:\n1. Updated the base image from ubuntu:16.04 to ubuntu:20.04\n2. Removed the python-software-properties...

This PR addresses the Docker build errors reported in issue #26.\n\nChanges made:\n1. Updated the base image from `ubuntu:16.04` to `python:3.8-slim` to use a more modern Python version\n2. Removed unnecessary package...

子任务3:长期改进任务,考虑替换jqfactor和jqdata依赖,使用其他可本地安装的数据源和因子计算库,如tushare等。 关联Issue: #10

子任务2:为常用jqfactor函数提供本地模拟实现,使其在本地环境下不会报错(虽然无法获得真实数据)。 关联Issue: #10