Skip to content

agk-templates/translate-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translate Workflow (AGK Template)

Config-driven translation workflow using AgenticGoKit.

What it does

  1. Detects source language and domain
  2. Translates to a target language
  3. QA pass for accuracy and style

How it works

  • Workflow is defined in workflow.toml.
  • Prompts live in prompts/ and are injected into the workflow config at runtime.

Environment variables

  • TARGET_LANGUAGE (default: en)
  • STYLE (default: formal)
  • GLOSSARY_PATH (optional path to glossary file)
  • INPUT_TEXT (optional input; default is a short sample)

Run

go run .

Notes

  • You can switch LLM provider/model by editing workflow.toml.
  • Prompt placeholders TARGET_LANGUAGE and STYLE are replaced at runtime.

About

translation workflow in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors