Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
replay
command
Command replay analyzes coding-agent sessions for prompt-cache behavior.
|
Command replay analyzes coding-agent sessions for prompt-cache behavior. |
|
internal
|
|
|
advisor
Package advisor turns the largest token sources across a developer's sessions into concrete suggestions with a predicted saving, and tracks each suggestion from pending to applied to verified against later sessions (PRD AD-1 to AD-3).
|
Package advisor turns the largest token sources across a developer's sessions into concrete suggestions with a predicted saving, and tracks each suggestion from pending to applied to verified against later sessions (PRD AD-1 to AD-3). |
|
analysis
Package analysis turns parsed requests into calibrated findings: whether the provider's cache behavior is reproduced, where it broke and why, which content costs the most, and what alternative layouts would have cost.
|
Package analysis turns parsed requests into calibrated findings: whether the provider's cache behavior is reproduced, where it broke and why, which content costs the most, and what alternative layouts would have cost. |
|
cachemodel
Package cachemodel encodes the provider's prompt-caching rules and list prices as named, versioned values and the invariants the analysis relies on.
|
Package cachemodel encodes the provider's prompt-caching rules and list prices as named, versioned values and the invariants the analysis relies on. |
|
consent
Package consent records decisions the user has to make out loud.
|
Package consent records decisions the user has to make out loud. |
|
learn
Package learn re-scores the policy catalog over recorded sessions and selects a policy the proxy may apply, with the statistics that keep a small personal corpus from electing a lucky candidate.
|
Package learn re-scores the policy catalog over recorded sessions and selects a policy the proxy may apply, with the statistics that keep a small personal corpus from electing a lucky candidate. |
|
ledger
Package ledger stores what the proxy observed about each request as derived data: block kinds, sizes, labels, timings, and provider usage.
|
Package ledger stores what the proxy observed about each request as derived data: block kinds, sizes, labels, timings, and provider usage. |
|
masking
Package masking replaces secrets in outbound request bodies with placeholders derived by HMAC, keeps the mapping in an encrypted vault, and reports what it masked.
|
Package masking replaces secrets in outbound request bodies with placeholders derived by HMAC, keeps the mapping in an encrypted vault, and reports what it masked. |
|
observation
Package observation builds the file a contributor may choose to submit.
|
Package observation builds the file a contributor may choose to submit. |
|
otlp
Package otlp writes Replay's findings as OpenTelemetry spans, to a file.
|
Package otlp writes Replay's findings as OpenTelemetry spans, to a file. |
|
policy
Package policy holds the request-parameter policies the proxy can apply live.
|
Package policy holds the request-parameter policies the proxy can apply live. |
|
probe
Package probe finds a model's minimum cacheable prefix on purpose.
|
Package probe finds a model's minimum cacheable prefix on purpose. |
|
proxy
Package proxy is the local gateway: it forwards requests to the provider byte for byte, taps responses for usage and structure without delaying them, and records derived data in the ledger.
|
Package proxy is the local gateway: it forwards requests to the provider byte for byte, taps responses for usage and structure without delaying them, and records derived data in the ledger. |
|
quota
Package quota measures what a request spent against a rate limit.
|
Package quota measures what a request spent against a rate limit. |
|
transcript
Package transcript reads coding-agent session transcripts and reconstructs the sequence of provider requests they represent.
|
Package transcript reads coding-agent session transcripts and reconstructs the sequence of provider requests they represent. |
|
usage
Package usage holds the engine's own shape for what a request cost, and the adapters that map a provider's reporting into it.
|
Package usage holds the engine's own shape for what a request cost, and the adapters that map a provider's reporting into it. |
|
version
Package version exposes build metadata injected at link time.
|
Package version exposes build metadata injected at link time. |
Click to show internal directories.
Click to hide internal directories.