@agntk/core 1.2.0 → 1.2.1
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/README.md +1 -2
- package/dist/config/defaults.js +5 -5
- package/dist/config/defaults.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,14 +65,13 @@ interface AgentStreamResult {
|
|
|
65
65
|
|
|
66
66
|
## Built-in Tools
|
|
67
67
|
|
|
68
|
-
Every agent comes with
|
|
68
|
+
Every agent comes with 18 built-in tools:
|
|
69
69
|
|
|
70
70
|
| Category | Tools |
|
|
71
71
|
| -------------- | --------------------------------------------------------------------- |
|
|
72
72
|
| **Files** | `file_read`, `file_write`, `file_edit`, `file_create`, `glob`, `grep` |
|
|
73
73
|
| **Code** | `ast_grep_search`, `ast_grep_replace` |
|
|
74
74
|
| **Shell** | `shell`, `background` |
|
|
75
|
-
| **Planning** | `plan`, `deep_reasoning` |
|
|
76
75
|
| **Memory** | `remember`, `recall`, `update_context`, `forget` |
|
|
77
76
|
| **Sub-Agents** | `spawn_agent` |
|
|
78
77
|
| **Skills** | `search_skills` |
|
package/dist/config/defaults.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export const DEFAULT_PROVIDER = 'openrouter';
|
|
2
2
|
export const DEFAULT_MODELS = {
|
|
3
3
|
openrouter: {
|
|
4
|
-
fast: '
|
|
5
|
-
standard: '
|
|
4
|
+
fast: 'xiaomi/mimo-v2-flash',
|
|
5
|
+
standard: 'deepseek/deepseek-v3.2',
|
|
6
6
|
reasoning: 'deepseek/deepseek-r1',
|
|
7
7
|
powerful: 'z-ai/glm-4.7',
|
|
8
8
|
},
|
|
9
9
|
ollama: {
|
|
10
|
-
fast: 'qwen3:
|
|
11
|
-
standard: 'qwen3
|
|
12
|
-
reasoning: 'qwen3
|
|
10
|
+
fast: 'qwen3.5:4b',
|
|
11
|
+
standard: 'qwen3.5:9b',
|
|
12
|
+
reasoning: 'qwen3.5:27b',
|
|
13
13
|
powerful: 'qwen3.5:35b',
|
|
14
14
|
},
|
|
15
15
|
openai: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../src/config/defaults.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAa,YAAY,CAAC;AAEvD,MAAM,CAAC,MAAM,cAAc,GAAgD;IACzE,UAAU,EAAE;QACV,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../src/config/defaults.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAa,YAAY,CAAC;AAEvD,MAAM,CAAC,MAAM,cAAc,GAAgD;IACzE,UAAU,EAAE;QACV,IAAI,EAAE,sBAAsB;QAC5B,QAAQ,EAAE,wBAAwB;QAClC,SAAS,EAAE,sBAAsB;QACjC,QAAQ,EAAE,cAAc;KACzB;IACD,MAAM,EAAE;QACN,IAAI,EAAE,YAAY;QAClB,QAAQ,EAAE,YAAY;QACtB,SAAS,EAAE,aAAa;QACxB,QAAQ,EAAE,aAAa;KACxB;IACD,MAAM,EAAE;QACN,IAAI,EAAE,aAAa;QACnB,QAAQ,EAAE,QAAQ;QAClB,SAAS,EAAE,IAAI;QACf,QAAQ,EAAE,QAAQ;KACnB;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,gCAAgC;QACtC,QAAQ,EAAE,cAAc;QACxB,SAAS,EAAE,cAAc;QACzB,QAAQ,EAAE,YAAY;KACvB;IACD,YAAY,EAAE;QACZ,IAAI,EAAE,cAAc;QACpB,QAAQ,EAAE,cAAc;QACxB,SAAS,EAAE,cAAc;QACzB,QAAQ,EAAE,cAAc;KACzB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC;AACnC,MAAM,CAAC,MAAM,sBAAsB,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC"}
|