docs: job modes in localization.md, implementation status in llm-translation.md, new scripts in AGENTS.md

This commit is contained in:
2026-09-20 23:25:29 +00:00
parent 277a75ae23
commit bc1e8a8357
3 changed files with 78 additions and 13 deletions
+9
View File
@@ -1,5 +1,14 @@
# Whole-article and scoped LLM translation
**Status: implemented** (protocol modes and validation in
`pagerite/translate.py`, reference client `scripts/llm_translator.py`,
human-translation import `scripts/import_translation.py`; wire-level docs
in docs/localization.md). One deviation from the text below: ollama's
OpenAI-compatible `/v1/chat/completions` silently ignores `think: false`
(verified on 0.34.2), so the client's `api` config selects ollama's native
`/api/chat` for ollama backends; the OpenAI shape serves llama.cpp and
hosted APIs.
Design for augmenting the fragment-based machine translation
(docs/localization.md) with general-purpose instruct LLMs that understand
Markdown natively — as opposed to pure text-to-text models like Seed-X.