Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
dlk
command
|
|
|
server
command
|
|
|
server/internal/notification/devserver
Package devserver runs a local HTTP preview of the digest HTML templates with browser live-reload.
|
Package devserver runs a local HTTP preview of the digest HTML templates with browser live-reload. |
|
server/notification
Package notification re-exports the GitHub Pages publisher from the internal notification package so that packages outside cmd/server (such as the CLI) can use it without violating Go's internal-package import restrictions.
|
Package notification re-exports the GitHub Pages publisher from the internal notification package so that packages outside cmd/server (such as the CLI) can use it without violating Go's internal-package import restrictions. |
|
pkg
|
|
|
llmgateway
Package llmgateway is the single chokepoint through which every LLM call in the process must pass.
|
Package llmgateway is the single chokepoint through which every LLM call in the process must pass. |
|
llmprovider
Package llmprovider exposes a single Provider interface that every LLM backend in the project must satisfy.
|
Package llmprovider exposes a single Provider interface that every LLM backend in the project must satisfy. |
|
llmutil
Package llmutil holds small helpers shared between LLM-calling code paths.
|
Package llmutil holds small helpers shared between LLM-calling code paths. |
|
openaicompat
Package openaicompat provides a lightweight client for any OpenAI-compatible chat completions API (llama.cpp, vLLM, LM Studio, Ollama /v1, etc.).
|
Package openaicompat provides a lightweight client for any OpenAI-compatible chat completions API (llama.cpp, vLLM, LM Studio, Ollama /v1, etc.). |
|
scoring
Package scoring owns the article importance model: the rubric dimensions an LLM rates, the deterministic aggregation of those dimensions into a 0-100 score, and the tier thresholds used to bucket articles in digests.
|
Package scoring owns the article importance model: the rubric dimensions an LLM rates, the deterministic aggregation of those dimensions into a 0-100 score, and the tier thresholds used to bucket articles in digests. |
|
trace
Package trace is an opt-in, content-level debug tracer.
|
Package trace is an opt-in, content-level debug tracer. |
Click to show internal directories.
Click to hide internal directories.