@agent-smith/core 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/agents/agent-smith-code.yml +1 -1
- package/dist/features/agents/agent-smith-colab.yml +1 -1
- package/dist/features/agents/agent-smith-doc-colab.yml +1 -1
- package/dist/features/agents/agent-smith-doc.yml +1 -1
- package/dist/features/agents/agent-smith-help.yml +1 -1
- package/dist/features/agents/agent-smith-light.yml +8 -4
- package/dist/features/agents/agent-smith-search.yml +1 -1
- package/dist/features/agents/agent-smith-sql.yml +1 -1
- package/dist/features/agents/agent-smith.yml +3 -1
- package/dist/features/agents/collaborator.yml +1 -1
- package/dist/features/agents/infer.yml +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
description: A basic agent
|
|
2
|
-
category:
|
|
1
|
+
description: A basic agent
|
|
2
|
+
category: "agent-smith"
|
|
3
3
|
prompt: |-
|
|
4
4
|
{prompt}
|
|
5
5
|
model: qwen4b
|
|
6
|
-
backend: llamaccp
|
|
7
6
|
inferParams:
|
|
8
7
|
min_p: 0
|
|
9
8
|
top_k: 20
|
|
@@ -12,4 +11,9 @@ inferParams:
|
|
|
12
11
|
repetition_penalty: 1
|
|
13
12
|
chat_template_kwargs:
|
|
14
13
|
enable_thinking: true
|
|
15
|
-
preserve_thinking: true
|
|
14
|
+
preserve_thinking: true
|
|
15
|
+
toolsList:
|
|
16
|
+
- readfile
|
|
17
|
+
- writetofile?
|
|
18
|
+
- edit-search-replace?
|
|
19
|
+
- load-skill
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
description: An agent to manage Agent Smith's documentation
|
|
2
|
-
category:
|
|
2
|
+
category: "agent-smith"
|
|
3
3
|
prompt: |-
|
|
4
4
|
{prompt}
|
|
5
5
|
template:
|
|
@@ -34,6 +34,8 @@ variables:
|
|
|
34
34
|
workspace:
|
|
35
35
|
description: The local directory path where to operate
|
|
36
36
|
toolsList:
|
|
37
|
+
- readfile
|
|
38
|
+
- edit-search-replace
|
|
37
39
|
- shell
|
|
38
40
|
- python
|
|
39
41
|
- run-agent
|