@agent-smith/core 0.0.3 → 0.0.5

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.
@@ -1,5 +1,5 @@
1
1
  description: An agent to manage Agent Smith's documentation
2
- category: internal
2
+ category: internal/code
3
3
  prompt: |-
4
4
  {prompt}
5
5
  template:
@@ -1,5 +1,5 @@
1
1
  description: An agent to manage Agent Smith's documentation
2
- category: internal
2
+ category: internal/experimental
3
3
  prompt: |-
4
4
  {prompt}
5
5
  template:
@@ -6,7 +6,7 @@ tool:
6
6
  description: The query about the documentation, the task to perform
7
7
  required: true
8
8
  description: An agent to manage Agent Smith's documentation
9
- category: internal
9
+ category: internal/experimental
10
10
  prompt: |-
11
11
  {prompt}
12
12
  template:
@@ -6,7 +6,7 @@ tool:
6
6
  description: The query about the documentation, the task to perform
7
7
  required: true
8
8
  description: An agent to manage Agent Smith's documentation
9
- category: internal
9
+ category: internal/doc
10
10
  prompt: |-
11
11
  {prompt}
12
12
  template:
@@ -1,5 +1,5 @@
1
1
  description: An agent to manage Agent Smith's documentation
2
- category: builtin
2
+ category: "agent-smith"
3
3
  prompt: |-
4
4
  {prompt}
5
5
  template:
@@ -1,9 +1,8 @@
1
- description: A basic agent with no tools
2
- category: builtin
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
@@ -6,7 +6,7 @@ tool:
6
6
  description: the web search to perform or question about a web page
7
7
  required: true
8
8
  description: An agent to run web search or open web pages
9
- category: internal
9
+ category: "agent-smith"
10
10
  prompt: |-
11
11
  {prompt}
12
12
  template:
@@ -4,7 +4,7 @@ tool:
4
4
  prompt:
5
5
  description: the question about the config or data to retrieve
6
6
  description: Create an sql query
7
- category: internal
7
+ category: internal/doc
8
8
  prompt: |-
9
9
  Schema:
10
10
  {schema}
@@ -1,5 +1,5 @@
1
1
  description: An agent to manage Agent Smith's documentation
2
- category: builtin
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
@@ -1,5 +1,5 @@
1
1
  description: A collaborator agent
2
- category: internal
2
+ category: internal/experimental
3
3
  type: worker
4
4
  prompt: |-
5
5
  You are on collaborator mode. Your role is: {role}. Main agent request:
@@ -1,6 +1,6 @@
1
1
  name: infer
2
2
  description: Run a raw inference query
3
- type: builtin
3
+ type: "agent-smith"
4
4
  prompt: |-
5
5
  {prompt}
6
6
  model: qwen4b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-smith/core",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Agent Smith core",
5
5
  "repository": "https://github.com/synw/agent-smith",
6
6
  "scripts": {