awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesProfiling Buffers

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.

Awesome Profiling Buffers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mervinpraison/praisonaiAvatar von MervinPraison

    MervinPraison/PraisonAI

    5,592Auf GitHub ansehen↗

    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.

    Pythonagentsaiai-agent-framework
    Auf GitHub ansehen↗5,592
  1. Home
  2. Software Engineering & Architecture
  3. Queue Implementations
  4. Ring Buffers
  5. Profiling Buffers