
# 1. using hub/api/v0/co/ai to interact
# 2. using chat agent.

# x co setup 'compile the perl using ... install ...'

# ... docker

# SERVER -- PRESET prompt
# CLI -- AUTO PROVIDE OS ENV INFO ... AND TOOLS VERSION

___x_cmd_co_setup(){
    local X_help_cmd=; X_help_cmd='___x_cmd help -m co --setup' help:arg-null:parse
    ___x_cmd hub ai convo request \
        --agent Build_exec --style chat --tool all --tool-force "$@"
}
