Terrdi
Terrdi
I hope to support multiple data sources (different interfaces access different types of databases) instead of just one type of database.
I implemented the feature.You can tried it. [feature/rate-limit](https://github.com/Terrdi/MetaGPT/tree/feature/rate_limit)
我修复了这个bug,但是还没有merge https://github.com/Terrdi/MetaGPT/tree/fix-serialize-error 你试试这个分支呢
03-May-2025 17:00:18.259 信息 [Cat-RealtimeConsumer-HeartbeatAnalyzer-17-0] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 非法访问:此Web应用程序实例已停止。无法加载[META-INF/services/javax.xml.parsers.SAXParserFactory]。为了调试以及终止导致非法访问的线程,将抛出以下堆栈跟踪。 java.lang.IllegalStateException: 非法访问:此Web应用程序实例已停止。无法加载[META-INF/services/javax.xml.parsers.SAXParserFactory]。为了调试以及终止导致非法访问的线程,将抛出以下堆栈跟踪。 at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1358) at org.apache.catalina.loader.WebappClassLoaderBase.findResources(WebappClassLoaderBase.java:942) at org.apache.catalina.loader.WebappClassLoaderBase.getResources(WebappClassLoaderBase.java:1043) at java.util.ServiceLoader$LazyIterator.hasNextService(ServiceLoader.java:348) at java.util.ServiceLoader$LazyIterator.hasNext(ServiceLoader.java:393) at java.util.ServiceLoader$1.hasNext(ServiceLoader.java:474) at javax.xml.parsers.FactoryFinder$1.run(FactoryFinder.java:293) at java.security.AccessController.doPrivileged(Native Method) at javax.xml.parsers.FactoryFinder.findServiceProvider(FactoryFinder.java:289) at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:267) at...
I configured base_url such as base_url: "https://qianfan.baidubce.com/v2" then it works.
OK, I changed the target branch and submitted some new changes. The aflow example also uses json serialization to save the results. The total_cost field is numpy.int64, which cannot be...