Jade Zheng

Results 20 comments of Jade Zheng

没有,最近的报错是9月10日的,那时还没有更新操作系统。

没有注意,看系统日志也没有发现相关崩溃的报告。

使用了几天,的确没有出现闪退的情况。

我在执行 `metagpt --init-config` 也报了这个错误,手动创建 `/.metagpt/config2.yaml` 后,正常使用。 @loyalty-fox ref: https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html

Same problem. Any help? ``` E0403 01:54:08.420589 1 runtime.go:78] Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference) goroutine 163...

After #120, this feature becomes available on the cloud platform. However, it's not yet supported in the simulation environment. A redesign of simulator is necessary to accommodate for simulation needs....

After #122, the instance of the resource infrastructure implementation class will be instantiated asynchronously. The creation process is completed within the `createInstance` method. However, instances of the resource client are...

After #73, developers can access the constants that located outside of the function code in the hander function. But, currently, only literal constants are supported. Need support for accessing variables....

After merging #75, developers can now call functions that are located outside of the handler function. However, complex cases are not supported, such as calling a renamed function or a...

The current setup puts the TesterClient in the CLI, which limits its flexibility. This means that if users want to use their own SDK to create a new Tester, they...