docs

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2026 License: MIT Imports: 1 Imported by: 0

README

Docs Index

  • sqlite driver migration notes: sqlite-driver-migration.md
swag init -g .  -o ./docs --parseDependency --parseInternal

kubectl get node -L kubernetes.io/hostname

{
    "constraints": [
        {
            "type": "node",
            "key": "hostname",
            "operator": "In",
            "values": [
                "ld0davo3ht3wb6w"
            ]
        }
    ]
}
      location /c/analysis/ {
        proxy_pass http://192.168.3.61:8084/;
        proxy_http_version 1.1;

        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";

        proxy_set_header Host $http_host;
        proxy_set_header X-Forwarded-Host $http_host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_set_header X-Forwarded-Port $server_port;
        proxy_set_header X-Forwarded-Prefix /c/analysis;

        proxy_redirect off;
        proxy_buffering off;
        proxy_cache off;
        add_header Cache-Control no-cache;
    }
2026-06-05T14:30:38Z ERR Provider error, retrying in 983.06358ms error="Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.40, please upgrade your client to a newer version" providerName=docker
^C2026-06-05T14:30:39Z ERR Cannot retrieve data error="context canceled" providerName=docker

vim /etc/docker/daemon.json

{
  "min-api-version": "1.24"
}

docker run --rm
-p 8089:80
-p 8087:8080
-v /home/admin/workspace/go-project/gobrave/traefik/dynamic:/home/admin/workspace/go-project/gobrave/traefik/dynamic
-v /var/run/docker.sock:/var/run/docker.sock:ro
registry.cn-hangzhou.aliyuncs.com/wybioinfo/traefik:v3.5
--api.insecure=true
--providers.rest=true
--providers.docker=true
--log.level=DEBUG
--entrypoints.web.address=:80
--providers.file.directory=/home/admin/workspace/go-project/gobrave/traefik/dynamic
--providers.file.watch=true

docker run --rm \

-p 8089:80
-p 8087:8080
-v /home/admin/workspace/go-project/gobrave/traefik/dynamic:/etc/traefik/dynamic
-v /var/run/docker.sock:/var/run/docker.sock:ro
registry.cn-hangzhou.aliyuncs.com/wybioinfo/traefik:v3.5
--api.dashboard=true
--api.insecure=true
--log.level=DEBUG
--entrypoints.web.address=:80
--entrypoints.dashboard.address=:8080
--providers.docker=true
--providers.docker.exposedbydefault=false
--providers.file.directory=/etc/traefik/dynamic
--providers.file.watch=true

我可以继续把 DockerExecutor 对接你现有 ContainerManager/AppSession 启动逻辑,做到真实容器执行节点。 我可以补 DAG 运行状态查询与停止接口(running registry + stop API + recent records)。 我可以补一组 DAG 调度单元测试(ready 计算、输出传播、失败分支、终止条件)。

UPDATE go_container_app_session t
JOIN t_project p
  ON t.project_id_ = p.project_id
SET t.project_id = p.id


UPDATE nextflow t
JOIN t_project p
  ON t.project = p.project_id
SET t.project_id = p.id;

UPDATE analysis_nodes t
JOIN t_project p
  ON t.project_id_ = p.project_id
SET t.project_id = p.id


UPDATE analysis_nodes t
JOIN pipeline_components p
  ON t.script_id_ = p.component_id
SET t.script_id = p.id


UPDATE analysis_nodes t
JOIN nextflow p
  ON t.analysis_id_ = p.analysis_id
SET t.analysis_id = p.id


UPDATE analysis_edges t
JOIN nextflow p
  ON t.analysis_id_ = p.analysis_id
SET t.analysis_id = p.id
docker run --rm -it  -v /data2/brave_analys
is_workspace:/data2/brave_analysis_workspace -w /data2/brave_analysis_workspace/data/7b3b510e-cf76-40bc-b3c9-cf2d3a81af34/analysis_node/2079851110381654016 registry.cn-
hangzhou.aliyuncs.com/wybioinfo/maaslin2:1.22 bash


quarto render \
"/data2/brave_analysis_workspace/data/7b3b510e-cf76-40bc-b3c9-cf2d3a81af34/pipeline/script/00b458e0-1210-4138-8c48-77379a468ecf/main.qmd" \
--execute-dir  /data2/brave_analysis_workspace/data/7b3b510e-cf76-40bc-b3c9-cf2d3a81af34/analysis_node/2079851110381654016
--to md  --no-cache \
--output-dir "/data2/brave_analysis_workspace/data/7b3b510e-cf76-40bc-b3c9-cf2d3a81af34/analysis_node/2079851110381654016/output"

Documentation

Overview

Package docs Code generated by swaggo/swag. DO NOT EDIT

Index

Constants

This section is empty.

Variables

View Source
var SwaggerInfo = &swag.Spec{
	Version:          "1.0",
	Host:             "",
	BasePath:         "/api/v1",
	Schemes:          []string{},
	Title:            "AiAgentGo API",
	Description:      "AiAgentGo 是一个基于 Go 语言构建的 AI Agent 框架,旨在提供高性能、可扩展的解决方案,帮助开发者快速构建智能代理应用。",
	InfoInstanceName: "swagger",
	SwaggerTemplate:  docTemplate,
	LeftDelim:        "{{",
	RightDelim:       "}}",
}

SwaggerInfo holds exported Swagger Info so clients can modify it

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL