Agent Lightning v0.2.0
Agent-Lightning v0.2.0 introduces major framework improvements, new execution strategies, expanded documentation, and enhanced reliability across the agent training and deployment workflow. This release includes 78 pull requests since v0.1.2.
Core Enhancements
- Lightning Store: Added unified interface and implementation for Agent-lightning's core storage.
- Emitter: Emitting any objects as spans to the store.
- Adapter and Tracer: Adapting to OpenAI-like messages, and OpenTelemetry dummy tracer.
- LLM Proxy: Added LLM Proxy as the first-class citizen in Agent-lightning.
- Agent Runner: New version providing a more modular and robust runner design.
- Embedded Algorithms: Algorithms are now embedded directly into trainers for simplicity.
- New Execution Strategies: Introduced Client-Server and Shared Memory execution models.
- Trainer Updates: Integrated v0.2 interfaces and FastAlgorithm validation.