@defai.digital/automatosx 12.7.0 → 12.8.3
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 +74 -85
- package/dist/index.js +12823 -8930
- package/dist/mcp/index.js +3008 -181
- package/package.json +12 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/automatosx",
|
|
3
|
-
"version": "12.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "12.8.3",
|
|
4
|
+
"description": "AI Agent Orchestration Platform with 20+ specialized agents, persistent memory, MCP server, and intelligent multi-provider routing for Claude Code, Gemini CLI, Codex CLI, GLM, Grok, and Qwen",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -136,12 +136,20 @@
|
|
|
136
136
|
"automation",
|
|
137
137
|
"llm",
|
|
138
138
|
"claude",
|
|
139
|
+
"claude-code",
|
|
139
140
|
"gemini",
|
|
140
141
|
"openai",
|
|
142
|
+
"codex",
|
|
143
|
+
"grok",
|
|
144
|
+
"qwen",
|
|
145
|
+
"glm",
|
|
146
|
+
"mcp",
|
|
147
|
+
"model-context-protocol",
|
|
148
|
+
"multi-agent",
|
|
149
|
+
"ai-agents",
|
|
141
150
|
"vector-search",
|
|
142
151
|
"sqlite",
|
|
143
|
-
"typescript"
|
|
144
|
-
"ai-agents"
|
|
152
|
+
"typescript"
|
|
145
153
|
],
|
|
146
154
|
"author": "AutomatosX Team",
|
|
147
155
|
"license": "Apache-2.0",
|