Skip to content

Instantly share code, notes, and snippets.

View VJlaxmi's full-sized avatar
🎯
Focusing

Vijaylaxmi Lendale VJlaxmi

🎯
Focusing
View GitHub Profile
from agentlightning import Algorithm, LightningStore, Dataset 
from agentlightning.types import Rollout, Span, ResourcesUpdate 
 
class MyCustomAlgorithm(Algorithm): 
 """Custom algorithm that learns from agent traces.""" 
 
 async def fit( 
 self, 
 train_dataset: Dataset, 
 val_dataset: Dataset,