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

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

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

4 个仓库

Awesome GitHub RepositoriesTrajectory-Based Agent Optimization

Refining model behavior by capturing and scoring sequences of tool calls and system messages.

Distinct from Agent Optimization: Distinct from Agent Optimization: specifically uses trajectory capture and scoring as the mechanism for refinement.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Trajectory-Based Agent Optimization. Refine with filters or upvote what's useful.

Awesome Trajectory-Based Agent Optimization GitHub Repositories

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

    ruvnet/ruflo

    61,524在 GitHub 上查看↗

    Ruflo is an AI agent orchestration platform and workflow automation tool designed to decompose high-level goals into executable action plans. It functions as a manager for multi-agent swarms, organizing autonomous entities into collaborative topologies that utilize shared consensus to complete complex tasks. The framework distinguishes itself through a retrieval-augmented generation layer and knowledge graphs for reasoning over linked data. It incorporates a trajectory-based learning loop that analyzes previous execution paths to refine cognitive patterns and improve future reasoning accuracy

    Refines agent behavior by capturing and scoring execution trajectories to improve cognitive reasoning patterns.

    TypeScript
    在 GitHub 上查看↗61,524
  • openpipe/artOpenPipe 的头像

    OpenPipe/ART

    8,630在 GitHub 上查看↗

    ART is a platform for agentic training, providing a reinforcement learning framework, training environment, and compute orchestrator. It enables the improvement of multi-step agent reasoning and tool usage through group relative policy optimization and a judge-based reward modeling system. The project features tools for model distillation to transfer capabilities from large teacher models to smaller architectures, as well as a system for capturing execution trajectories to generate synthetic training data. It supports specialized training workflows including supervised fine-tuning for baselin

    Refines model behavior by capturing and scoring sequences of tool calls and system messages.

    Pythonagentagentic-aigrpo
    在 GitHub 上查看↗8,630
  • klavis-ai/klavisKlavis-AI 的头像

    Klavis-AI/klavis

    5,640在 GitHub 上查看↗

    Klavis is a platform for managing Model Context Protocol (MCP) servers and providing sandboxed environments where AI agents can safely interact with external tools and services. It functions as an integration framework that orchestrates MCP server instances, exposes tools and resources for AI agents, and isolates agent interactions from production data through horizontally scalable sandbox environments. The platform distinguishes itself through its ability to generate long-horizon agentic tasks that simulate realistic tool-use workflows with live SaaS applications and production MCP servers.

    Captures and structures step-by-step agent interactions to reduce token consumption and optimize context windows.

    Pythonagentsaiai-agents
    在 GitHub 上查看↗5,640
  • openmanus/openmanus-rlOpenManus 的头像

    OpenManus/OpenManus-RL

    3,916在 GitHub 上查看↗

    OpenManus-RL is a reinforcement learning framework and distributed training pipeline designed to train large language models as agents. It serves as an agentic reasoning optimizer and reward model trainer, providing the infrastructure to improve model decision-making through reward-based policy optimization. The project distinguishes itself through a distributed architecture that supports parameter sharding across multiple compute nodes and a coordinated rollout system for collecting interaction trajectories. It incorporates advanced reasoning strategies, such as Tree-of-Thoughts and Monte Ca

    Generates interaction datasets and reasoning paths from environments for model reinforcement learning.

    Python
    在 GitHub 上查看↗3,916
  1. Home
  2. Artificial Intelligence & ML
  3. Trajectory-Based Agent Optimization

探索子标签

  • Interaction Trajectory GenerationCollecting sequences of agent-environment interactions to build datasets for model fine-tuning. **Distinct from Trajectory-Based Agent Optimization:** Focuses on the generation of interaction data for LLM agents, distinct from geometric robotic trajectory generation.