-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeboltagent.yaml
More file actions
93 lines (93 loc) · 3 KB
/
Copy pathcodeboltagent.yaml
File metadata and controls
93 lines (93 loc) · 3 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
title: codebolt aider
unique_id: codeboltaider
initial_message: Hi, I am codebolt Aider. Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing git repo. What do you want me to do?
description: Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing git repo.
tags:
- aider
- code-generation
- code-update
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
avatarFallback: CE
metadata:
agent_routing:
worksonblankcode: true
worksonexistingcode: true
supportedlanguages:
- all
supportedframeworks:
- all
defaultagentllm:
strict: true
modelorder:
- ollama2
sdlc_steps_managed:
- name: deployment
example_instructions:
- create node js application
- create react application
- Generate a new React component
- set up a new Express server
- integrate SQLite database
- implement RESTful API endpoints
- configure Webpack for a project
- set up Babel for ES6+ support
- create a Redux store
- implement authentication with JWT
- set up unit testing with Jest
- configure ESLint for code quality
- set up continuous integration with GitHub Actions
- deploy application to Heroku
- create Dockerfile for containerization
- set up GraphQL server
- implement server-side rendering with Next.js
- configure environment variables
- set up logging with Winston
- create a custom middleware for Express
- implement file uploads with Multer
llm_role:
- name: documentationllm
description: >-
LLM to be used for advanced Documentation. Please select a model that
excels in documentation tasks.
strict: true
modelorder:
- gpt-4-turbo
- gpt-3.5-turbo
- mistral7b.perplexity
- mistral7b.any
- llama2-70b
- llama2-15b
- group.documentationmodels
- name: testingllm
description: >-
LLM to be used for advanced Testing. Please select a model that excels
in testing tasks.
strict: true
modelorder:
- gpt-4-turbo
- gpt-3.5-turbo
- mistral7b.perplexity
- mistral7b.any
- llama2-70b
- llama2-15b
- group.testingmodels
- name: actionllm
description: LLM to be used for executing advanced actions.
strict: true
modelorder:
- gpt-4-turbo
- gpt-3.5-turbo
- mistral7b.perplexity
- mistral7b.any
- llama2-70b
- llama2-15b
- group.actionmodels
actions:
- name: Execute
description: Executes the given task.
detailDescription: more detailed description
actionPrompt: Please run this code
author: codebolt