-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpublish.yaml
80 lines (80 loc) · 2.49 KB
/
publish.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Edition: 3.0.0
Type: Project
Name: AgentCraft-CAP
Version: dev #0.0.9
Provider:
- 阿里云
Description: 基于Serverless架构的开源智能体平台,可以快速构建构AI ChatBot、AI 知识库、AI智能助手等智能体应用,支持Deepseek满血,通义千问等多种模型
HomePage: https://github.com/devsapp/agentcraft
Tags: #标签详情
- AIGC
- LLM
- 智能体
- deepseek
- 通义千问
Category: 人工智能
Organization: 云原生应用开发平台(CAP)
Service:
函数计算:
Authorities:
- AliyunFCFullAccess
Description: 函数调用服务
专有网络:
Authorities:
- AliyunFCServerlessDevsRolePolicy
Description: 专有网络
Effective: Public
Parameters:
type: object
additionalProperties: false
required: # 必填项
- region
- JWT_SECRET #后端服务的认证秘钥
- feFunctionName
- beFunctionName
- dashscopeApiKey
properties:
region:
title: 地域
type: string
default: cn-hangzhou
description: 创建应用所在的地区
enum:
- cn-beijing
- cn-hangzhou
- ap-southeast-1
JWT_SECRET:
title: AgentCraft的JWT认证秘钥
type: string
default: 'ag-${default-suffix}'
pattern: "^[a-zA-Z_][a-zA-Z0-9-_:/.]{0,127}$"
description: AgentCraft访问API时作为JWT认证秘钥,可以随机设置,建议修改为自己的专属秘钥
dashscopeApiKey:
title: 百炼API KEY
type: string
sensitive: true
default: ""
description: 百炼的 API-KEY,获取方式请参考:<a href="https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key" target="blank">如何获取</a>
feFunctionName:
title: 前端工程名
type: string
default: 'agentcraft-frontend-${default-suffix}'
pattern: "^[a-zA-Z_][a-zA-Z0-9-_:/.]{0,127}$"
description: AgentCraft前端工程主要用来对Agent相关的资源进行可视化管理
beFunctionName:
title: 后端工程名
type: string
default: 'agentcraft-backend-${default-suffix}'
pattern: "^[a-zA-Z_][a-zA-Z0-9-_:/.]{0,127}$"
description: AgentCraft后端工程主要提供AgentRuntime和数据模型管理
fcRole:
title: 函数权限
type: string
default: 'AliyunFCDefaultRole'
description: 函数计算的全权限
required: true
x-role:
name: AliyunFCDefaultRole # 角色名
service: FC # 服务账号
authorities:
- AliyunFCFullAccess