@dxos/protocols 0.3.3-main.10234ef → 0.3.3-main.1817c8a

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 (110) 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/google/protobuf.d.ts +8 -8
  17. package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -1
  18. package/dist/cjs/src/proto/gen/google/protobuf.js.map +1 -1
  19. package/dist/cjs/src/proto/gen/index.d.ts +13 -11
  20. package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
  21. package/dist/cjs/src/proto/gen/index.js +1 -1
  22. package/dist/cjs/src/proto/gen/index.js.map +1 -1
  23. package/dist/cjs/tsconfig.tsbuildinfo +1 -1
  24. package/dist/esm/src/proto/gen/dxos/agent/dashboard.d.ts +37 -13
  25. package/dist/esm/src/proto/gen/dxos/agent/dashboard.d.ts.map +1 -1
  26. package/dist/esm/src/proto/gen/dxos/agent/dashboard.js +4 -4
  27. package/dist/esm/src/proto/gen/dxos/agent/dashboard.js.map +1 -1
  28. package/dist/esm/src/proto/gen/dxos/agent/{indexing.d.ts → search.d.ts} +6 -6
  29. package/dist/esm/src/proto/gen/dxos/agent/search.d.ts.map +1 -0
  30. package/dist/esm/src/proto/gen/dxos/agent/{indexing.js → search.js} +2 -2
  31. package/dist/esm/src/proto/gen/dxos/agent/search.js.map +1 -0
  32. package/dist/esm/src/proto/gen/dxos/client/services.d.ts +175 -175
  33. package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  34. package/dist/esm/src/proto/gen/dxos/client/services.js +24 -24
  35. package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
  36. package/dist/esm/src/proto/gen/dxos/config.d.ts +28 -3
  37. package/dist/esm/src/proto/gen/dxos/config.d.ts.map +1 -1
  38. package/dist/esm/src/proto/gen/dxos/config.js.map +1 -1
  39. package/dist/esm/src/proto/gen/google/protobuf.d.ts +8 -8
  40. package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -1
  41. package/dist/esm/src/proto/gen/google/protobuf.js.map +1 -1
  42. package/dist/esm/src/proto/gen/index.d.ts +13 -11
  43. package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
  44. package/dist/esm/src/proto/gen/index.js +1 -1
  45. package/dist/esm/src/proto/gen/index.js.map +1 -1
  46. package/package.json +5 -5
  47. package/src/proto/dxos/agent/dashboard.proto +22 -8
  48. package/src/proto/dxos/agent/{indexing.proto → search.proto} +1 -2
  49. package/src/proto/dxos/config.proto +9 -3
  50. package/src/proto/gen/dxos/agent/dashboard.ts +36 -14
  51. package/src/proto/gen/dxos/agent/functions.ts +1 -1
  52. package/src/proto/gen/dxos/agent/{indexing.ts → search.ts} +5 -5
  53. package/src/proto/gen/dxos/bot.ts +1 -1
  54. package/src/proto/gen/dxos/client/services.ts +176 -176
  55. package/src/proto/gen/dxos/config.ts +29 -4
  56. package/src/proto/gen/dxos/devtools/host.ts +1 -1
  57. package/src/proto/gen/dxos/devtools/swarm.ts +1 -1
  58. package/src/proto/gen/dxos/echo/blob.ts +1 -1
  59. package/src/proto/gen/dxos/echo/feed.ts +1 -1
  60. package/src/proto/gen/dxos/echo/metadata.ts +1 -1
  61. package/src/proto/gen/dxos/echo/model/document.ts +1 -1
  62. package/src/proto/gen/dxos/echo/model/messenger.ts +1 -1
  63. package/src/proto/gen/dxos/echo/model/text.ts +1 -1
  64. package/src/proto/gen/dxos/echo/object.ts +1 -1
  65. package/src/proto/gen/dxos/echo/service.ts +1 -1
  66. package/src/proto/gen/dxos/echo/snapshot.ts +1 -1
  67. package/src/proto/gen/dxos/echo/timeframe.ts +1 -1
  68. package/src/proto/gen/dxos/error.ts +1 -1
  69. package/src/proto/gen/dxos/gravity.ts +1 -1
  70. package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -1
  71. package/src/proto/gen/dxos/halo/credentials/greet.ts +1 -1
  72. package/src/proto/gen/dxos/halo/credentials/identity.ts +1 -1
  73. package/src/proto/gen/dxos/halo/credentials.ts +1 -1
  74. package/src/proto/gen/dxos/halo/invitations.ts +1 -1
  75. package/src/proto/gen/dxos/halo/keyring.ts +1 -1
  76. package/src/proto/gen/dxos/halo/keys.ts +1 -1
  77. package/src/proto/gen/dxos/halo/signed.ts +1 -1
  78. package/src/proto/gen/dxos/iframe.ts +1 -1
  79. package/src/proto/gen/dxos/keys.ts +1 -1
  80. package/src/proto/gen/dxos/mesh/bridge.ts +1 -1
  81. package/src/proto/gen/dxos/mesh/broadcast.ts +1 -1
  82. package/src/proto/gen/dxos/mesh/messaging.ts +1 -1
  83. package/src/proto/gen/dxos/mesh/muxer.ts +1 -1
  84. package/src/proto/gen/dxos/mesh/presence.ts +1 -1
  85. package/src/proto/gen/dxos/mesh/protocol.ts +1 -1
  86. package/src/proto/gen/dxos/mesh/replicator.ts +1 -1
  87. package/src/proto/gen/dxos/mesh/signal.ts +1 -1
  88. package/src/proto/gen/dxos/mesh/swarm.ts +1 -1
  89. package/src/proto/gen/dxos/mesh/teleport/auth.ts +1 -1
  90. package/src/proto/gen/dxos/mesh/teleport/blobsync.ts +1 -1
  91. package/src/proto/gen/dxos/mesh/teleport/control.ts +1 -1
  92. package/src/proto/gen/dxos/mesh/teleport/gossip.ts +1 -1
  93. package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -1
  94. package/src/proto/gen/dxos/mesh/teleport/replicator.ts +1 -1
  95. package/src/proto/gen/dxos/registry.ts +1 -1
  96. package/src/proto/gen/dxos/rpc.ts +1 -1
  97. package/src/proto/gen/dxos/service/publisher.ts +1 -1
  98. package/src/proto/gen/dxos/service/supervisor.ts +1 -1
  99. package/src/proto/gen/dxos/service/tunnel.ts +1 -1
  100. package/src/proto/gen/dxos/tracing.ts +1 -1
  101. package/src/proto/gen/dxos/type.ts +1 -1
  102. package/src/proto/gen/dxos/value.ts +1 -1
  103. package/src/proto/gen/example/testing/data.ts +1 -1
  104. package/src/proto/gen/example/testing/rpc.ts +1 -1
  105. package/src/proto/gen/google/protobuf.ts +9 -9
  106. package/src/proto/gen/index.ts +14 -12
  107. package/dist/cjs/src/proto/gen/dxos/agent/indexing.d.ts.map +0 -1
  108. package/dist/cjs/src/proto/gen/dxos/agent/indexing.js.map +0 -1
  109. package/dist/esm/src/proto/gen/dxos/agent/indexing.d.ts.map +0 -1
  110. 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_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";
