awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ruvnet/rufloAvatar de ruvnet

    ruvnet/ruflo

    61,524Voir sur 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
    Voir sur GitHub↗61,524
  • openpipe/artAvatar de OpenPipe

    OpenPipe/ART

    8,630Voir sur 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
    Voir sur GitHub↗8,630
  • klavis-ai/klavisAvatar de Klavis-AI

    Klavis-AI/klavis

    5,640Voir sur 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
    Voir sur GitHub↗5,640
  • openmanus/openmanus-rlAvatar de OpenManus

    OpenManus/OpenManus-RL

    3,916Voir sur 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
    Voir sur GitHub↗3,916
  1. Home
  2. Artificial Intelligence & ML
  3. Trajectory-Based Agent Optimization

Explorer les sous-tags

  • 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.