@ethosagent/cli 0.3.8 → 0.3.9
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/index.js +6 -6
- package/package.json +15 -14
package/dist/index.js
CHANGED
|
@@ -23187,7 +23187,7 @@ var init_logger2 = __esm({
|
|
|
23187
23187
|
"src/logger.ts"() {
|
|
23188
23188
|
"use strict";
|
|
23189
23189
|
logger = pino({ level: process.env.LOG_LEVEL ?? "warn" }, process.stderr);
|
|
23190
|
-
ETHOS_VERSION = true ? "0.3.
|
|
23190
|
+
ETHOS_VERSION = true ? "0.3.9" : process.env.ETHOS_VERSION ?? "dev";
|
|
23191
23191
|
}
|
|
23192
23192
|
});
|
|
23193
23193
|
|
|
@@ -30207,7 +30207,7 @@ var init_version_info = __esm({
|
|
|
30207
30207
|
"src/version-info.ts"() {
|
|
30208
30208
|
"use strict";
|
|
30209
30209
|
init_config();
|
|
30210
|
-
ETHOS_VERSION2 = true ? "0.3.
|
|
30210
|
+
ETHOS_VERSION2 = true ? "0.3.9" : process.env.ETHOS_VERSION ?? "dev";
|
|
30211
30211
|
}
|
|
30212
30212
|
});
|
|
30213
30213
|
|
|
@@ -44526,7 +44526,7 @@ var c10 = {
|
|
|
44526
44526
|
red: "\x1B[31m",
|
|
44527
44527
|
cyan: "\x1B[36m"
|
|
44528
44528
|
};
|
|
44529
|
-
var ETHOS_VERSION3 = true ? "0.3.
|
|
44529
|
+
var ETHOS_VERSION3 = true ? "0.3.9" : process.env.ETHOS_VERSION ?? "dev";
|
|
44530
44530
|
var CORE_SDKS = [
|
|
44531
44531
|
{ label: "Anthropic provider", module: "@anthropic-ai/sdk", required: true },
|
|
44532
44532
|
{ label: "OpenAI-compat provider", module: "openai", required: true }
|
|
@@ -51896,7 +51896,7 @@ var c28 = {
|
|
|
51896
51896
|
var G = `${c28.green}\u2713${c28.reset}`;
|
|
51897
51897
|
var W = `${c28.yellow}!${c28.reset}`;
|
|
51898
51898
|
var R = `${c28.red}\u2717${c28.reset}`;
|
|
51899
|
-
var ETHOS_VERSION4 = true ? "0.3.
|
|
51899
|
+
var ETHOS_VERSION4 = true ? "0.3.9" : process.env.ETHOS_VERSION ?? "dev";
|
|
51900
51900
|
async function runStatus(cmdArgs = []) {
|
|
51901
51901
|
const jsonMode = cmdArgs.includes("--json");
|
|
51902
51902
|
let hardErrors = 0;
|
|
@@ -52785,7 +52785,7 @@ var c30 = {
|
|
|
52785
52785
|
cyan: "\x1B[36m"
|
|
52786
52786
|
};
|
|
52787
52787
|
var PACKAGE = "@ethosagent/cli";
|
|
52788
|
-
var CURRENT_VERSION = true ? "0.3.
|
|
52788
|
+
var CURRENT_VERSION = true ? "0.3.9" : process.env.ETHOS_VERSION ?? "dev";
|
|
52789
52789
|
async function runUpgrade() {
|
|
52790
52790
|
const installMethod = detectInstallMethod();
|
|
52791
52791
|
if (installMethod === "source") {
|
|
@@ -52915,7 +52915,7 @@ async function loadRequiredConfig() {
|
|
|
52915
52915
|
|
|
52916
52916
|
// src/index.ts
|
|
52917
52917
|
init_wiring();
|
|
52918
|
-
var ETHOS_VERSION5 = true ? "0.3.
|
|
52918
|
+
var ETHOS_VERSION5 = true ? "0.3.9" : process.env.ETHOS_VERSION ?? "dev";
|
|
52919
52919
|
var USAGE5 = "Usage: ethos [setup | chat | sessions | serve | dashboard | status | run-all | set | team | mesh | process | logs | gateway | cron | personality | memory | acp | batch | eval | evolve | plugin | skills | keys | secrets | fallback | slack | api-key | claw | doctor | upgrade | mcp | backup | import | trace | audit | security | errors | perf | tail | retention | data | support | archive | systemd-unit | usage] [--version | --help]";
|
|
52920
52920
|
var args = process.argv.slice(2);
|
|
52921
52921
|
var command = args[0] ?? "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethosagent/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Ethos — TypeScript AI agent framework where personality is architecture. Curated toolsets, first-person identities, scoped memory.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@anthropic-ai/sdk": "^0.96.0",
|
|
52
|
+
"@aws-sdk/client-secrets-manager": "^3.800.0",
|
|
52
53
|
"@hono/node-server": "^2.0.0",
|
|
53
54
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
54
55
|
"@orpc/contract": "^1.14.0",
|
|
@@ -66,31 +67,31 @@
|
|
|
66
67
|
"ws": "^8.20.0",
|
|
67
68
|
"yaml": "^2.7.1",
|
|
68
69
|
"zod": "^4.3.6",
|
|
69
|
-
"@ethosagent/core": "0.3.
|
|
70
|
-
"@ethosagent/types": "0.3.
|
|
70
|
+
"@ethosagent/core": "0.3.9",
|
|
71
|
+
"@ethosagent/types": "0.3.9"
|
|
71
72
|
},
|
|
72
73
|
"devDependencies": {
|
|
73
|
-
"@ethosagent/cron": "0.0.0",
|
|
74
|
-
"@ethosagent/gateway": "0.0.0",
|
|
75
74
|
"@ethosagent/agent-bridge": "0.0.0",
|
|
76
75
|
"@ethosagent/agent-mesh": "0.0.0",
|
|
77
|
-
"@ethosagent/
|
|
78
|
-
"@ethosagent/
|
|
76
|
+
"@ethosagent/gateway": "0.0.0",
|
|
77
|
+
"@ethosagent/cron": "0.0.0",
|
|
79
78
|
"@ethosagent/logger": "0.0.0",
|
|
79
|
+
"@ethosagent/mcp-server": "0.0.0",
|
|
80
80
|
"@ethosagent/request-dump": "0.0.0",
|
|
81
|
+
"@ethosagent/observability-sqlite": "0.1.0",
|
|
81
82
|
"@ethosagent/safety-channel": "0.0.0",
|
|
82
83
|
"@ethosagent/personalities": "0.0.0",
|
|
83
|
-
"@ethosagent/safety-redact": "0.0.0",
|
|
84
|
-
"@ethosagent/safety-scanner": "0.0.0",
|
|
85
84
|
"@ethosagent/secrets-aws": "0.0.0",
|
|
86
|
-
"@ethosagent/skills-coding": "0.0.0",
|
|
87
85
|
"@ethosagent/skills": "0.0.0",
|
|
86
|
+
"@ethosagent/safety-redact": "0.0.0",
|
|
87
|
+
"@ethosagent/skills-coding": "0.0.0",
|
|
88
|
+
"@ethosagent/safety-scanner": "0.0.0",
|
|
88
89
|
"@ethosagent/session-sqlite": "0.0.0",
|
|
89
|
-
"@ethosagent/
|
|
90
|
-
"@ethosagent/storage-fs": "0.0.0",
|
|
91
|
-
"@ethosagent/web-api": "0.0.0",
|
|
90
|
+
"@ethosagent/team-supervisor": "0.0.0",
|
|
92
91
|
"@ethosagent/wiring": "0.0.0",
|
|
93
|
-
"@ethosagent/
|
|
92
|
+
"@ethosagent/storage-fs": "0.0.0",
|
|
93
|
+
"@ethosagent/tools-process": "0.0.0",
|
|
94
|
+
"@ethosagent/web-api": "0.0.0"
|
|
94
95
|
},
|
|
95
96
|
"optionalDependencies": {
|
|
96
97
|
"@xenova/transformers": "^2.17.2",
|