@@ -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 "../../dxos/agent/dashboard";
4
4
  import * as dxos_agent_functions from "../../dxos/agent/functions";
5
- import * as dxos_agent_indexing from "../../dxos/agent/indexing";
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 dxos_agent_indexing from "../../dxos/agent/indexing";
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 dxos_agent_indexing from "../dxos/agent/indexing";
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";
@@ -57,14 +57,6 @@ import * as example_testing_data from "../example/testing/data";
57
57
  import * as example_testing_rpc from "../example/testing/rpc";
58
58
  export interface Empty {
59
59
  }
60
- export interface Timestamp {
61
- seconds: string;
62
- nanos: number;
63
- }
64
- export interface Any {
65
- type_url: string;
66
- value: Uint8Array;
67
- }
68
60
  export interface Struct {
69
61
  fields?: Partial<Record<string, Value>>;
70
62
  }
@@ -82,6 +74,14 @@ export enum NullValue {
82
74
  export interface ListValue {
83
75
  values?: Value[];
84
76
  }
77
+ export interface Timestamp {
78
+ seconds: string;
79
+ nanos: number;
80
+ }
81
+ export interface Any {
82
+ type_url: string;
83
+ value: Uint8Array;
84
+ }
85
85
  export interface FileDescriptorSet {
86
86
  file?: FileDescriptorProto[];
87
87
  }