TaskWeaver icon indicating copy to clipboard operation
TaskWeaver copied to clipboard

A code-first agent framework for seamlessly planning and executing data analytics tasks.

Results 131 TaskWeaver issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm trying to run the taskwearver on colab notebook by importing taskweaver as python package, i was able to create the session with Gemini model but when...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** The Playground UI could feature a chat history containing all messages sent to the...

enhancement

1. support chat history saving as experience (user input: SAVE AS EXP) 2. add experience summarization, embedding and retrieval 3. add experience for planner 4. add experience ut

We are trying to write a TaskWeaver plugin that acts like a wrapper to call functions from our code. Set up TaskWeaver in local dev as follows: ``` our_code/ __init__.py...

After shutting down a session, we want to restart the session and reload all the variables in ipython. In fact we find a ```update_session_var``` function in class Environment, but did...

enhancement

**Describe the solution you'd like** I am planning to develop a plugin for Dynamics Marketing that directly accesses Dataverse data tables, allowing seamless integration and data use across all Dynamics...

I cannot use taskweaver on api hosted by oobabooga/text-generation-webui. However, it work with llama cpp model loader on oobabooga/text-generation-webui which I cannot use it well as AMD rocm 5.7 has...

solution provided

Will solve the event_handler error after sending a message in the Chainlit UI.

**Describe the bug** my current config to access lm studio { "llm.api_base": "http://localhost:1234/v1", "llm.api_key": "0", "llm.model": "local-model", "llm.response_format": null } i get this error Error: Cannot process your request due...