Config-driven translation workflow using AgenticGoKit.
- Detects source language and domain
- Translates to a target language
- QA pass for accuracy and style
- Workflow is defined in
workflow.toml. - Prompts live in
prompts/and are injected into the workflow config at runtime.
- TARGET_LANGUAGE (default: en)
- STYLE (default: formal)
- GLOSSARY_PATH (optional path to glossary file)
- INPUT_TEXT (optional input; default is a short sample)
go run .- You can switch LLM provider/model by editing
workflow.toml. - Prompt placeholders TARGET_LANGUAGE and STYLE are replaced at runtime.