@ellipsis-dev/sdk 0.2.2 → 0.2.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/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AgentSessionWire, L as ListSessionRecordsResponse, a as ListSessionTurnsResponse, b as ListSessionExecutionsResponse, S as SessionMessageWire } from './types-
|
|
2
|
-
export { c as AgentSessionExitStatus, d as AgentSessionPr, e as AgentSessionSource, f as AgentSessionStatus, g as AgentTurn, h as AgentTurnStatus, i as AttributionType, B as BudgetSource, D as DefaultResolution, j as DeltaFrame, k as DoneFrame, E as ErrorFrame, G as GithubAccountSnippet, l as GithubAccountType, H as Harness, m as HeartbeatFrame, M as ModelTokensInfo, P as ParentKind, R as RecordsAppendFrame,
|
|
1
|
+
import { A as AgentSessionWire, L as ListSessionRecordsResponse, a as ListSessionTurnsResponse, b as ListSessionExecutionsResponse, S as SessionMessageWire } from './types-CNx-q_eN.js';
|
|
2
|
+
export { c as AgentSessionExitStatus, d as AgentSessionPr, e as AgentSessionSource, f as AgentSessionStatus, g as AgentTurn, h as AgentTurnStatus, i as AttributionType, B as BudgetSource, D as DefaultResolution, j as DeltaFrame, k as DoneFrame, E as ErrorFrame, G as GithubAccountSnippet, l as GithubAccountType, H as Harness, m as HeartbeatFrame, M as ModelTokensInfo, P as ParentKind, n as PromptBlockedReason, R as RecordsAppendFrame, o as SendSessionMessageRequest, p as SessionExecutionWire, q as SessionFrame, r as SessionLiveness, s as SessionMessageStatus, t as SessionPrompting, u as SessionRecordWire, v as SessionState, w as SessionStreamFrame, x as SessionSurface, y as SnapshotFrame, z as StreamFrame, T as TokensInfo, C as TurnTokensInfo, F as components, I as paths } from './types-CNx-q_eN.js';
|
|
3
3
|
|
|
4
4
|
type FetchJson = (path: string, init?: {
|
|
5
5
|
method?: string;
|
package/dist/store/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { u as SessionRecordWire, A as AgentSessionWire, S as SessionMessageWire, z as StreamFrame } from '../types-CNx-q_eN.js';
|
|
2
2
|
|
|
3
3
|
interface ChatToolNode {
|
|
4
4
|
key: string;
|
package/dist/stream/index.d.ts
CHANGED
|
@@ -1312,4 +1312,4 @@ type AgentTurnStatus = components['schemas']['AgentTurnStatus'];
|
|
|
1312
1312
|
type ListSessionExecutionsResponse = components['schemas']['ListSessionExecutionsResponse'];
|
|
1313
1313
|
type SessionExecutionWire = components['schemas']['SessionExecutionWire'];
|
|
1314
1314
|
|
|
1315
|
-
export type { AgentSessionWire as A, BudgetSource as B,
|
|
1315
|
+
export type { AgentSessionWire as A, BudgetSource as B, TurnTokensInfo as C, DefaultResolution as D, ErrorFrame as E, components as F, GithubAccountSnippet as G, Harness as H, paths as I, ListSessionRecordsResponse as L, ModelTokensInfo as M, ParentKind as P, RecordsAppendFrame as R, SessionMessageWire as S, TokensInfo as T, ListSessionTurnsResponse as a, ListSessionExecutionsResponse as b, AgentSessionExitStatus as c, AgentSessionPr as d, AgentSessionSource as e, AgentSessionStatus as f, AgentTurn as g, AgentTurnStatus as h, AttributionType as i, DeltaFrame as j, DoneFrame as k, GithubAccountType as l, HeartbeatFrame as m, PromptBlockedReason as n, SendSessionMessageRequest as o, SessionExecutionWire as p, SessionFrame as q, SessionLiveness as r, SessionMessageStatus as s, SessionPrompting as t, SessionRecordWire as u, SessionState as v, SessionStreamFrame as w, SessionSurface as x, SnapshotFrame as y, StreamFrame as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ellipsis-dev/sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "TypeScript SDK for the Ellipsis agents platform: /v1 REST types + client, the session stream WebSocket client, and the session transcript store.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|