Integrate PocketFlow (TypeScript) to improve multi-agent workflows, addressing the need for dynamic and scalable agent interactions beyond custom implementations for subagent delegation and System Builder.
## Feature Description ### Problem Summary OpenAgents excels in facilitating plan-first, approval-based development workflows, enabling safe AI-assisted coding through multi-agent delegation (e.g., coder-agent, tester, reviewer) and context-aware standards enforcement. However, the current subagent delegation mechanism and System Builder require custom implementations for dynamic, scalable agent interactions, leading to increased boilerplate code and reduced flexibility in handling complex, graph-like workflows. This limits extensibility for advanced use cases such as iterative refactoring across multi-language projects or parallel validation processes. ### Proposed Solution Introduce an optional PocketFlow (TypeScript) 100-line framework into OpenAgents' core to enable graph-based orchestration of subagents. PocketFlow's minimalist design—modeling applications as directed graphs with nodes for LLM calls/tools and edges for control flow—aligns seamlessly with OpenAgents' modular arch