

# goal:
# 1. generate multiple search queries
# 2. search the top 3 quries, then combine the result
# 3. we can using rerank to get the top 10 results

# ddgo coco should be a special agent

# ddgo result refine ...
# 1. if there is no results found, refine the result, then search again

___x_cmd_ddgo_coco(){

    local LOCALSHELL=
    local OS=

    local x_=""
    ___x_cmd os name_

    LOCALSHELL="$___X_CMD_SHELL" OS="$x_" \
        ___x_cmd chat --send --type coco,shell --without-repl --history 0 \
            --minion "$___X_CMD_ROOT_MOD/ddgo/lib/minion/ddgo.minion.yml" \
            "$@"

}

