holomime 3.3.9 → 3.3.10
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/cli.js +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3593,7 +3593,7 @@ import { Command } from "commander";
|
|
|
3593
3593
|
// src/ui/branding.ts
|
|
3594
3594
|
import chalk from "chalk";
|
|
3595
3595
|
import gradientString from "gradient-string";
|
|
3596
|
-
var VERSION = "3.3.
|
|
3596
|
+
var VERSION = "3.3.10";
|
|
3597
3597
|
var LOGO = ` _ _ _
|
|
3598
3598
|
| |__ ___ | | ___ _ __ (_)_ __ ___ ___
|
|
3599
3599
|
| '_ \\ / _ \\| |/ _ \\| '_ \\| | '_ \` _ \\ / _ \\
|
|
@@ -19069,13 +19069,13 @@ async function runPipeline(options) {
|
|
|
19069
19069
|
prompt: userMsg.content,
|
|
19070
19070
|
chosen,
|
|
19071
19071
|
rejected,
|
|
19072
|
-
metadata: {
|
|
19072
|
+
metadata: { agent: "Agent", session_date: (/* @__PURE__ */ new Date()).toISOString(), phase: "exploration", pattern: "auto-detected", source: "therapy_transcript" }
|
|
19073
19073
|
});
|
|
19074
19074
|
}
|
|
19075
19075
|
}
|
|
19076
19076
|
exportData = {
|
|
19077
19077
|
format: exportFormat,
|
|
19078
|
-
agent:
|
|
19078
|
+
agent: "Agent",
|
|
19079
19079
|
sessions_processed: 1,
|
|
19080
19080
|
examples,
|
|
19081
19081
|
generated_at: (/* @__PURE__ */ new Date()).toISOString()
|