Tagged articles
4 articles
Page 1 of 1
DataFunSummit
DataFunSummit
Mar 22, 2026 · Artificial Intelligence

How OxyGent Enables Enterprise‑Scale Multi‑Agent Collaboration

This article introduces OxyGent, an open‑source Python framework released in July 2025 that provides atomic orchestration, infinite extensibility, and multi‑modal tool integration for building high‑performance, enterprise‑grade multi‑agent systems, covering its architecture, quick‑start workflow, prompt management, memory bank, and future roadmap.

AI FrameworkAgent orchestrationPrompt Management
0 likes · 22 min read
How OxyGent Enables Enterprise‑Scale Multi‑Agent Collaboration
FunTester
FunTester
Sep 4, 2025 · Artificial Intelligence

How Cline’s Multi‑Layer Context Management Powers AI‑Driven Coding

This article examines Cline, an AI programming assistant, detailing its three‑layer context management strategy, Focus Chain task tracking system, and the implementation of context window monitoring, state management, and a persistent memory bank, all illustrated with real code examples.

AI programmingReactcode summarisation
0 likes · 11 min read
How Cline’s Multi‑Layer Context Management Powers AI‑Driven Coding
Sohu Tech Products
Sohu Tech Products
Apr 2, 2025 · Artificial Intelligence

Solving Context Window Limitations in AI Coding Agents with Memory Bank

The article proposes a two‑step approach—constraining each coding‑agent task to fit within the LLM’s context window and using a “Memory Bank” of structured project files to persist and share essential information across rounds—illustrated with Cline’s plan and execution modes to prevent information loss and repetitive bugs in large‑scale AI‑driven development.

AI coding agentClineLLM Context Window
0 likes · 9 min read
Solving Context Window Limitations in AI Coding Agents with Memory Bank
Code DAO
Code DAO
Dec 22, 2021 · Artificial Intelligence

How Context R-CNN Leverages Temporal Context to Detect Occluded Objects

The article reviews the Context R-CNN paper, which introduces short‑term and long‑term memory banks and an attention mechanism to incorporate temporal context from multiple frames captured by a fixed camera, enabling robust detection of partially occluded, low‑light, distant, or background‑cluttered objects, and shows quantitative gains over standard Faster R‑CNN.

Attention MechanismContext R-CNNFaster R-CNN
0 likes · 6 min read
How Context R-CNN Leverages Temporal Context to Detect Occluded Objects