Liqun Li
Liqun Li
@ksd1221 I think your goal is to run the plugin successfully with all dependencies installed. So, I would consider the agent's auto dependency installation as the plan B. Sometimes, the...
From the error message, I can see that the response of LLM has the `send_to` field assigned a wrong value which is the plugin name. In fact, it should be...
Thanks for the detailed experiements. When I said 'a new session', I mean you just need to create a new session by clicking the web page to create a new...
It seems that the process inside the container has no permission to access the session directory mounted to the container. Can you provide more information on your environment? like what...
> same here configurations and the environment?
We have identified a bug of configuring the dir permission for linux OS. Will fix it asap.
Fixed in https://github.com/microsoft/TaskWeaver/pull/296 Please pull the latest code and try again.
I haven't tried this, but I think it is doable as all the executions in the same session share the same context. But I think you need to modify the...
Currently, we only support using the local file system. If the cloud storage could be mounted to the local file system, it would be no problem. Otherwise, we need to...
> I believe this is exactly the reason why Taskweaver developers would expect MS could help to implement this. If they do it by themselves, it may take even longer...