touhoubot_api
    touhoubot_api
    • 游戏配置
      • 游戏列表
        GET
      • 设置游戏配置
        PUT
      • 游戏配置选项
        GET
      • 获取当前配置
        GET
    • 检测器配置
      • 获取检测器列表
        GET
      • 获取检测器参数
        GET
      • 设置检测器参数
        PUT
    • 调试工具
      • 获取工具列表
        GET
      • 获取工具参数
        GET
      • 设置工具参数
        PUT
      • 执行工具
        POST
      • 中止工具
        POST
      • 工具状态
        GET
      • 运行工具列表
        GET
    • 智能体
      • AI任务状态
        GET
      • 开始训练会话
        POST
      • 开始推理会话
        POST
      • 停止任务
        POST
      • 保存模型
        POST
      • 可用模型列表
        GET
      • AI配置
        GET
      • 环境配置
        PUT
      • 智能体配置
        PUT
    • 数据模型
      • module
      • i18nText

    module

    {
        "title": [
            {
                "locale": "string",
                "text": "string"
            }
        ],
        "name": "string",
        "description": [
            {
                "locale": "string",
                "text": "string"
            }
        ],
        "params": [
            {
                "title": [
                    {
                        "locale": "string",
                        "text": "string"
                    }
                ],
                "name": "string",
                "description": [
                    {
                        "locale": "string",
                        "text": "string"
                    }
                ],
                "type": "string",
                "value": "string"
            }
        ]
    }
    Built with