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

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

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

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ruvnet/rufloAvatar von ruvnet

    ruvnet/ruflo

    61,524Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗61,524
  • openpipe/artAvatar von OpenPipe

    OpenPipe/ART

    8,630Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,630
  • klavis-ai/klavisAvatar von Klavis-AI

    Klavis-AI/klavis

    5,640Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,640
  • openmanus/openmanus-rlAvatar von OpenManus

    OpenManus/OpenManus-RL

    3,916Auf GitHub ansehen↗

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

Unter-Tags erkunden

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