-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodeboltagent.yaml
More file actions
63 lines (63 loc) · 1.76 KB
/
Copy pathcodeboltagent.yaml
File metadata and controls
63 lines (63 loc) · 1.76 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
title: codebolt-devika
unique_id: codebolt_pilot
initial_message: Hi, I am your AI developer friend. What do you want me to do?
description: A basic agent for codebolt
tags:
- devika
- code-generation
longDescription: |
A basic agent designed for the Codebolt platform, offering a range of functionalities to enhance interaction with the platform.
avatarSrc: https://placehold.co/200x200
metadata:
agent_routing:
worksonblankcode: true
worksonexistingcode: true
softwaredevprocessmanaged:
- projectplanning
- codegeneration
- codetesting
supportedlanguages:
- all
- javascript
- typescript
- python
supportedframeworks:
- all
- nextjs
- reactjs
- nodejs
defaultagentllm:
strict: true
modelorder:
- ollama1
llm_role:
- name: documentationllm
description: LLM to be used for Documentation. Please select a model that is good for documentation. Might not be best for coding be for documentation like codellama2. (show model order as suggetion)
strict: true
modelorder:
- gpt-4-turbo
- gpt-3.5-turbo
- mistral7b.perplexity
- mistral7b.any
- llama2-70b
- llama2-15b
- group.documentationmodels
- name: testingllm
strict: true
modelorder:
- gpt-4-turbo
- gpt-3.5-turbo
- mistral7b.perplexity
- mistral7b.any
- llama2-70b
- llama2-15b
- group.documentationmodels
- name: actionllm
actions:
- name: Execute
description: Executes the given task.
detailDescription: more detailed description
actionPrompt: Please run this code
- name: Debug
description: Debugs the code.
actionPrompt: Please debug this code