generated from i-am-bee/beeai-framework-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagent.yaml
34 lines (31 loc) · 922 Bytes
/
agent.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
manifestVersion: 1
name: bee-canvas
description: A co-editing agent built using the beeai-framework.
framework: BeeAI
license: Apache 2.0
languages:
- TypeScript
githubUrl: https://github.com/michael-desmond/bee-canvas
avgRunTimeSeconds: 3
avgRunTokens: 89
examples:
cli:
- command: Write a topological sort function in python
ui:
type: custom
userGreeting: Lets create together!
fullDescription: |
A co-editing agent built using the beeai-framework.
## ✨ Key Features
- Generate & update co-editable artifacts (Markdown & Code)
- Implemented using Bee Workflows 💪
env:
- name: LLM_MODEL
required: false
description: "Model to use from the specified OpenAI-compatible API."
- name: LLM_API_BASE
required: false
description: "Base URL for OpenAI-compatible API endpoint"
- name: LLM_API_KEY
required: false
description: "API key for OpenAI-compatible API endpoint"