TaskWeaver
TaskWeaver copied to clipboard
A code-first agent framework for seamlessly planning and executing data analytics tasks.
I was wondering if it's possible to access the a cloud bucket storage instead of a local project directory is that possible? Or is there another way to handle this?...
I would like to understand if we can flush the workspace after a session. if I deploy this application now. the workspace keep on filling the memory. Is there a...
We have a use case where we have a plan with certain inputs, but I'm unsure how to add logic to requests for additional information from a user based on...
After executing the sql_pull_data plugin, the final error displayed is “No such file or directory”.
Describe the bug: The sql_pull_data plugin can be executed normally and displays the data read, and it also shows the message, “For the complete result, please refer to the attached...
**Describe the bug** There is no file directory or file which is mentioned in this below import code: There is no function called start_web_service and no file called web.py inside...
Hello, I wanted to open the issue when using taskweaver with Ollama, run on the local machine, none of the models provided within Ollama are functional. The way I configured...
i'm experiencing multiple issues after upgrading to python version 3.12 on windows. the interface doesn't load when i run app.py, and there are compatibility problems with various packages. steps to...
**Describe the bug** The plugin can't find a package which is already installed in the virtual environment. **To Reproduce** Steps to reproduce the behavior: 1. activate a virtual environment 2....
I do not want to load the data file from plugin each time the session start. I am looking for a way to directly start asking questions about data. Secondly,...
When results are printed in tabular format they get truncated from the middle with dots. Possibly pd.set_option('display.max_rows', 500) is not set. TaskWeaver imports pandas library every time a question is...