Fix markup translations in strings
markup-repair-sonnetworkflowsetup L2★0
egor-muindor/gtnh-ai-translator ↗What it does
Fix markup tokens in strings
Best for
Preserving localization quality while fixing structural markup mismatches token-by-token.
Inputs
- · Russian strings with markup mismatches
Outputs
- · corrected strings with matching markup
Requires
- · Workflow agent runtime
- · JSON schema validation
Preconditions
- · Requires workflow args with specified fields
- · Workflow runtime with phase() support
- · Input validates against schema
Failure modes
- · Timeout in parallel agent execution
- · Agent returns invalid schema
- · Missing required input fields
- · Downstream agent/tool failure
- · Network/API unavailability
Trust signals
- · JSON schemas define phase outputs
- · Required fields enforced
- · Structured phase-driven flow