@dxos/protocols 0.3.3-main.e0ded2e → 0.3.3-main.e5ff429

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.
Files changed (120) hide show
  1. package/dist/cjs/src/proto/gen/dxos/agent/dashboard.d.ts +37 -13
  2. package/dist/cjs/src/proto/gen/dxos/agent/dashboard.d.ts.map +1 -1
  3. package/dist/cjs/src/proto/gen/dxos/agent/dashboard.js +5 -5
  4. package/dist/cjs/src/proto/gen/dxos/agent/dashboard.js.map +1 -1
  5. package/dist/cjs/src/proto/gen/dxos/agent/{indexing.d.ts → search.d.ts} +6 -6
  6. package/dist/cjs/src/proto/gen/dxos/agent/search.d.ts.map +1 -0
  7. package/dist/cjs/src/proto/gen/dxos/agent/{indexing.js → search.js} +2 -2
  8. package/dist/cjs/src/proto/gen/dxos/agent/search.js.map +1 -0
  9. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts +175 -175
  10. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  11. package/dist/cjs/src/proto/gen/dxos/client/services.js +25 -25
  12. package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -1
  13. package/dist/cjs/src/proto/gen/dxos/config.d.ts +28 -3
  14. package/dist/cjs/src/proto/gen/dxos/config.d.ts.map +1 -1
  15. package/dist/cjs/src/proto/gen/dxos/config.js.map +1 -1
  16. package/dist/cjs/src/proto/gen/dxos/devtools/swarm.d.ts +15 -0
  17. package/dist/cjs/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -1
  18. package/dist/cjs/src/proto/gen/dxos/tracing.d.ts +23 -0
  19. package/dist/cjs/src/proto/gen/dxos/tracing.d.ts.map +1 -1
  20. package/dist/cjs/src/proto/gen/google/protobuf.d.ts +8 -8
  21. package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -1
  22. package/dist/cjs/src/proto/gen/google/protobuf.js.map +1 -1
  23. package/dist/cjs/src/proto/gen/index.d.ts +15 -11
  24. package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
  25. package/dist/cjs/src/proto/gen/index.js +1 -1
  26. package/dist/cjs/src/proto/gen/index.js.map +1 -1
  27. package/dist/cjs/tsconfig.tsbuildinfo +1 -1
  28. package/dist/esm/src/proto/gen/dxos/agent/dashboard.d.ts +37 -13
  29. package/dist/esm/src/proto/gen/dxos/agent/dashboard.d.ts.map +1 -1
  30. package/dist/esm/src/proto/gen/dxos/agent/dashboard.js +4 -4
  31. package/dist/esm/src/proto/gen/dxos/agent/dashboard.js.map +1 -1
  32. package/dist/esm/src/proto/gen/dxos/agent/{indexing.d.ts → search.d.ts} +6 -6
  33. package/dist/esm/src/proto/gen/dxos/agent/search.d.ts.map +1 -0
  34. package/dist/esm/src/proto/gen/dxos/agent/{indexing.js → search.js} +2 -2
  35. package/dist/esm/src/proto/gen/dxos/agent/search.js.map +1 -0
  36. package/dist/esm/src/proto/gen/dxos/client/services.d.ts +175 -175
  37. package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  38. package/dist/esm/src/proto/gen/dxos/client/services.js +24 -24
  39. package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
  40. package/dist/esm/src/proto/gen/dxos/config.d.ts +28 -3
  41. package/dist/esm/src/proto/gen/dxos/config.d.ts.map +1 -1
  42. package/dist/esm/src/proto/gen/dxos/config.js.map +1 -1
  43. package/dist/esm/src/proto/gen/dxos/devtools/swarm.d.ts +15 -0
  44. package/dist/esm/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -1
  45. package/dist/esm/src/proto/gen/dxos/tracing.d.ts +23 -0
  46. package/dist/esm/src/proto/gen/dxos/tracing.d.ts.map +1 -1
  47. package/dist/esm/src/proto/gen/google/protobuf.d.ts +8 -8
  48. package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -1
  49. package/dist/esm/src/proto/gen/google/protobuf.js.map +1 -1
  50. package/dist/esm/src/proto/gen/index.d.ts +15 -11
  51. package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
  52. package/dist/esm/src/proto/gen/index.js +1 -1
  53. package/dist/esm/src/proto/gen/index.js.map +1 -1
  54. package/package.json +5 -5
  55. package/src/proto/dxos/agent/dashboard.proto +22 -8
  56. package/src/proto/dxos/agent/{indexing.proto → search.proto} +1 -2
  57. package/src/proto/dxos/config.proto +9 -3
  58. package/src/proto/dxos/devtools/swarm.proto +3 -0
  59. package/src/proto/dxos/tracing.proto +11 -0
  60. package/src/proto/gen/dxos/agent/dashboard.ts +36 -14
  61. package/src/proto/gen/dxos/agent/functions.ts +1 -1
  62. package/src/proto/gen/dxos/agent/{indexing.ts → search.ts} +5 -5
  63. package/src/proto/gen/dxos/bot.ts +1 -1
  64. package/src/proto/gen/dxos/client/services.ts +176 -176
  65. package/src/proto/gen/dxos/config.ts +29 -4
  66. package/src/proto/gen/dxos/devtools/host.ts +1 -1
  67. package/src/proto/gen/dxos/devtools/swarm.ts +16 -1
  68. package/src/proto/gen/dxos/echo/blob.ts +1 -1
  69. package/src/proto/gen/dxos/echo/feed.ts +1 -1
  70. package/src/proto/gen/dxos/echo/metadata.ts +1 -1
  71. package/src/proto/gen/dxos/echo/model/document.ts +1 -1
  72. package/src/proto/gen/dxos/echo/model/messenger.ts +1 -1
  73. package/src/proto/gen/dxos/echo/model/text.ts +1 -1
  74. package/src/proto/gen/dxos/echo/object.ts +1 -1
  75. package/src/proto/gen/dxos/echo/service.ts +1 -1
  76. package/src/proto/gen/dxos/echo/snapshot.ts +1 -1
  77. package/src/proto/gen/dxos/echo/timeframe.ts +1 -1
  78. package/src/proto/gen/dxos/error.ts +1 -1
  79. package/src/proto/gen/dxos/gravity.ts +1 -1
  80. package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -1
  81. package/src/proto/gen/dxos/halo/credentials/greet.ts +1 -1
  82. package/src/proto/gen/dxos/halo/credentials/identity.ts +1 -1
  83. package/src/proto/gen/dxos/halo/credentials.ts +1 -1
  84. package/src/proto/gen/dxos/halo/invitations.ts +1 -1
  85. package/src/proto/gen/dxos/halo/keyring.ts +1 -1
  86. package/src/proto/gen/dxos/halo/keys.ts +1 -1
  87. package/src/proto/gen/dxos/halo/signed.ts +1 -1
  88. package/src/proto/gen/dxos/iframe.ts +1 -1
  89. package/src/proto/gen/dxos/keys.ts +1 -1
  90. package/src/proto/gen/dxos/mesh/bridge.ts +1 -1
  91. package/src/proto/gen/dxos/mesh/broadcast.ts +1 -1
  92. package/src/proto/gen/dxos/mesh/messaging.ts +1 -1
  93. package/src/proto/gen/dxos/mesh/muxer.ts +1 -1
  94. package/src/proto/gen/dxos/mesh/presence.ts +1 -1
  95. package/src/proto/gen/dxos/mesh/protocol.ts +1 -1
  96. package/src/proto/gen/dxos/mesh/replicator.ts +1 -1
  97. package/src/proto/gen/dxos/mesh/signal.ts +1 -1
  98. package/src/proto/gen/dxos/mesh/swarm.ts +1 -1
  99. package/src/proto/gen/dxos/mesh/teleport/auth.ts +1 -1
  100. package/src/proto/gen/dxos/mesh/teleport/blobsync.ts +1 -1
  101. package/src/proto/gen/dxos/mesh/teleport/control.ts +1 -1
  102. package/src/proto/gen/dxos/mesh/teleport/gossip.ts +1 -1
  103. package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -1
  104. package/src/proto/gen/dxos/mesh/teleport/replicator.ts +1 -1
  105. package/src/proto/gen/dxos/registry.ts +1 -1
  106. package/src/proto/gen/dxos/rpc.ts +1 -1
  107. package/src/proto/gen/dxos/service/publisher.ts +1 -1
  108. package/src/proto/gen/dxos/service/supervisor.ts +1 -1
  109. package/src/proto/gen/dxos/service/tunnel.ts +1 -1
  110. package/src/proto/gen/dxos/tracing.ts +24 -1
  111. package/src/proto/gen/dxos/type.ts +1 -1
  112. package/src/proto/gen/dxos/value.ts +1 -1
  113. package/src/proto/gen/example/testing/data.ts +1 -1
  114. package/src/proto/gen/example/testing/rpc.ts +1 -1
  115. package/src/proto/gen/google/protobuf.ts +9 -9
  116. package/src/proto/gen/index.ts +16 -12
  117. package/dist/cjs/src/proto/gen/dxos/agent/indexing.d.ts.map +0 -1
  118. package/dist/cjs/src/proto/gen/dxos/agent/indexing.js.map +0 -1
  119. package/dist/esm/src/proto/gen/dxos/agent/indexing.d.ts.map +0 -1
  120. 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 dxos_agent_indexing from "./agent/indexing";
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_devtools_host from "./devtools/host";
@@ -456,7 +456,7 @@ export namespace Runtime {
456
456
  * Options:
457
457
  * - proto3_optional = true
458
458
  */
459
- indexing?: Runtime.Agent.Plugins.Indexing;
459
+ search?: Runtime.Agent.Plugins.Search;
460
460
  /**
461
461
  * Options:
462
462
  * - proto3_optional = true
@@ -469,7 +469,16 @@ export namespace Runtime {
469
469
  * {@link file://./../../dxos/config.proto}
470
470
  */
471
471
  export interface Functions {
472
- port: number;
472
+ /**
473
+ * Options:
474
+ * - proto3_optional = true
475
+ */
476
+ enabled?: boolean;
477
+ /**
478
+ * Options:
479
+ * - proto3_optional = true
480
+ */
481
+ port?: number;
473
482
  }
474
483
  /**
475
484
  * Automatic epoch creation.
@@ -518,7 +527,7 @@ export namespace Runtime {
518
527
  * Defined in:
519
528
  * {@link file://./../../dxos/config.proto}
520
529
  */
521
- export interface Indexing {
530
+ export interface Search {
522
531
  /**
523
532
  * Options:
524
533
  * - proto3_optional = true
@@ -538,6 +547,22 @@ export namespace Runtime {
538
547
  */
539
548
  enabled?: boolean;
540
549
  }
550
+ /**
551
+ * Defined in:
552
+ * {@link file://./../../dxos/config.proto}
553
+ */
554
+ export interface EchoProxy {
555
+ /**
556
+ * Options:
557
+ * - proto3_optional = true
558
+ */
559
+ enabled?: boolean;
560
+ /**
561
+ * Options:
562
+ * - proto3_optional = true
563
+ */
564
+ port?: number;
565
+ }
541
566
  }
542
567
  }
