agent
01Agent
The foundation class for all agents in AgentFly.
122 6d ago A 0 tokens
original Apache-2.0
4 tagged system, 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…