agent
01Agent
The foundation class for all agents in AgentFly.
9 tagged reinforcement learning, measured the same way as everything else here.
Agent
The foundation class for all agents in AgentFly.
Agent
AgentFly provides a comprehensive agent system with a base class and specialized implementations for different use cases. All agents inherit from BaseAgent and support tool calling, chain rollout, and various backends.
Agent
AgentFly supports multiple LLM backends for text generation, each with their own configuration options. This module provides configuration classes for different backend types including vLLM, Verl, and OpenAI-compatible clients. Among them, Verl backend is designed for internal training usage. The Verl backend is the…
Agent
Cross-demo design patterns extracted from the OmniSim agent builds (huskymaze, missioncaptain, warehouseforeman, warehousepatrol). These are the choices that paid off — each one earned its place by being the lesson learned from a specific failure mode documented in that demo's docs/RESULTS.md.
Agent
Working list of OmniLink agents + demos worth shipping after the huskymaze + missioncaptain pair. Ordered roughly by cool-to-effort ratio. Pick the next one off the top, build it end-to-end, ship it, then come back to this list.
Agent
Fix validation errors in generated task configurations and evaluator functions.
Agent
Judge whether a generated verifiable task can be checked correctly by its evaluator. This agent is semantic: rule validators handle schema, imports, and basic signatures; the judge decides whether the evaluator actually measures the instruction.
Agent
Validate and merge generated task files and custom functions into the official directories.