1 Commits

  • feat(translator): add built-in translator registry and helpers
    - Introduced `builtin` package exposing a default registry and pipeline for built-in translators.
    - Added format constants for common schemas (e.g., OpenAI, Gemini, Codex).
    - Implemented helper functions for schema translation using format name strings.
    - Provided example usage for integration with translator helpers.