-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathconfig.yaml.full
More file actions
129 lines (117 loc) · 3.03 KB
/
config.yaml.full
File metadata and controls
129 lines (117 loc) · 3.03 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
model:
# [required] for running agent
agent:
provider: openai
name: doubao-seed-1-6-250615
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
# [optional] for llm-as-a-judge a evaluation
judge:
name: doubao-seed-1-6-250615
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
# [optional] for knowledgebase
embedding:
name: doubao-embedding-text-240715
dim: 2560
api_base: https://ark.cn-beijing.volces.com/api/v3/embeddings
api_key:
volcengine:
# [optional] for Viking DB and `web_search` tool
access_key:
secret_key:
tool:
# [optional] https://console.volcengine.com/ask-echo/my-agent
vesearch:
endpoint: # `bot_id`
api_key:
# [optional]
web_scraper:
endpoint:
api_key: # `token`
# [optional] https://open.larkoffice.com/app
lark:
endpoint: # `app_id`
api_key: # `app_secret`
token: # `user_token`
# [optional] for Volcengine Lake AI Service https://www.volcengine.com/product/las
las:
url: #mcp sse url
dataset_id: #dataset name
mcp_router:
url: #mcp sse/streamable-http url
code_sandbox:
url: #mcp sse/streamable-http url
api_key: #mcp api key
browser_sandbox:
url: #mcp sse/streamable-http url
api_key: #mcp api key
computer_sandbox:
url: #mcp sse/streamable-http url
api_key: #mcp api key
observability:
# [optional] for exporting tracing data to Volcengine CozeLoop and APMPlus platform
opentelemetry:
apmplus:
endpoint: http://apmplus-cn-beijing.volces.com:4317
api_key:
service_name:
cozeloop:
endpoint: https://api.coze.cn/v1/loop/opentelemetry/v1/traces
api_key:
service_name: # Coze loop `space_id`
tls:
endpoint: https://tls-cn-beijing.volces.com:4318/v1/traces
service_name: # TLS `topic_id`
region: cn-beijing
# [optional] for exporting evaluation data to Volcengine VMP (https://console.volcengine.com/prometheus)
prometheus:
pushgateway_url:
username:
password:
database:
# [optional]
opensearch:
host: # should without `http://` or `https://`
port: 9200 # default OpenSearch port
username:
password:
# [optional]
mysql:
host:
user:
password:
database:
charset: utf8
# [optional]
redis:
host:
port: 6379 # default Redis port
password:
db: 0 # default
# [optional] for knowledgebase (https://console.volcengine.com/vikingdb)
viking:
project: default # user project in Volcengine Viking DB
region: cn-beijing
# [optional] for knowledgebase with viking database
tos:
endpoint: tos-cn-beijing.volces.com # default Volcengine TOS endpoint
region: cn-beijing # default Volcengine TOS region
bucket:
# [optional] for prompt optimization in cli/app
prompt_pilot:
api_key:
logging:
# ERROR
# WARNING
# INFO
# DEBUG
level: DEBUG
# =================
# Project deploy
# =================
veadk:
tracer:
apmplus: true
cozeloop: true
tls: true