
Manus
Manus is the action engine that goes beyond answers to execute tasks, automate workflows, and extend your human reach

TaskWeaver is Microsoft’s open-source code-first agent framework for data analytics tasks. It translates user requests into Python code, coordinates plugins as functions, preserves chat and code execution history, supports stateful execution, containers, observability, shared memory, experiences, and vision input for the Planner role.
108
Views
0
Likes
Mar 2026
Added
github.com
Website
A quick visual look at TaskWeaver before you visit the official site.

Editorial Review
TaskWeaver is an open-source framework from Microsoft for building code-first AI agents, especially for data analytics and complex task automation. Instead of only passing text between an LLM and tools, TaskWeaver plans through code snippets and coordinates plugins as Python functions.
The key distinction is state. TaskWeaver preserves both chat history and code execution history, including in-memory data such as DataFrames. That makes it more practical for analytical work where intermediate variables, generated charts, fetched datasets, and plugin outputs need to remain available across steps.


Choose TaskWeaver when the task is closer to analytical programming than generic chat automation. It is strongest when you need Python, DataFrames, stateful execution, custom plugins, and transparent logs. It is less suitable if you only need a no-code workflow builder or a fully hosted production agent product.
Visit the official website to get started
Have an AI tool to share?
Get your product in front of people actively exploring AI tools.
Submit Your Tool
Manus is the action engine that goes beyond answers to execute tasks, automate workflows, and extend your human reach
An open-source AI agent that brings the power of Gemini directly into your terminal.

Agent-Oriented Programming for Building LLM Applications, Open-sourced by Alibaba

Auto-GPT is an open-source autonomous-agent project and platform from Significant Gravitas for building, running, and managing AI assistants and workflows.