@dxos/protocols 0.3.3-main.6b9536c → 0.3.3-main.76bfae3
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/cjs/src/proto/gen/dxos/agent/dashboard.d.ts +37 -13
- package/dist/cjs/src/proto/gen/dxos/agent/dashboard.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/agent/dashboard.js +5 -5
- package/dist/cjs/src/proto/gen/dxos/agent/dashboard.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/agent/{indexing.d.ts → search.d.ts} +6 -6
- package/dist/cjs/src/proto/gen/dxos/agent/search.d.ts.map +1 -0
- package/dist/cjs/src/proto/gen/dxos/agent/{indexing.js → search.js} +2 -2
- package/dist/cjs/src/proto/gen/dxos/agent/search.js.map +1 -0
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts +175 -175
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/client/services.js +25 -25
- package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/config.d.ts +28 -3
- package/dist/cjs/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/google/protobuf.d.ts +8 -8
- package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/google/protobuf.js.map +1 -1
- package/dist/cjs/src/proto/gen/index.d.ts +13 -11
- package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.js +1 -1
- package/dist/cjs/src/proto/gen/index.js.map +1 -1
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/src/proto/gen/dxos/agent/dashboard.d.ts +37 -13
- package/dist/esm/src/proto/gen/dxos/agent/dashboard.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/agent/dashboard.js +4 -4
- package/dist/esm/src/proto/gen/dxos/agent/dashboard.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/agent/{indexing.d.ts → search.d.ts} +6 -6
- package/dist/esm/src/proto/gen/dxos/agent/search.d.ts.map +1 -0
- package/dist/esm/src/proto/gen/dxos/agent/{indexing.js → search.js} +2 -2
- package/dist/esm/src/proto/gen/dxos/agent/search.js.map +1 -0
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts +175 -175
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.js +24 -24
- package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/config.d.ts +28 -3
- package/dist/esm/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/google/protobuf.d.ts +8 -8
- package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/google/protobuf.js.map +1 -1
- package/dist/esm/src/proto/gen/index.d.ts +13 -11
- package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.js +1 -1
- package/dist/esm/src/proto/gen/index.js.map +1 -1
- package/package.json +5 -5
- package/src/proto/dxos/agent/dashboard.proto +22 -8
- package/src/proto/dxos/agent/{indexing.proto → search.proto} +1 -2
- package/src/proto/dxos/config.proto +9 -3
- package/src/proto/gen/dxos/agent/dashboard.ts +36 -14
- package/src/proto/gen/dxos/agent/functions.ts +1 -1
- package/src/proto/gen/dxos/agent/{indexing.ts → search.ts} +5 -5
- package/src/proto/gen/dxos/bot.ts +1 -1
- package/src/proto/gen/dxos/client/services.ts +176 -176
- package/src/proto/gen/dxos/config.ts +29 -4
- package/src/proto/gen/dxos/devtools/host.ts +32 -32
- package/src/proto/gen/dxos/devtools/swarm.ts +1 -1
- package/src/proto/gen/dxos/echo/blob.ts +1 -1
- package/src/proto/gen/dxos/echo/feed.ts +1 -1
- package/src/proto/gen/dxos/echo/metadata.ts +1 -1
- package/src/proto/gen/dxos/echo/model/document.ts +1 -1
- package/src/proto/gen/dxos/echo/model/messenger.ts +1 -1
- package/src/proto/gen/dxos/echo/model/text.ts +1 -1
- package/src/proto/gen/dxos/echo/object.ts +1 -1
- package/src/proto/gen/dxos/echo/service.ts +1 -1
- package/src/proto/gen/dxos/echo/snapshot.ts +1 -1
- package/src/proto/gen/dxos/echo/timeframe.ts +1 -1
- package/src/proto/gen/dxos/error.ts +1 -1
- package/src/proto/gen/dxos/gravity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/greet.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/identity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials.ts +1 -1
- package/src/proto/gen/dxos/halo/invitations.ts +1 -1
- package/src/proto/gen/dxos/halo/keyring.ts +1 -1
- package/src/proto/gen/dxos/halo/keys.ts +1 -1
- package/src/proto/gen/dxos/halo/signed.ts +1 -1
- package/src/proto/gen/dxos/iframe.ts +1 -1
- package/src/proto/gen/dxos/keys.ts +1 -1
- package/src/proto/gen/dxos/mesh/bridge.ts +1 -1
- package/src/proto/gen/dxos/mesh/broadcast.ts +1 -1
- package/src/proto/gen/dxos/mesh/messaging.ts +1 -1
- package/src/proto/gen/dxos/mesh/muxer.ts +1 -1
- package/src/proto/gen/dxos/mesh/presence.ts +1 -1
- package/src/proto/gen/dxos/mesh/protocol.ts +1 -1
- package/src/proto/gen/dxos/mesh/replicator.ts +1 -1
- package/src/proto/gen/dxos/mesh/signal.ts +1 -1
- package/src/proto/gen/dxos/mesh/swarm.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/auth.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/blobsync.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/control.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/gossip.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/replicator.ts +1 -1
- package/src/proto/gen/dxos/registry.ts +1 -1
- package/src/proto/gen/dxos/rpc.ts +1 -1
- package/src/proto/gen/dxos/service/publisher.ts +1 -1
- package/src/proto/gen/dxos/service/supervisor.ts +1 -1
- package/src/proto/gen/dxos/service/tunnel.ts +1 -1
- package/src/proto/gen/dxos/tracing.ts +1 -1
- package/src/proto/gen/dxos/type.ts +1 -1
- package/src/proto/gen/dxos/value.ts +1 -1
- package/src/proto/gen/example/testing/data.ts +1 -1
- package/src/proto/gen/example/testing/rpc.ts +1 -1
- package/src/proto/gen/google/protobuf.ts +9 -9
- package/src/proto/gen/index.ts +14 -12
- package/dist/cjs/src/proto/gen/dxos/agent/indexing.d.ts.map +0 -1
- package/dist/cjs/src/proto/gen/dxos/agent/indexing.js.map +0 -1
- package/dist/esm/src/proto/gen/dxos/agent/indexing.d.ts.map +0 -1
- package/dist/esm/src/proto/gen/dxos/agent/indexing.js.map +0 -1
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -55,6 +55,37 @@ import * as dxos_value from "../value";
|
|
|
55
55
|
import * as example_testing_data from "../../example/testing/data";
|
|
56
56
|
import * as example_testing_rpc from "../../example/testing/rpc";
|
|
57
57
|
import * as google_protobuf from "../../google/protobuf";
|
|
58
|
+
/**
|
|
59
|
+
* Defined in:
|
|
60
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
61
|
+
*/
|
|
62
|
+
export interface Services {
|
|
63
|
+
spaces?: SpaceStats[];
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Defined in:
|
|
67
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
68
|
+
*/
|
|
69
|
+
export interface SpaceStats {
|
|
70
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
71
|
+
peers?: PeerStats[];
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Defined in:
|
|
75
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
76
|
+
*/
|
|
77
|
+
export interface PeerStats {
|
|
78
|
+
controlFeed: FeedStats;
|
|
79
|
+
dataFeed: FeedStats;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Defined in:
|
|
83
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
84
|
+
*/
|
|
85
|
+
export interface FeedStats {
|
|
86
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
87
|
+
length: number;
|
|
88
|
+
}
|
|
58
89
|
/**
|
|
59
90
|
* Defined in:
|
|
60
91
|
* {@link file://./../../../dxos/devtools/host.proto}
|
|
@@ -477,34 +508,3 @@ export interface SubscribeToSwarmInfoRequest {
|
|
|
477
508
|
export interface SubscribeToSwarmInfoResponse {
|
|
478
509
|
data?: dxos_devtools_swarm.SwarmInfo[];
|
|
479
510
|
}
|
|
480
|
-
/**
|
|
481
|
-
* Defined in:
|
|
482
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
483
|
-
*/
|
|
484
|
-
export interface Services {
|
|
485
|
-
spaces?: SpaceStats[];
|
|
486
|
-
}
|
|
487
|
-
/**
|
|
488
|
-
* Defined in:
|
|
489
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
490
|
-
*/
|
|
491
|
-
export interface SpaceStats {
|
|
492
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
493
|
-
peers?: PeerStats[];
|
|
494
|
-
}
|
|
495
|
-
/**
|
|
496
|
-
* Defined in:
|
|
497
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
498
|
-
*/
|
|
499
|
-
export interface PeerStats {
|
|
500
|
-
controlFeed: FeedStats;
|
|
501
|
-
dataFeed: FeedStats;
|
|
502
|
-
}
|
|
503
|
-
/**
|
|
504
|
-
* Defined in:
|
|
505
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
506
|
-
*/
|
|
507
|
-
export interface FeedStats {
|
|
508
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
509
|
-
length: number;
|
|
510
|
-
}
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../agent/search";
|
|
6
6
|
import * as dxos_bot from "../../bot";
|
|
7
7
|
import * as dxos_client_services from "../../client/services";
|
|
8
8
|
import * as dxos_config from "../../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../agent/search";
|
|
6
6
|
import * as dxos_bot from "../bot";
|
|
7
7
|
import * as dxos_client_services from "../client/services";
|
|
8
8
|
import * as dxos_config from "../config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "./agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "./agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "./agent/search";
|
|
6
6
|
import * as dxos_bot from "./bot";
|
|
7
7
|
import * as dxos_client_services from "./client/services";
|
|
8
8
|
import * as dxos_config from "./config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../dxos/agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../dxos/agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../dxos/agent/search";
|
|
6
6
|
import * as dxos_bot from "../../dxos/bot";
|
|
7
7
|
import * as dxos_client_services from "../../dxos/client/services";
|
|
8
8
|
import * as dxos_config from "../../dxos/config";
|
|
@@ -2,7 +2,7 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_agent_dashboard from "../../dxos/agent/dashboard";
|
|
4
4
|
import * as dxos_agent_functions from "../../dxos/agent/functions";
|
|
5
|
-
import * as
|
|
5
|
+
import * as dxos_agent_search from "../../dxos/agent/search";
|
|
6
6
|
import * as dxos_bot from "../../dxos/bot";
|
|
7
7
|
import * as dxos_client_services from "../../dxos/client/services";
|
|
8
8
|
import * as dxos_config from "../../dxos/config";
|