543
568
  /**
@@ -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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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";
@@ -96,6 +96,16 @@ export interface ConnectionInfo {
96
96
  * - proto3_optional = true
97
97
  */
98
98
  identity?: string;
99
+ /**
100
+ * Options:
101
+ * - proto3_optional = true
102
+ */
103
+ readBufferSize?: number;
104
+ /**
105
+ * Options:
106
+ * - proto3_optional = true
107
+ */
108
+ writeBufferSize?: number;
99
109
  }
100
110
  export namespace ConnectionInfo {
101
111
  /**
@@ -122,6 +132,11 @@ export namespace ConnectionInfo {
122
132
  * - proto3_optional = true
123
133
  */
124
134
  bytesReceivedRate?: number;
135
+ /**
136
+ * Options:
137
+ * - proto3_optional = true
138
+ */
139
+ writeBufferSize?: number;
125
140
  }
126
141
  }
127
142
  /**
@@ -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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "./agent/indexing";
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 dxos_agent_indexing from "./agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "./agent/indexing";
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 dxos_agent_indexing from "./agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "../../agent/indexing";
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 dxos_agent_indexing from "./agent/indexing";
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 dxos_agent_indexing from "./agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "../agent/indexing";
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 dxos_agent_indexing from "./agent/indexing";
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";
@@ -163,6 +163,7 @@ export interface Metric {
163
163
  name: string;
164
164
  counter?: Metric.Counter;
165
165
  timeSeries?: Metric.TimeSeries;
166
+ multiCounter?: Metric.MultiCounter;
166
167
  custom?: Metric.Custom;
167
168
  }
168
169
  export namespace Metric {
@@ -178,6 +179,28 @@ export namespace Metric {
178
179
  */
179
180
  units?: string;
180
181
  }
182
+ /**
183
+ * Defined in:
184
+ * {@link file://./../../dxos/tracing.proto}
185
+ */
186
+ export interface MultiCounter {
187
+ records?: Metric.MultiCounter.Record[];
188
+ /**
189
+ * Options:
190
+ * - proto3_optional = true
191
+ */
192
+ units?: string;
193
+ }
194
+ export namespace MultiCounter {
195
+ /**
196
+ * Defined in:
197
+ * {@link file://./../../dxos/tracing.proto}
198
+ */
199
+ export interface Record {
200
+ key: string;
201
+ value: number;
202
+ }
203
+ }
181
204
  /**
182
205
  * Defined in:
183
206
  * {@link file://./../../dxos/tracing.proto}
@@ -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 dxos_agent_indexing from "./agent/indexing";
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";