@honcho-ai/core 1.7.0 → 1.8.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/CHANGELOG.md +18 -0
- package/index.d.mts +2 -2
- package/index.d.ts +2 -2
- package/index.d.ts.map +1 -1
- package/index.js.map +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/workspaces/index.d.ts +2 -3
- package/resources/workspaces/index.d.ts.map +1 -1
- package/resources/workspaces/index.js +1 -4
- package/resources/workspaces/index.js.map +1 -1
- package/resources/workspaces/index.mjs +0 -1
- package/resources/workspaces/index.mjs.map +1 -1
- package/resources/workspaces/observations.d.ts +9 -19
- package/resources/workspaces/observations.d.ts.map +1 -1
- package/resources/workspaces/observations.js +0 -6
- package/resources/workspaces/observations.js.map +1 -1
- package/resources/workspaces/observations.mjs +0 -6
- package/resources/workspaces/observations.mjs.map +1 -1
- package/resources/workspaces/peers/index.d.ts +1 -1
- package/resources/workspaces/peers/index.d.ts.map +1 -1
- package/resources/workspaces/peers/index.js.map +1 -1
- package/resources/workspaces/peers/index.mjs.map +1 -1
- package/resources/workspaces/peers/peers.d.ts +64 -66
- package/resources/workspaces/peers/peers.d.ts.map +1 -1
- package/resources/workspaces/peers/peers.js.map +1 -1
- package/resources/workspaces/peers/peers.mjs.map +1 -1
- package/resources/workspaces/sessions/sessions.d.ts +5 -68
- package/resources/workspaces/sessions/sessions.d.ts.map +1 -1
- package/resources/workspaces/sessions/sessions.js +2 -2
- package/resources/workspaces/sessions/sessions.js.map +1 -1
- package/resources/workspaces/sessions/sessions.mjs +2 -2
- package/resources/workspaces/sessions/sessions.mjs.map +1 -1
- package/resources/workspaces/workspaces.d.ts +5 -90
- package/resources/workspaces/workspaces.d.ts.map +1 -1
- package/resources/workspaces/workspaces.js +0 -11
- package/resources/workspaces/workspaces.js.map +1 -1
- package/resources/workspaces/workspaces.mjs +0 -11
- package/resources/workspaces/workspaces.mjs.map +1 -1
- package/src/index.ts +0 -4
- package/src/resources/index.ts +0 -2
- package/src/resources/workspaces/index.ts +1 -17
- package/src/resources/workspaces/observations.ts +9 -20
- package/src/resources/workspaces/peers/index.ts +1 -0
- package/src/resources/workspaces/peers/peers.ts +75 -76
- package/src/resources/workspaces/sessions/sessions.ts +5 -79
- package/src/resources/workspaces/workspaces.ts +4 -146
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/workspaces/conclusions.d.ts +0 -142
- package/resources/workspaces/conclusions.d.ts.map +0 -1
- package/resources/workspaces/conclusions.js +0 -47
- package/resources/workspaces/conclusions.js.map +0 -1
- package/resources/workspaces/conclusions.mjs +0 -42
- package/resources/workspaces/conclusions.mjs.map +0 -1
- package/src/resources/workspaces/conclusions.ts +0 -220
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.8.0 (2025-12-15)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.7.0...v1.8.0](https://github.com/plastic-labs/honcho-node-core/compare/v1.7.0...v1.8.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** remove accidental "conclusions" and "QueueStatus" from main ([e8fdbd5](https://github.com/plastic-labs/honcho-node-core/commit/e8fdbd5600b70283d88461cdb5f7860a212d05dc))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **mcp:** add client instantiation options to code tool ([9a75f57](https://github.com/plastic-labs/honcho-node-core/commit/9a75f57280e2ee27cbf7fc983cd847751b27a671))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Chores
|
|
18
|
+
|
|
19
|
+
* **mcp:** update lockfile ([0267d53](https://github.com/plastic-labs/honcho-node-core/commit/0267d53ffee27ea4bb06f93b9e57069ac46b1536))
|
|
20
|
+
|
|
3
21
|
## 1.7.0 (2025-12-08)
|
|
4
22
|
|
|
5
23
|
Full Changelog: [v1.6.1...v1.7.0](https://github.com/plastic-labs/honcho-node-core/compare/v1.6.1...v1.7.0)
|
package/index.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ import { type PageParams, PageResponse } from "./pagination.js";
|
|
|
6
6
|
import * as Uploads from "./uploads.js";
|
|
7
7
|
import * as API from "./resources/index.js";
|
|
8
8
|
import { KeyCreateParams, KeyCreateResponse, Keys } from "./resources/keys.js";
|
|
9
|
-
import { DeriverConfiguration, DeriverStatus, DreamConfiguration, MessageSearchOptions, PeerCardConfiguration,
|
|
9
|
+
import { DeriverConfiguration, DeriverStatus, DreamConfiguration, MessageSearchOptions, PeerCardConfiguration, SummaryConfiguration, Workspace, WorkspaceConfiguration, WorkspaceDeriverStatusParams, WorkspaceGetOrCreateParams, WorkspaceListParams, WorkspaceSearchParams, WorkspaceSearchResponse, WorkspaceTriggerDreamParams, WorkspaceUpdateParams, Workspaces, WorkspacesPage } from "./resources/workspaces/workspaces.js";
|
|
10
10
|
declare const environments: {
|
|
11
11
|
production: string;
|
|
12
12
|
local: string;
|
|
@@ -125,7 +125,7 @@ export declare namespace Honcho {
|
|
|
125
125
|
export type RequestOptions = Core.RequestOptions;
|
|
126
126
|
export import Page = Pagination.Page;
|
|
127
127
|
export { type PageParams as PageParams, type PageResponse as PageResponse };
|
|
128
|
-
export { Workspaces as Workspaces, type DeriverConfiguration as DeriverConfiguration, type DeriverStatus as DeriverStatus, type DreamConfiguration as DreamConfiguration, type MessageSearchOptions as MessageSearchOptions, type PeerCardConfiguration as PeerCardConfiguration, type
|
|
128
|
+
export { Workspaces as Workspaces, type DeriverConfiguration as DeriverConfiguration, type DeriverStatus as DeriverStatus, type DreamConfiguration as DreamConfiguration, type MessageSearchOptions as MessageSearchOptions, type PeerCardConfiguration as PeerCardConfiguration, type SummaryConfiguration as SummaryConfiguration, type Workspace as Workspace, type WorkspaceConfiguration as WorkspaceConfiguration, type WorkspaceSearchResponse as WorkspaceSearchResponse, WorkspacesPage as WorkspacesPage, type WorkspaceUpdateParams as WorkspaceUpdateParams, type WorkspaceListParams as WorkspaceListParams, type WorkspaceDeriverStatusParams as WorkspaceDeriverStatusParams, type WorkspaceGetOrCreateParams as WorkspaceGetOrCreateParams, type WorkspaceSearchParams as WorkspaceSearchParams, type WorkspaceTriggerDreamParams as WorkspaceTriggerDreamParams, };
|
|
129
129
|
export { Keys as Keys, type KeyCreateResponse as KeyCreateResponse, type KeyCreateParams as KeyCreateParams, };
|
|
130
130
|
}
|
|
131
131
|
export { toFile, fileFromPath } from "./uploads.js";
|
package/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { type PageParams, PageResponse } from "./pagination.js";
|
|
|
6
6
|
import * as Uploads from "./uploads.js";
|
|
7
7
|
import * as API from "./resources/index.js";
|
|
8
8
|
import { KeyCreateParams, KeyCreateResponse, Keys } from "./resources/keys.js";
|
|
9
|
-
import { DeriverConfiguration, DeriverStatus, DreamConfiguration, MessageSearchOptions, PeerCardConfiguration,
|
|
9
|
+
import { DeriverConfiguration, DeriverStatus, DreamConfiguration, MessageSearchOptions, PeerCardConfiguration, SummaryConfiguration, Workspace, WorkspaceConfiguration, WorkspaceDeriverStatusParams, WorkspaceGetOrCreateParams, WorkspaceListParams, WorkspaceSearchParams, WorkspaceSearchResponse, WorkspaceTriggerDreamParams, WorkspaceUpdateParams, Workspaces, WorkspacesPage } from "./resources/workspaces/workspaces.js";
|
|
10
10
|
declare const environments: {
|
|
11
11
|
production: string;
|
|
12
12
|
local: string;
|
|
@@ -125,7 +125,7 @@ export declare namespace Honcho {
|
|
|
125
125
|
export type RequestOptions = Core.RequestOptions;
|
|
126
126
|
export import Page = Pagination.Page;
|
|
127
127
|
export { type PageParams as PageParams, type PageResponse as PageResponse };
|
|
128
|
-
export { Workspaces as Workspaces, type DeriverConfiguration as DeriverConfiguration, type DeriverStatus as DeriverStatus, type DreamConfiguration as DreamConfiguration, type MessageSearchOptions as MessageSearchOptions, type PeerCardConfiguration as PeerCardConfiguration, type
|
|
128
|
+
export { Workspaces as Workspaces, type DeriverConfiguration as DeriverConfiguration, type DeriverStatus as DeriverStatus, type DreamConfiguration as DreamConfiguration, type MessageSearchOptions as MessageSearchOptions, type PeerCardConfiguration as PeerCardConfiguration, type SummaryConfiguration as SummaryConfiguration, type Workspace as Workspace, type WorkspaceConfiguration as WorkspaceConfiguration, type WorkspaceSearchResponse as WorkspaceSearchResponse, WorkspacesPage as WorkspacesPage, type WorkspaceUpdateParams as WorkspaceUpdateParams, type WorkspaceListParams as WorkspaceListParams, type WorkspaceDeriverStatusParams as WorkspaceDeriverStatusParams, type WorkspaceGetOrCreateParams as WorkspaceGetOrCreateParams, type WorkspaceSearchParams as WorkspaceSearchParams, type WorkspaceTriggerDreamParams as WorkspaceTriggerDreamParams, };
|
|
129
129
|
export { Keys as Keys, type KeyCreateResponse as KeyCreateResponse, type KeyCreateParams as KeyCreateParams, };
|
|
130
130
|
}
|
|
131
131
|
export { toFile, fileFromPath } from "./uploads.js";
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,KAAK,MAAM,MAAM,SAAS,CAAC;AAClC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,KAAK,UAAU,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"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"}
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGtF,gDAA+B;AAC/B,mDAAkC;AAClC,4DAA2C;AAE3C,sDAAqC;AACrC,0DAAyC;AACzC,8CAA4E;AAC5E,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"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"}
|
package/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,KAAK,IAAI;OACT,KAAK,MAAM;OACX,KAAK,UAAU;OAEf,KAAK,OAAO;OACZ,KAAK,GAAG;OACR,EAAsC,IAAI,EAAE;OAC5C,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/resources/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { Keys, type KeyCreateResponse, type KeyCreateParams } from "./keys.js";
|
|
2
|
-
export { WorkspacesPage, Workspaces, type DeriverConfiguration, type DeriverStatus, type DreamConfiguration, type MessageSearchOptions, type PeerCardConfiguration, type
|
|
2
|
+
export { WorkspacesPage, Workspaces, type DeriverConfiguration, type DeriverStatus, type DreamConfiguration, type MessageSearchOptions, type PeerCardConfiguration, type SummaryConfiguration, type Workspace, type WorkspaceConfiguration, type WorkspaceSearchResponse, type WorkspaceUpdateParams, type WorkspaceListParams, type WorkspaceDeriverStatusParams, type WorkspaceGetOrCreateParams, type WorkspaceSearchParams, type WorkspaceTriggerDreamParams, } from "./workspaces/workspaces.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/resources/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,KAAK,iBAAiB,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC5E,OAAO,EACL,cAAc,EACd,UAAU,EACV,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,KAAK,iBAAiB,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC5E,OAAO,EACL,cAAc,EACd,UAAU,EACV,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,GACjC,MAAM,yBAAyB,CAAC"}
|
package/resources/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA4E;AAAnE,4FAAA,IAAI,OAAA;AACb,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA4E;AAAnE,4FAAA,IAAI,OAAA;AACb,yDAkBiC;AAjB/B,4GAAA,cAAc,OAAA;AACd,wGAAA,UAAU,OAAA"}
|
package/resources/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAAgD;OACtD,EACL,cAAc,EACd,UAAU,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAAgD;OACtD,EACL,cAAc,EACd,UAAU,GAgBX"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
export { ConclusionsPage, Conclusions, type Conclusion, type ConclusionCreate, type ConclusionGet, type ConclusionQuery, type PageConclusion, type ConclusionCreateResponse, type ConclusionDeleteResponse, type ConclusionQueryResponse, type ConclusionCreateParams, type ConclusionListParams, type ConclusionQueryParams, } from "./conclusions.js";
|
|
2
1
|
export { ObservationsPage, Observations, type Observation, type ObservationCreate, type ObservationGet, type ObservationQuery, type PageObservation, type ObservationCreateResponse, type ObservationDeleteResponse, type ObservationQueryResponse, type ObservationCreateParams, type ObservationListParams, type ObservationQueryParams, } from "./observations.js";
|
|
3
|
-
export { PeersPage, Peers, type PagePeer, type PageSession, type Peer, type PeerCardResponse, type SessionGet, type PeerChatResponse, type PeerGetContextResponse, type PeerSearchResponse, type PeerWorkingRepresentationResponse, type PeerUpdateParams, type PeerListParams, type PeerCardParams, type PeerChatParams, type PeerGetContextParams, type PeerGetOrCreateParams, type PeerSearchParams, type PeerSetCardParams, type PeerWorkingRepresentationParams, } from "./peers/index.js";
|
|
2
|
+
export { PeersPage, Peers, type PagePeer, type PageSession, type Peer, type PeerCardResponse, type Representation, type SessionGet, type PeerChatResponse, type PeerGetContextResponse, type PeerSearchResponse, type PeerWorkingRepresentationResponse, type PeerUpdateParams, type PeerListParams, type PeerCardParams, type PeerChatParams, type PeerGetContextParams, type PeerGetOrCreateParams, type PeerSearchParams, type PeerSetCardParams, type PeerWorkingRepresentationParams, } from "./peers/index.js";
|
|
4
3
|
export { SessionsPage, Sessions, type Session, type SessionConfiguration, type Summary, type SessionDeleteResponse, type SessionGetContextResponse, type SessionSearchResponse, type SessionSummariesResponse, type SessionUpdateParams, type SessionListParams, type SessionCloneParams, type SessionGetContextParams, type SessionGetOrCreateParams, type SessionSearchParams, } from "./sessions/index.js";
|
|
5
4
|
export { WebhookEndpointsPage, Webhooks, type WebhookEndpoint, type WebhookDeleteResponse, type WebhookTestEmitResponse, type WebhookListParams, type WebhookGetOrCreateParams, } from "./webhooks.js";
|
|
6
|
-
export { WorkspacesPage, Workspaces, type DeriverConfiguration, type DeriverStatus, type DreamConfiguration, type MessageSearchOptions, type PeerCardConfiguration, type
|
|
5
|
+
export { WorkspacesPage, Workspaces, type DeriverConfiguration, type DeriverStatus, type DreamConfiguration, type MessageSearchOptions, type PeerCardConfiguration, type SummaryConfiguration, type Workspace, type WorkspaceConfiguration, type WorkspaceSearchResponse, type WorkspaceUpdateParams, type WorkspaceListParams, type WorkspaceDeriverStatusParams, type WorkspaceGetOrCreateParams, type WorkspaceSearchParams, type WorkspaceTriggerDreamParams, } from "./workspaces.js";
|
|
7
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/workspaces/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/workspaces/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,GAC5B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,SAAS,EACT,KAAK,EACL,KAAK,QAAQ,EACb,KAAK,WAAW,EAChB,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,iCAAiC,EACtC,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,GACrC,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,YAAY,EACZ,QAAQ,EACR,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,GACzB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,oBAAoB,EACpB,QAAQ,EACR,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,wBAAwB,GAC9B,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,cAAc,EACd,UAAU,EACV,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,GACjC,MAAM,cAAc,CAAC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Workspaces = exports.WorkspacesPage = exports.Webhooks = exports.WebhookEndpointsPage = exports.Sessions = exports.SessionsPage = exports.Peers = exports.PeersPage = exports.Observations = exports.ObservationsPage =
|
|
5
|
-
var conclusions_1 = require("./conclusions.js");
|
|
6
|
-
Object.defineProperty(exports, "ConclusionsPage", { enumerable: true, get: function () { return conclusions_1.ConclusionsPage; } });
|
|
7
|
-
Object.defineProperty(exports, "Conclusions", { enumerable: true, get: function () { return conclusions_1.Conclusions; } });
|
|
4
|
+
exports.Workspaces = exports.WorkspacesPage = exports.Webhooks = exports.WebhookEndpointsPage = exports.Sessions = exports.SessionsPage = exports.Peers = exports.PeersPage = exports.Observations = exports.ObservationsPage = void 0;
|
|
8
5
|
var observations_1 = require("./observations.js");
|
|
9
6
|
Object.defineProperty(exports, "ObservationsPage", { enumerable: true, get: function () { return observations_1.ObservationsPage; } });
|
|
10
7
|
Object.defineProperty(exports, "Observations", { enumerable: true, get: function () { return observations_1.Observations; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/workspaces/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/workspaces/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAcwB;AAbtB,gHAAA,gBAAgB,OAAA;AAChB,4GAAA,YAAY,OAAA;AAad,0CAsBuB;AArBrB,kGAAA,SAAS,OAAA;AACT,8FAAA,KAAK,OAAA;AAqBP,6CAgB0B;AAfxB,qGAAA,YAAY,OAAA;AACZ,iGAAA,QAAQ,OAAA;AAeV,0CAQoB;AAPlB,gHAAA,oBAAoB,OAAA;AACpB,oGAAA,QAAQ,OAAA;AAOV,8CAkBsB;AAjBpB,4GAAA,cAAc,OAAA;AACd,wGAAA,UAAU,OAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
export { ConclusionsPage, Conclusions, } from "./conclusions.mjs";
|
|
3
2
|
export { ObservationsPage, Observations, } from "./observations.mjs";
|
|
4
3
|
export { PeersPage, Peers, } from "./peers/index.mjs";
|
|
5
4
|
export { SessionsPage, Sessions, } from "./sessions/index.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/workspaces/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/workspaces/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,gBAAgB,EAChB,YAAY,GAYb;OACM,EACL,SAAS,EACT,KAAK,GAoBN;OACM,EACL,YAAY,EACZ,QAAQ,GAcT;OACM,EACL,oBAAoB,EACpB,QAAQ,GAMT;OACM,EACL,cAAc,EACd,UAAU,GAgBX"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../../resource.js";
|
|
2
2
|
import * as Core from "../../core.js";
|
|
3
|
-
import * as ConclusionsAPI from "./conclusions.js";
|
|
4
3
|
import { Page, type PageParams } from "../../pagination.js";
|
|
5
4
|
export declare class Observations extends APIResource {
|
|
6
5
|
/**
|
|
@@ -11,8 +10,6 @@ export declare class Observations extends APIResource {
|
|
|
11
10
|
* the workspace. Embeddings are automatically generated for semantic search.
|
|
12
11
|
*
|
|
13
12
|
* Maximum of 100 observations per request.
|
|
14
|
-
*
|
|
15
|
-
* @deprecated
|
|
16
13
|
*/
|
|
17
14
|
create(workspaceId: string, body: ObservationCreateParams, options?: Core.RequestOptions): Core.APIPromise<ObservationCreateResponse>;
|
|
18
15
|
/**
|
|
@@ -21,8 +18,6 @@ export declare class Observations extends APIResource {
|
|
|
21
18
|
*
|
|
22
19
|
* Observations can be filtered by session_id, observer_id and observed_id using
|
|
23
20
|
* the filters parameter.
|
|
24
|
-
*
|
|
25
|
-
* @deprecated
|
|
26
21
|
*/
|
|
27
22
|
list(workspaceId: string, params?: ObservationListParams, options?: Core.RequestOptions): Core.PagePromise<ObservationsPage, Observation>;
|
|
28
23
|
list(workspaceId: string, options?: Core.RequestOptions): Core.PagePromise<ObservationsPage, Observation>;
|
|
@@ -31,8 +26,6 @@ export declare class Observations extends APIResource {
|
|
|
31
26
|
*
|
|
32
27
|
* This permanently deletes the observation (document) from the theory-of-mind
|
|
33
28
|
* system. This action cannot be undone.
|
|
34
|
-
*
|
|
35
|
-
* @deprecated
|
|
36
29
|
*/
|
|
37
30
|
delete(workspaceId: string, observationId: string, options?: Core.RequestOptions): Core.APIPromise<unknown>;
|
|
38
31
|
/**
|
|
@@ -41,50 +34,48 @@ export declare class Observations extends APIResource {
|
|
|
41
34
|
* Performs vector similarity search on observations to find semantically relevant
|
|
42
35
|
* results. Observer and observed are required for semantic search and must be
|
|
43
36
|
* provided in filters.
|
|
44
|
-
*
|
|
45
|
-
* @deprecated
|
|
46
37
|
*/
|
|
47
38
|
query(workspaceId: string, body: ObservationQueryParams, options?: Core.RequestOptions): Core.APIPromise<ObservationQueryResponse>;
|
|
48
39
|
}
|
|
49
40
|
export declare class ObservationsPage extends Page<Observation> {
|
|
50
41
|
}
|
|
51
42
|
/**
|
|
52
|
-
*
|
|
43
|
+
* Observation response - external view of a document
|
|
53
44
|
*/
|
|
54
45
|
export interface Observation {
|
|
55
46
|
id: string;
|
|
56
47
|
content: string;
|
|
57
48
|
created_at: string;
|
|
58
49
|
/**
|
|
59
|
-
* The peer
|
|
50
|
+
* The peer being observed
|
|
60
51
|
*/
|
|
61
52
|
observed_id: string;
|
|
62
53
|
/**
|
|
63
|
-
* The peer who made the
|
|
54
|
+
* The peer who made the observation
|
|
64
55
|
*/
|
|
65
56
|
observer_id: string;
|
|
66
57
|
session_id: string;
|
|
67
58
|
}
|
|
68
59
|
/**
|
|
69
|
-
*
|
|
60
|
+
* Schema for creating a single observation
|
|
70
61
|
*/
|
|
71
62
|
export interface ObservationCreate {
|
|
72
63
|
content: string;
|
|
73
64
|
/**
|
|
74
|
-
* The peer
|
|
65
|
+
* The peer being observed
|
|
75
66
|
*/
|
|
76
67
|
observed_id: string;
|
|
77
68
|
/**
|
|
78
|
-
* The peer making the
|
|
69
|
+
* The peer making the observation
|
|
79
70
|
*/
|
|
80
71
|
observer_id: string;
|
|
81
72
|
/**
|
|
82
|
-
* The session this
|
|
73
|
+
* The session this observation relates to
|
|
83
74
|
*/
|
|
84
75
|
session_id: string;
|
|
85
76
|
}
|
|
86
77
|
/**
|
|
87
|
-
*
|
|
78
|
+
* Schema for listing observations with optional filters
|
|
88
79
|
*/
|
|
89
80
|
export interface ObservationGet {
|
|
90
81
|
filters?: {
|
|
@@ -92,7 +83,7 @@ export interface ObservationGet {
|
|
|
92
83
|
} | null;
|
|
93
84
|
}
|
|
94
85
|
/**
|
|
95
|
-
*
|
|
86
|
+
* Query parameters for semantic search of observations
|
|
96
87
|
*/
|
|
97
88
|
export interface ObservationQuery {
|
|
98
89
|
/**
|
|
@@ -125,7 +116,6 @@ export type ObservationCreateResponse = Array<Observation>;
|
|
|
125
116
|
export type ObservationDeleteResponse = unknown;
|
|
126
117
|
export type ObservationQueryResponse = Array<Observation>;
|
|
127
118
|
export interface ObservationCreateParams {
|
|
128
|
-
conclusions: Array<ConclusionsAPI.ConclusionCreate>;
|
|
129
119
|
observations: Array<ObservationCreate>;
|
|
130
120
|
}
|
|
131
121
|
export interface ObservationListParams extends PageParams {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observations.d.ts","sourceRoot":"","sources":["../../src/resources/workspaces/observations.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,
|
|
1
|
+
{"version":3,"file":"observations.d.ts","sourceRoot":"","sources":["../../src/resources/workspaces/observations.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,8 +14,6 @@ class Observations extends resource_1.APIResource {
|
|
|
14
14
|
* the workspace. Embeddings are automatically generated for semantic search.
|
|
15
15
|
*
|
|
16
16
|
* Maximum of 100 observations per request.
|
|
17
|
-
*
|
|
18
|
-
* @deprecated
|
|
19
17
|
*/
|
|
20
18
|
create(workspaceId, body, options) {
|
|
21
19
|
return this._client.post(`/v2/workspaces/${workspaceId}/observations`, { body, ...options });
|
|
@@ -37,8 +35,6 @@ class Observations extends resource_1.APIResource {
|
|
|
37
35
|
*
|
|
38
36
|
* This permanently deletes the observation (document) from the theory-of-mind
|
|
39
37
|
* system. This action cannot be undone.
|
|
40
|
-
*
|
|
41
|
-
* @deprecated
|
|
42
38
|
*/
|
|
43
39
|
delete(workspaceId, observationId, options) {
|
|
44
40
|
return this._client.delete(`/v2/workspaces/${workspaceId}/observations/${observationId}`, options);
|
|
@@ -49,8 +45,6 @@ class Observations extends resource_1.APIResource {
|
|
|
49
45
|
* Performs vector similarity search on observations to find semantically relevant
|
|
50
46
|
* results. Observer and observed are required for semantic search and must be
|
|
51
47
|
* provided in filters.
|
|
52
|
-
*
|
|
53
|
-
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
query(workspaceId, body, options) {
|
|
56
50
|
return this._client.post(`/v2/workspaces/${workspaceId}/observations/query`, { body, ...options });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observations.js","sourceRoot":"","sources":["../../src/resources/workspaces/observations.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAC7C,wCAA8C;
|
|
1
|
+
{"version":3,"file":"observations.js","sourceRoot":"","sources":["../../src/resources/workspaces/observations.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAE9C,oDAAyD;AAEzD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;;;;;;;OAQG;IACH,MAAM,CACJ,WAAmB,EACnB,IAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,WAAW,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAeD,IAAI,CACF,WAAmB,EACnB,SAAsD,EAAE,EACxD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,MAAM,CAAC,EAAE;YAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;SAC3C;QACD,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAChD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,kBAAkB,WAAW,oBAAoB,EAAE,gBAAgB,EAAE;YAClG,KAAK,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE;YAC9B,IAAI;YACJ,MAAM,EAAE,MAAM;YACd,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,MAAM,CACJ,WAAmB,EACnB,aAAqB,EACrB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,kBAAkB,WAAW,iBAAiB,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IACrG,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CACH,WAAmB,EACnB,IAA4B,EAC5B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,WAAW,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF;AA5ED,oCA4EC;AAED,MAAa,gBAAiB,SAAQ,iBAAiB;CAAG;AAA1D,4CAA0D;AAuI1D,YAAY,CAAC,gBAAgB,GAAG,gBAAgB,CAAC"}
|
|
@@ -11,8 +11,6 @@ export class Observations extends APIResource {
|
|
|
11
11
|
* the workspace. Embeddings are automatically generated for semantic search.
|
|
12
12
|
*
|
|
13
13
|
* Maximum of 100 observations per request.
|
|
14
|
-
*
|
|
15
|
-
* @deprecated
|
|
16
14
|
*/
|
|
17
15
|
create(workspaceId, body, options) {
|
|
18
16
|
return this._client.post(`/v2/workspaces/${workspaceId}/observations`, { body, ...options });
|
|
@@ -34,8 +32,6 @@ export class Observations extends APIResource {
|
|
|
34
32
|
*
|
|
35
33
|
* This permanently deletes the observation (document) from the theory-of-mind
|
|
36
34
|
* system. This action cannot be undone.
|
|
37
|
-
*
|
|
38
|
-
* @deprecated
|
|
39
35
|
*/
|
|
40
36
|
delete(workspaceId, observationId, options) {
|
|
41
37
|
return this._client.delete(`/v2/workspaces/${workspaceId}/observations/${observationId}`, options);
|
|
@@ -46,8 +42,6 @@ export class Observations extends APIResource {
|
|
|
46
42
|
* Performs vector similarity search on observations to find semantically relevant
|
|
47
43
|
* results. Observer and observed are required for semantic search and must be
|
|
48
44
|
* provided in filters.
|
|
49
|
-
*
|
|
50
|
-
* @deprecated
|
|
51
45
|
*/
|
|
52
46
|
query(workspaceId, body, options) {
|
|
53
47
|
return this._client.post(`/v2/workspaces/${workspaceId}/observations/query`, { body, ...options });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observations.mjs","sourceRoot":"","sources":["../../src/resources/workspaces/observations.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;
|
|
1
|
+
{"version":3,"file":"observations.mjs","sourceRoot":"","sources":["../../src/resources/workspaces/observations.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;;;;;;;OAQG;IACH,MAAM,CACJ,WAAmB,EACnB,IAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,WAAW,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAeD,IAAI,CACF,WAAmB,EACnB,SAAsD,EAAE,EACxD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,MAAM,CAAC,EAAE;YAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;SAC3C;QACD,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAChD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,kBAAkB,WAAW,oBAAoB,EAAE,gBAAgB,EAAE;YAClG,KAAK,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE;YAC9B,IAAI;YACJ,MAAM,EAAE,MAAM;YACd,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,MAAM,CACJ,WAAmB,EACnB,aAAqB,EACrB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,kBAAkB,WAAW,iBAAiB,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IACrG,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CACH,WAAmB,EACnB,IAA4B,EAC5B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,WAAW,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,IAAiB;CAAG;AAuI1D,YAAY,CAAC,gBAAgB,GAAG,gBAAgB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { PeersPage, Peers, type PagePeer, type PageSession, type Peer, type PeerCardResponse, type SessionGet, type PeerChatResponse, type PeerGetContextResponse, type PeerSearchResponse, type PeerWorkingRepresentationResponse, type PeerUpdateParams, type PeerListParams, type PeerCardParams, type PeerChatParams, type PeerGetContextParams, type PeerGetOrCreateParams, type PeerSearchParams, type PeerSetCardParams, type PeerWorkingRepresentationParams, } from "./peers.js";
|
|
1
|
+
export { PeersPage, Peers, type PagePeer, type PageSession, type Peer, type PeerCardResponse, type Representation, type SessionGet, type PeerChatResponse, type PeerGetContextResponse, type PeerSearchResponse, type PeerWorkingRepresentationResponse, type PeerUpdateParams, type PeerListParams, type PeerCardParams, type PeerChatParams, type PeerGetContextParams, type PeerGetOrCreateParams, type PeerSearchParams, type PeerSetCardParams, type PeerWorkingRepresentationParams, } from "./peers.js";
|
|
2
2
|
export { Sessions, type SessionListParams } from "./sessions.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/workspaces/peers/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,EACT,KAAK,EACL,KAAK,QAAQ,EACb,KAAK,WAAW,EAChB,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,iCAAiC,EACtC,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,GACrC,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/workspaces/peers/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,EACT,KAAK,EACL,KAAK,QAAQ,EACb,KAAK,WAAW,EAChB,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,iCAAiC,EACtC,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,GACrC,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/workspaces/peers/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/workspaces/peers/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,oCAsBiB;AArBf,kGAAA,SAAS,OAAA;AACT,8FAAA,KAAK,OAAA;AAqBP,0CAA8D;AAArD,oGAAA,QAAQ,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/workspaces/peers/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,SAAS,EACT,KAAK,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/workspaces/peers/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,SAAS,EACT,KAAK,GAoBN;OACM,EAAE,QAAQ,EAA0B"}
|
|
@@ -102,6 +102,68 @@ export interface PeerCardResponse {
|
|
|
102
102
|
*/
|
|
103
103
|
peer_card?: Array<string> | null;
|
|
104
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* A Representation is a traversable and diffable map of observations. At the base,
|
|
107
|
+
* we have a list of explicit observations, derived from a peer's messages.
|
|
108
|
+
*
|
|
109
|
+
* From there, deductive observations can be made by establishing logical
|
|
110
|
+
* relationships between explicit observations.
|
|
111
|
+
*
|
|
112
|
+
* In the future, we can add more levels of reasoning on top of these.
|
|
113
|
+
*
|
|
114
|
+
* All of a peer's observations are stored as documents in a collection. These
|
|
115
|
+
* documents can be queried in various ways to produce this Representation object.
|
|
116
|
+
*
|
|
117
|
+
* Additionally, a "working representation" is a version of this data structure
|
|
118
|
+
* representing the most recent observations within a single session.
|
|
119
|
+
*
|
|
120
|
+
* A representation can have a maximum number of observations, which is applied
|
|
121
|
+
* individually to each level of reasoning. If a maximum is set, observations are
|
|
122
|
+
* added and removed in FIFO order.
|
|
123
|
+
*/
|
|
124
|
+
export interface Representation {
|
|
125
|
+
/**
|
|
126
|
+
* Conclusions that MUST be true given explicit facts and premises - strict logical
|
|
127
|
+
* necessities. Each deduction should have premises and a single conclusion.
|
|
128
|
+
*/
|
|
129
|
+
deductive?: Array<Representation.Deductive>;
|
|
130
|
+
/**
|
|
131
|
+
* Facts LITERALLY stated by the user - direct quotes or clear paraphrases only, no
|
|
132
|
+
* interpretation or inference. Example: ['The user is 25 years old', 'The user has
|
|
133
|
+
* a dog']
|
|
134
|
+
*/
|
|
135
|
+
explicit?: Array<Representation.Explicit>;
|
|
136
|
+
}
|
|
137
|
+
export declare namespace Representation {
|
|
138
|
+
/**
|
|
139
|
+
* Deductive observation with multiple premises and one conclusion, plus metadata.
|
|
140
|
+
*/
|
|
141
|
+
interface Deductive {
|
|
142
|
+
/**
|
|
143
|
+
* The deductive conclusion
|
|
144
|
+
*/
|
|
145
|
+
conclusion: string;
|
|
146
|
+
created_at: string;
|
|
147
|
+
message_ids: Array<number>;
|
|
148
|
+
session_name: string;
|
|
149
|
+
/**
|
|
150
|
+
* Supporting premises or evidence for this conclusion
|
|
151
|
+
*/
|
|
152
|
+
premises?: Array<string>;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* Explicit observation with content and metadata.
|
|
156
|
+
*/
|
|
157
|
+
interface Explicit {
|
|
158
|
+
/**
|
|
159
|
+
* The explicit observation
|
|
160
|
+
*/
|
|
161
|
+
content: string;
|
|
162
|
+
created_at: string;
|
|
163
|
+
message_ids: Array<number>;
|
|
164
|
+
session_name: string;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
105
167
|
export interface SessionGet {
|
|
106
168
|
filters?: {
|
|
107
169
|
[key: string]: unknown;
|
|
@@ -145,71 +207,7 @@ export interface PeerGetContextResponse {
|
|
|
145
207
|
* individually to each level of reasoning. If a maximum is set, observations are
|
|
146
208
|
* added and removed in FIFO order.
|
|
147
209
|
*/
|
|
148
|
-
representation?:
|
|
149
|
-
}
|
|
150
|
-
export declare namespace PeerGetContextResponse {
|
|
151
|
-
/**
|
|
152
|
-
* A Representation is a traversable and diffable map of observations. At the base,
|
|
153
|
-
* we have a list of explicit observations, derived from a peer's messages.
|
|
154
|
-
*
|
|
155
|
-
* From there, deductive observations can be made by establishing logical
|
|
156
|
-
* relationships between explicit observations.
|
|
157
|
-
*
|
|
158
|
-
* In the future, we can add more levels of reasoning on top of these.
|
|
159
|
-
*
|
|
160
|
-
* All of a peer's observations are stored as documents in a collection. These
|
|
161
|
-
* documents can be queried in various ways to produce this Representation object.
|
|
162
|
-
*
|
|
163
|
-
* Additionally, a "working representation" is a version of this data structure
|
|
164
|
-
* representing the most recent observations within a single session.
|
|
165
|
-
*
|
|
166
|
-
* A representation can have a maximum number of observations, which is applied
|
|
167
|
-
* individually to each level of reasoning. If a maximum is set, observations are
|
|
168
|
-
* added and removed in FIFO order.
|
|
169
|
-
*/
|
|
170
|
-
interface Representation {
|
|
171
|
-
/**
|
|
172
|
-
* Conclusions that MUST be true given explicit facts and premises - strict logical
|
|
173
|
-
* necessities. Each deduction should have premises and a single conclusion.
|
|
174
|
-
*/
|
|
175
|
-
deductive?: Array<Representation.Deductive>;
|
|
176
|
-
/**
|
|
177
|
-
* Facts LITERALLY stated by the user - direct quotes or clear paraphrases only, no
|
|
178
|
-
* interpretation or inference. Example: ['The user is 25 years old', 'The user has
|
|
179
|
-
* a dog']
|
|
180
|
-
*/
|
|
181
|
-
explicit?: Array<Representation.Explicit>;
|
|
182
|
-
}
|
|
183
|
-
namespace Representation {
|
|
184
|
-
/**
|
|
185
|
-
* Deductive observation with multiple premises and one conclusion, plus metadata.
|
|
186
|
-
*/
|
|
187
|
-
interface Deductive {
|
|
188
|
-
/**
|
|
189
|
-
* The deductive conclusion
|
|
190
|
-
*/
|
|
191
|
-
conclusion: string;
|
|
192
|
-
created_at: string;
|
|
193
|
-
message_ids: Array<number>;
|
|
194
|
-
session_name: string;
|
|
195
|
-
/**
|
|
196
|
-
* Supporting premises or evidence for this conclusion
|
|
197
|
-
*/
|
|
198
|
-
premises?: Array<string>;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* Explicit observation with content and metadata.
|
|
202
|
-
*/
|
|
203
|
-
interface Explicit {
|
|
204
|
-
/**
|
|
205
|
-
* The explicit observation
|
|
206
|
-
*/
|
|
207
|
-
content: string;
|
|
208
|
-
created_at: string;
|
|
209
|
-
message_ids: Array<number>;
|
|
210
|
-
session_name: string;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
210
|
+
representation?: Representation | null;
|
|
213
211
|
}
|
|
214
212
|
export type PeerSearchResponse = Array<MessagesAPI.Message>;
|
|
215
213
|
export type PeerWorkingRepresentationResponse = {
|
|
@@ -354,7 +352,7 @@ export interface PeerWorkingRepresentationParams {
|
|
|
354
352
|
target?: string | null;
|
|
355
353
|
}
|
|
356
354
|
export declare namespace Peers {
|
|
357
|
-
export { type PagePeer as PagePeer, type PageSession as PageSession, type Peer as Peer, type PeerCardResponse as PeerCardResponse, type SessionGet as SessionGet, type PeerChatResponse as PeerChatResponse, type PeerGetContextResponse as PeerGetContextResponse, type PeerSearchResponse as PeerSearchResponse, type PeerWorkingRepresentationResponse as PeerWorkingRepresentationResponse, PeersPage as PeersPage, type PeerUpdateParams as PeerUpdateParams, type PeerListParams as PeerListParams, type PeerCardParams as PeerCardParams, type PeerChatParams as PeerChatParams, type PeerGetContextParams as PeerGetContextParams, type PeerGetOrCreateParams as PeerGetOrCreateParams, type PeerSearchParams as PeerSearchParams, type PeerSetCardParams as PeerSetCardParams, type PeerWorkingRepresentationParams as PeerWorkingRepresentationParams, };
|
|
355
|
+
export { type PagePeer as PagePeer, type PageSession as PageSession, type Peer as Peer, type PeerCardResponse as PeerCardResponse, type Representation as Representation, type SessionGet as SessionGet, type PeerChatResponse as PeerChatResponse, type PeerGetContextResponse as PeerGetContextResponse, type PeerSearchResponse as PeerSearchResponse, type PeerWorkingRepresentationResponse as PeerWorkingRepresentationResponse, PeersPage as PeersPage, type PeerUpdateParams as PeerUpdateParams, type PeerListParams as PeerListParams, type PeerCardParams as PeerCardParams, type PeerChatParams as PeerChatParams, type PeerGetContextParams as PeerGetContextParams, type PeerGetOrCreateParams as PeerGetOrCreateParams, type PeerSearchParams as PeerSearchParams, type PeerSetCardParams as PeerSetCardParams, type PeerWorkingRepresentationParams as PeerWorkingRepresentationParams, };
|
|
358
356
|
export { Sessions as Sessions, type SessionListParams as SessionListParams };
|
|
359
357
|
}
|
|
360
358
|
//# sourceMappingURL=peers.d.ts.map
|