PocketManus
Basic Information
PocketManus extends the Open Manus project by integrating the PocketFlow workflow framework to orchestrate complex multi-agent workflows. It provides adapters and an orchestrator so Open Manus agents and tools can run as PocketFlow nodes and vice versa. The repository includes configuration templates for LLMs and vision models, example workflows and scripts to run multi-agent, planning-parallel, and RAG workflows, and instructions to install dependencies including the pocketflow_framework package. It is intended for developers who need a structured way to compose, run, and experiment with agent-based workflows using node-based flows and LLM configurations.
Links
Stars
260
Language
Github Repository
App Details
Features
PocketFlow integration that enables lightweight workflow orchestration for Open Manus agents. Bidirectional adapters that let Open Manus tools act as PocketFlow nodes and PocketFlow nodes interact with Open Manus components. An Orchestrator that registers agents, creates and runs named workflows, and exposes a unified API. A Flow Factory supporting agent, planning, and hybrid patterns. Support for sequential, parallel, and conditional flow structures. Example scripts for multi-agent, planning_parallel, and RAG workflows. Configuration templates for global LLM and vision settings and pocketflow logging.
Use Cases
The repository helps developers compose and run multi-agent pipelines by providing glue between Open Manus agents and the PocketFlow orchestration model. It reduces integration work through adapters and a central orchestrator so agents can be registered, assembled into workflows, and executed with inputs. Built-in example workflows and scripts demonstrate common patterns such as planning with parallel execution and retrieval-augmented generation. Config files centralize LLM, vision, and PocketFlow settings so teams can reproduce experiments and swap models. Overall it accelerates prototyping and deployment of structured agent workflows without having to implement custom orchestration from scratch.