generated from i-am-bee/beeai-framework-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreg_bee_canvas.json
45 lines (45 loc) · 1.26 KB
/
reg_bee_canvas.json
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
{
"location": "http://127.0.0.1:8000",
"id": "bee-canvas",
"manifest": {
"manifestVersion": 1,
"name": "bee-canvas",
"description": "A co-editing agent built using the beeai-framework.",
"framework": "BeeAI",
"license": "Apache 2.0",
"languages": ["TypeScript"],
"githubUrl": "git+https://github.com/michael-desmond/bee-canvas@main",
"avgRunTimeSeconds": 2.1,
"avgRunTokens": 111,
"examples": {
"cli": []
},
"ui": {
"type": "custom",
"userGreeting": "Let's create together!"
},
"fullDescription": "A co-editing agent built using the beeai-framework.\n## ✨ Key Features\n - Generate & update co-editable artifacts (Markdown & Code)\n - Implemented using Bee Workflows 💪",
"env": [
{
"name": "watsonx_key",
"required": false,
"description": "Watsonx API Key"
},
{
"name": "watsonx_project",
"required": false,
"description": "Watsonx Project ID"
},
{
"name": "watsonx_url",
"required": false,
"description": "Watsonx URL e.g. https://us-south.ml.cloud.ibm.com"
},
{
"name": "llm_backend",
"required": false,
"description": "ollama|watsonx"
}
]
}
}