85742ab165
Deploy Documentation / deploy (push) Has been cancelled
CPU Test / Test (Utilities, legacy, Python 3.10) (push) Has been cancelled
CPU Test / Test (LLM proxy, stable, Python 3.11) (push) Has been cancelled
CPU Test / Test (Others, stable, Python 3.11) (push) Has been cancelled
CPU Test / Test (Store, stable, Python 3.11) (push) Has been cancelled
CPU Test / Test (Utilities, stable, Python 3.11) (push) Has been cancelled
CPU Test / Test (Weave, stable, Python 3.11) (push) Has been cancelled
CPU Test / Test (AgentOps, stable, Python 3.12) (push) Has been cancelled
CPU Test / Test (LLM proxy, stable, Python 3.12) (push) Has been cancelled
CPU Test / Test (Others, stable, Python 3.12) (push) Has been cancelled
CPU Test / Test (Weave, latest, Python 3.13) (push) Has been cancelled
Dashboard / Chromatic (push) Has been cancelled
CPU Test / Lint - fast (push) Has been cancelled
CPU Test / Lint - next (push) Has been cancelled
CPU Test / Lint - slow (push) Has been cancelled
CPU Test / Lint - JavaScript (push) Has been cancelled
CPU Test / Build documentation (push) Has been cancelled
CPU Test / Test (AgentOps, legacy, Python 3.10) (push) Has been cancelled
CPU Test / Test (LLM proxy, legacy, Python 3.10) (push) Has been cancelled
CPU Test / Test (Others, legacy, Python 3.10) (push) Has been cancelled
CPU Test / Test (Store, legacy, Python 3.10) (push) Has been cancelled
CPU Test / Test (Weave, legacy, Python 3.10) (push) Has been cancelled
CPU Test / Test (AgentOps, stable, Python 3.11) (push) Has been cancelled
CPU Test / Test (Store, stable, Python 3.12) (push) Has been cancelled
CPU Test / Test (Utilities, stable, Python 3.12) (push) Has been cancelled
CPU Test / Test (Weave, stable, Python 3.12) (push) Has been cancelled
CPU Test / Test (AgentOps, latest, Python 3.13) (push) Has been cancelled
CPU Test / Test (LLM proxy, latest, Python 3.13) (push) Has been cancelled
CPU Test / Test (Others, latest, Python 3.13) (push) Has been cancelled
CPU Test / Test (Store, latest, Python 3.13) (push) Has been cancelled
CPU Test / Test (Utilities, latest, Python 3.13) (push) Has been cancelled
CPU Test / Test (JavaScript) (push) Has been cancelled
78 lines
1.7 KiB
Markdown
78 lines
1.7 KiB
Markdown
# Internal API References
|
|
|
|
!!! danger
|
|
|
|
The following APIs should be used with extra caution because they are very likely to change in the future.
|
|
|
|
## Algorithms and Adapters
|
|
|
|
::: agentlightning.adapter.messages.OpenAIMessages
|
|
|
|
::: agentlightning.adapter.triplet.TraceTree
|
|
|
|
::: agentlightning.adapter.triplet.Transition
|
|
|
|
::: agentlightning.adapter.triplet.RewardMatchPolicy
|
|
|
|
::: agentlightning.algorithm.decorator.FunctionalAlgorithm
|
|
|
|
## LitAgent
|
|
|
|
::: agentlightning.litagent.decorator.FunctionalLitAgent
|
|
|
|
::: agentlightning.litagent.decorator.llm_rollout
|
|
|
|
::: agentlightning.litagent.decorator.prompt_rollout
|
|
|
|
::: agentlightning.emitter.annotation.OperationContext
|
|
|
|
## LLM Proxy
|
|
|
|
::: agentlightning.llm_proxy.ModelConfig
|
|
|
|
::: agentlightning.llm_proxy.LightningSpanExporter
|
|
|
|
::: agentlightning.llm_proxy.LightningOpenTelemetry
|
|
|
|
::: agentlightning.llm_proxy.AddReturnTokenIds
|
|
|
|
::: agentlightning.llm_proxy.StreamConversionMiddleware
|
|
|
|
::: agentlightning.llm_proxy.MessageInspectionMiddleware
|
|
|
|
::: agentlightning.llm_proxy.RolloutAttemptMiddleware
|
|
|
|
## Store
|
|
|
|
::: agentlightning.store.base.UNSET
|
|
|
|
::: agentlightning.store.utils.rollout_status_from_attempt
|
|
|
|
::: agentlightning.store.utils.scan_unhealthy_rollouts
|
|
|
|
## Tracing and OpenTelemetry
|
|
|
|
::: agentlightning.tracer.otel.LightningSpanProcessor
|
|
|
|
## Deprecated APIs
|
|
|
|
::: agentlightning.emitter.reward.reward
|
|
|
|
::: agentlightning.server.AgentLightningServer
|
|
|
|
::: agentlightning.server.ServerDataStore
|
|
|
|
::: agentlightning.client.AgentLightningClient
|
|
|
|
::: agentlightning.client.DevTaskLoader
|
|
|
|
::: agentlightning.Task
|
|
|
|
::: agentlightning.TaskInput
|
|
|
|
::: agentlightning.TaskIfAny
|
|
|
|
::: agentlightning.RolloutRawResultLegacy
|
|
|
|
::: agentlightning.RolloutLegacy
|