awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSequential Evaluation Engines

Mechanisms for running serial evaluation samples on persistent agent instances.

Distinct from Sequential Execution Engines: Distinct from general sequential execution: focuses on maintaining persistent agent state across multiple evaluation samples.

Explore 2 awesome GitHub repositories matching development tools & productivity · Sequential Evaluation Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Sequential Execution Engines
  4. Sequential Evaluation Engines

Awesome Sequential Evaluation Engines GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • letta-ai/lettaletta-ai 的头像

    letta-ai/letta

    21,168在 GitHub 上查看↗

    Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com

    Uses a single persistent agent instance across multiple samples to test memory accumulation and multi-turn conversation consistency.

    Pythonaiai-agentsllm
    在 GitHub 上查看↗21,168
  • evcxr/evcxrevcxr 的头像

    evcxr/evcxr

    6,436在 GitHub 上查看↗

    EvalXR is an interactive Rust compiler that compiles code into dynamically loaded libraries for iterative evaluation without restarting the process. It serves as a Rust Jupyter kernel, a notebook runtime, and a REPL environment, all with state retention across evaluations. The project provides a stateful Rust evaluation engine that runs code snippets in isolated sandboxes while keeping functions and variables alive between executions. It supports cell-based execution, compiling Rust code into a shared library and loading it into the same process to preserve state, with an error-aware compilat

    Evaluates Rust code snippets interactively while preserving state across evaluations for REPL and notebook environments.

    Rust
    在 GitHub 上查看↗6,436

探索子标签

  • Stateful Rust EvaluatorsEvaluates Rust code snippets interactively, preserving state across evaluations for REPL and notebook environments. **Distinct from Sequential Evaluation Engines:** Distinct from Sequential Evaluation Engines: focuses on Rust-specific stateful evaluation, not general sequential evaluation on persistent agent instances.