Use Case
Users are utilizing our Gbox platform (Android or browser), but their command generation relies on the raw output from OpenAI or Anthropic's computer-use models. They are requesting a helper function to handle the conversion to Gbox’s parameter format, so they don’t have to manage the format differences themselves — reducing the barrier to usage.
Concern
As we continue to support more computer-use models, and as existing models evolve, the helper function will require ongoing updates and maintenance.
Reference:
https://github.com/babelcloud/gru-agent/blob/main/src/core/commands/impl/utils/parser.ts
Use Case
Users are utilizing our Gbox platform (Android or browser), but their command generation relies on the raw output from OpenAI or Anthropic's computer-use models. They are requesting a helper function to handle the conversion to Gbox’s parameter format, so they don’t have to manage the format differences themselves — reducing the barrier to usage.
Concern
As we continue to support more computer-use models, and as existing models evolve, the helper function will require ongoing updates and maintenance.
Reference:
https://github.com/babelcloud/gru-agent/blob/main/src/core/commands/impl/utils/parser.ts