HydraLab
                                
                                
                                
                                    HydraLab copied to clipboard
                            
                            
                            
                        Intelligent cloud testing made easy.
看PR稿里实现了基于LLM的 monkey智能探索,对里面的实现比较感兴趣,看完一头雾水有两个疑问向大神们请教下 ##1.center里有几个对openapi的封装,但似乎都没看到实际调用的地方,看代码好像没看到代码里有实质调用LLM模型的地方 ##2.agent里SmartMonkey,与LLM模型相关的api,version等参数都在 SmartTestParam这个类里定义,但最终传来传去,实际最后程序运行时是收归到了runSmartTestOnce函数,然后如果能执行到,则是进入 smartTestUtil.runPYFunction(smartTestParam, logger); 看这个函数的执行 最后是在执行一段python脚本,非常不解的是代码实现有必要写这么绕吗? public String runPYFunction(SmartTestParam smartTestParam, Logger logger) throws Exception { File smartTestFolder = new File(smartTestParam.getOutputFolder(), Const.SmartTestConfig.RESULT_FOLDER_NAME); smartTestFolder.mkdir(); String res = null; String[]...
## Description Leverage clarity to understand the usage data of Hydra Lab front end. This can enable data dashboard, error diagnostic, etc. ### Linked GitHub issue ID: # ## Pull...
https://spring.io/blog/2022/11/24/spring-boot-3-0-goes-ga https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
## Description ### Linked GitHub issue ID: # ## Pull Request Checklist - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
**A few words to explain your changes**: **Linked GitHub issue ID**: # ## Pull Request Checklist - [ ] Tests for the changes have been added (for bug fixes /...
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.9 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
## Pull Request Checklist - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Code compiles correctly with all tests are passed. -...
Why it's using GBK as encoding? And the IO handling needs improvement. And there are dup code in: - SmartTestLog - XCTestCommandReceiver