1 Repo
Circular buffers used to record agent execution metrics, discarding oldest entries to bound memory growth.
Distinct from Ring Buffers: Distinct from general Ring Buffers: designed specifically for profiling agent execution metrics with automatic eviction of old data.
Explore 1 awesome GitHub repository matching software engineering & architecture · Profiling Buffers. Refine with filters or upvote what's useful.
PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo
Uses bounded ring buffers to record agent execution metrics without unbounded memory growth.