Open Code Review is an open-source, AI-powered CLI tool by Alibaba that combines deterministic engineering with dynamic Agent decision-making. It reads Git diffs, smartly bundles relevant files, and applies fine-grained rules before querying the LLM. It generates structured, line-level reviews and resolves common issues in generic agents such as incomplete coverage, position drift, and unstable feedback quality.
DeerFlow (Deep Exploration and Efficient Research Flow) is an open-source super agent harness developed by ByteDance, designed to orchestrate sub-agents, memory, and sandboxes to perform a wide range of complex tasks. It is powered by an extensible skills system, allowing for custom functionality integration. DeerFlow 2.0 is a ground-up rewrite, offering enhanced agent capabilities and flexible deployment, recommended for use with large language models such as Doubao-Seed-2.0-Code, DeepSeek v3.2, and Kimi 2.5. It also integrates BytePlus's InfoQuest intelligent search and crawling toolset.
agentmemory provides persistent memory for AI coding agents including OpenClaw, Cursor, and Claude Code. Built on the iii engine, it captures agent activities and compresses them into searchable memories using hybrid search and knowledge graphs. It eliminates the need for repeated context setting across sessions. By utilizing local embeddings with zero external database dependencies, it achieves 95.2% retrieval accuracy while reducing token costs by over 92%, enabling agents to 'remember' across different platforms and sessions.