@epoch-ai/sdk 2.1.0 → 2.2.0
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/package.json +14 -35
- package/dist/client.d.ts +0 -7
- package/dist/client.js +0 -51
- package/dist/gen/client/client.gen.d.ts +0 -2
- package/dist/gen/client/client.gen.js +0 -165
- package/dist/gen/client/index.d.ts +0 -7
- package/dist/gen/client/index.js +0 -5
- package/dist/gen/client/types.gen.d.ts +0 -127
- package/dist/gen/client/types.gen.js +0 -2
- package/dist/gen/client/utils.gen.d.ts +0 -38
- package/dist/gen/client/utils.gen.js +0 -226
- package/dist/gen/client.gen.d.ts +0 -12
- package/dist/gen/client.gen.js +0 -5
- package/dist/gen/core/auth.gen.d.ts +0 -18
- package/dist/gen/core/auth.gen.js +0 -14
- package/dist/gen/core/bodySerializer.gen.d.ts +0 -17
- package/dist/gen/core/bodySerializer.gen.js +0 -57
- package/dist/gen/core/params.gen.d.ts +0 -33
- package/dist/gen/core/params.gen.js +0 -89
- package/dist/gen/core/pathSerializer.gen.d.ts +0 -33
- package/dist/gen/core/pathSerializer.gen.js +0 -106
- package/dist/gen/core/queryKeySerializer.gen.d.ts +0 -18
- package/dist/gen/core/queryKeySerializer.gen.js +0 -93
- package/dist/gen/core/serverSentEvents.gen.d.ts +0 -59
- package/dist/gen/core/serverSentEvents.gen.js +0 -117
- package/dist/gen/core/types.gen.d.ts +0 -78
- package/dist/gen/core/types.gen.js +0 -2
- package/dist/gen/core/utils.gen.d.ts +0 -14
- package/dist/gen/core/utils.gen.js +0 -69
- package/dist/gen/sdk.gen.d.ts +0 -403
- package/dist/gen/sdk.gen.js +0 -881
- package/dist/gen/types.gen.d.ts +0 -3380
- package/dist/gen/types.gen.js +0 -2
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -16
- package/dist/process.d.ts +0 -3
- package/dist/process.js +0 -33
- package/dist/server.d.ts +0 -23
- package/dist/server.js +0 -105
- package/dist/v2/client.d.ts +0 -8
- package/dist/v2/client.js +0 -70
- package/dist/v2/gen/client/client.gen.d.ts +0 -2
- package/dist/v2/gen/client/client.gen.js +0 -232
- package/dist/v2/gen/client/index.d.ts +0 -8
- package/dist/v2/gen/client/index.js +0 -6
- package/dist/v2/gen/client/types.gen.d.ts +0 -117
- package/dist/v2/gen/client/types.gen.js +0 -2
- package/dist/v2/gen/client/utils.gen.d.ts +0 -33
- package/dist/v2/gen/client/utils.gen.js +0 -226
- package/dist/v2/gen/client.gen.d.ts +0 -12
- package/dist/v2/gen/client.gen.js +0 -3
- package/dist/v2/gen/core/auth.gen.d.ts +0 -18
- package/dist/v2/gen/core/auth.gen.js +0 -14
- package/dist/v2/gen/core/bodySerializer.gen.d.ts +0 -25
- package/dist/v2/gen/core/bodySerializer.gen.js +0 -57
- package/dist/v2/gen/core/params.gen.d.ts +0 -43
- package/dist/v2/gen/core/params.gen.js +0 -102
- package/dist/v2/gen/core/pathSerializer.gen.d.ts +0 -33
- package/dist/v2/gen/core/pathSerializer.gen.js +0 -106
- package/dist/v2/gen/core/queryKeySerializer.gen.d.ts +0 -18
- package/dist/v2/gen/core/queryKeySerializer.gen.js +0 -93
- package/dist/v2/gen/core/serverSentEvents.gen.d.ts +0 -71
- package/dist/v2/gen/core/serverSentEvents.gen.js +0 -133
- package/dist/v2/gen/core/types.gen.d.ts +0 -78
- package/dist/v2/gen/core/types.gen.js +0 -2
- package/dist/v2/gen/core/utils.gen.d.ts +0 -19
- package/dist/v2/gen/core/utils.gen.js +0 -87
- package/dist/v2/gen/sdk.gen.d.ts +0 -1341
- package/dist/v2/gen/sdk.gen.js +0 -2711
- package/dist/v2/gen/types.gen.d.ts +0 -4521
- package/dist/v2/gen/types.gen.js +0 -2
- package/dist/v2/index.d.ts +0 -10
- package/dist/v2/index.js +0 -16
- package/dist/v2/server.d.ts +0 -23
- package/dist/v2/server.js +0 -105
package/dist/v2/gen/types.gen.js
DELETED
package/dist/v2/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from "./client.js";
|
|
2
|
-
export * from "./server.js";
|
|
3
|
-
import type { ServerOptions } from "./server.js";
|
|
4
|
-
export declare function createEpoch(options?: ServerOptions): Promise<{
|
|
5
|
-
client: import("./client.js").EpochClient;
|
|
6
|
-
server: {
|
|
7
|
-
url: string;
|
|
8
|
-
close(): void;
|
|
9
|
-
};
|
|
10
|
-
}>;
|
package/dist/v2/index.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * from "./client.js";
|
|
2
|
-
export * from "./server.js";
|
|
3
|
-
import { createEpochClient } from "./client.js";
|
|
4
|
-
import { createEpochServer } from "./server.js";
|
|
5
|
-
export async function createEpoch(options) {
|
|
6
|
-
const server = await createEpochServer({
|
|
7
|
-
...options,
|
|
8
|
-
});
|
|
9
|
-
const client = createEpochClient({
|
|
10
|
-
baseUrl: server.url,
|
|
11
|
-
});
|
|
12
|
-
return {
|
|
13
|
-
client,
|
|
14
|
-
server,
|
|
15
|
-
};
|
|
16
|
-
}
|
package/dist/v2/server.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { type Config } from "./gen/types.gen.js";
|
|
2
|
-
export type ServerOptions = {
|
|
3
|
-
hostname?: string;
|
|
4
|
-
port?: number;
|
|
5
|
-
signal?: AbortSignal;
|
|
6
|
-
timeout?: number;
|
|
7
|
-
config?: Config;
|
|
8
|
-
};
|
|
9
|
-
export type TuiOptions = {
|
|
10
|
-
project?: string;
|
|
11
|
-
model?: string;
|
|
12
|
-
session?: string;
|
|
13
|
-
agent?: string;
|
|
14
|
-
signal?: AbortSignal;
|
|
15
|
-
config?: Config;
|
|
16
|
-
};
|
|
17
|
-
export declare function createEpochServer(options?: ServerOptions): Promise<{
|
|
18
|
-
url: string;
|
|
19
|
-
close(): void;
|
|
20
|
-
}>;
|
|
21
|
-
export declare function createEpochTui(options?: TuiOptions): {
|
|
22
|
-
close(): void;
|
|
23
|
-
};
|
package/dist/v2/server.js
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import launch from "cross-spawn";
|
|
2
|
-
import { stop, bindAbort } from "../process.js";
|
|
3
|
-
export async function createEpochServer(options) {
|
|
4
|
-
options = Object.assign({
|
|
5
|
-
hostname: "127.0.0.1",
|
|
6
|
-
port: 4096,
|
|
7
|
-
timeout: 5000,
|
|
8
|
-
}, options ?? {});
|
|
9
|
-
const args = [`serve`, `--hostname=${options.hostname}`, `--port=${options.port}`];
|
|
10
|
-
if (options.config?.logLevel)
|
|
11
|
-
args.push(`--log-level=${options.config.logLevel}`);
|
|
12
|
-
const proc = launch(`epochcli`, args, {
|
|
13
|
-
env: {
|
|
14
|
-
...process.env,
|
|
15
|
-
EPOCHCLI_CONFIG_CONTENT: JSON.stringify(options.config ?? {}),
|
|
16
|
-
},
|
|
17
|
-
});
|
|
18
|
-
let clear = () => { };
|
|
19
|
-
const url = await new Promise((resolve, reject) => {
|
|
20
|
-
const id = setTimeout(() => {
|
|
21
|
-
clear();
|
|
22
|
-
stop(proc);
|
|
23
|
-
reject(new Error(`Timeout waiting for server to start after ${options.timeout}ms`));
|
|
24
|
-
}, options.timeout);
|
|
25
|
-
let output = "";
|
|
26
|
-
let resolved = false;
|
|
27
|
-
proc.stdout?.on("data", (chunk) => {
|
|
28
|
-
if (resolved)
|
|
29
|
-
return;
|
|
30
|
-
output += chunk.toString();
|
|
31
|
-
const lines = output.split("\n");
|
|
32
|
-
for (const line of lines) {
|
|
33
|
-
if (line.startsWith("epochcli server listening")) {
|
|
34
|
-
const match = line.match(/on\s+(https?:\/\/[^\s]+)/);
|
|
35
|
-
if (!match) {
|
|
36
|
-
clear();
|
|
37
|
-
stop(proc);
|
|
38
|
-
clearTimeout(id);
|
|
39
|
-
reject(new Error(`Failed to parse server url from output: ${line}`));
|
|
40
|
-
return;
|
|
41
|
-
}
|
|
42
|
-
clearTimeout(id);
|
|
43
|
-
resolved = true;
|
|
44
|
-
resolve(match[1]);
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
proc.stderr?.on("data", (chunk) => {
|
|
50
|
-
output += chunk.toString();
|
|
51
|
-
});
|
|
52
|
-
proc.on("exit", (code) => {
|
|
53
|
-
clearTimeout(id);
|
|
54
|
-
let msg = `Server exited with code ${code}`;
|
|
55
|
-
if (output.trim()) {
|
|
56
|
-
msg += `\nServer output: ${output}`;
|
|
57
|
-
}
|
|
58
|
-
reject(new Error(msg));
|
|
59
|
-
});
|
|
60
|
-
proc.on("error", (error) => {
|
|
61
|
-
clearTimeout(id);
|
|
62
|
-
reject(error);
|
|
63
|
-
});
|
|
64
|
-
clear = bindAbort(proc, options.signal, () => {
|
|
65
|
-
clearTimeout(id);
|
|
66
|
-
reject(options.signal?.reason);
|
|
67
|
-
});
|
|
68
|
-
});
|
|
69
|
-
return {
|
|
70
|
-
url,
|
|
71
|
-
close() {
|
|
72
|
-
clear();
|
|
73
|
-
stop(proc);
|
|
74
|
-
},
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
export function createEpochTui(options) {
|
|
78
|
-
const args = [];
|
|
79
|
-
if (options?.project) {
|
|
80
|
-
args.push(`--project=${options.project}`);
|
|
81
|
-
}
|
|
82
|
-
if (options?.model) {
|
|
83
|
-
args.push(`--model=${options.model}`);
|
|
84
|
-
}
|
|
85
|
-
if (options?.session) {
|
|
86
|
-
args.push(`--session=${options.session}`);
|
|
87
|
-
}
|
|
88
|
-
if (options?.agent) {
|
|
89
|
-
args.push(`--agent=${options.agent}`);
|
|
90
|
-
}
|
|
91
|
-
const proc = launch(`epochcli`, args, {
|
|
92
|
-
stdio: "inherit",
|
|
93
|
-
env: {
|
|
94
|
-
...process.env,
|
|
95
|
-
EPOCHCLI_CONFIG_CONTENT: JSON.stringify(options?.config ?? {}),
|
|
96
|
-
},
|
|
97
|
-
});
|
|
98
|
-
const clear = bindAbort(proc, options?.signal);
|
|
99
|
-
return {
|
|
100
|
-
close() {
|
|
101
|
-
clear();
|
|
102
|
-
stop(proc);
|
|
103
|
-
},
|
|
104
|
-
};
|
|
105
|
-
}
|