Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 694 Bytes

File metadata and controls

38 lines (20 loc) · 694 Bytes

Algorithm-side References

!!! note

This reference covers APIs that are designed to be used at "Algorithm Side".
For built-in algorithms, see [Algorithm Zoo](../algorithm-zoo/index.md).

Base Class and Decorators

::: agentlightning.Algorithm

::: agentlightning.algo

Fast Algorithms (for Debugging)

::: agentlightning.FastAlgorithm

::: agentlightning.Baseline

Adapter

::: agentlightning.Adapter

::: agentlightning.TraceAdapter

::: agentlightning.OtelTraceAdapter

::: agentlightning.TraceToTripletBase

::: agentlightning.TracerTraceToTriplet

::: agentlightning.LlmProxyTraceToTriplet

::: agentlightning.TraceToMessages

LLM Proxy

::: agentlightning.LLMProxy