@elizaos/interop 2.0.0-alpha.2 → 2.0.0-alpha.27

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/README.md CHANGED
@@ -116,7 +116,7 @@ await runtime.register_plugin(plugin)
116
116
 
117
117
  ## Plugin Manifest
118
118
 
119
- Every cross-language plugin must include a `plugin.json` manifest:
119
+ Cross-language plugins are described by a manifest-like metadata object (format may vary by transport and host).
120
120
 
121
121
  ```json
122
122
  {
@@ -431,6 +431,6 @@ Interop subprocess/WASM output is routed through the core logger (when used from
431
431
  ## See Also
432
432
 
433
433
  - [Examples README](./examples/README.md) - Complete working examples
434
- - [Protocol Buffers Schemas](../@schemas/README.md) - Type definitions
434
+ - [Protocol Buffers Schemas](../schemas/README.md) - Type definitions
435
435
  - [plugin-eliza-classic](../../plugins/plugin-eliza-classic/) - Reference implementation
436
436
  - [plugin-inmemorydb](../../plugins/plugin-inmemorydb/) - Database adapter example