You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Feature request.
Describe the solution you'd like
A simple way to compile agents into WASM.
Describe alternatives you've considered
Typescript does not support WASM compilation directly.
AssemblyScript and Rust can compile to WASM.
Are the eliza npm packages compatible with AssemblyScript?
Would it be possible to interact with an agent with an API RPC endpoint
and write some program in AssemblyScript or Rust to interact with the agent through that API endpoint?
Additional context
Attempting to create an agent that can run in a WASM environment.
The text was updated successfully, but these errors were encountered:
Hello @MarcusWentz! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!
There should be a way to communicate with the client endpoint
using Rust or AssemblyScript with REST API libraries to have a program communicating with an agent that compiles to WASM.
Is your feature request related to a problem? Please describe.
Feature request.
Describe the solution you'd like
A simple way to compile agents into WASM.
Describe alternatives you've considered
Typescript does not support WASM compilation directly.
AssemblyScript and Rust can compile to WASM.
Are the eliza npm packages compatible with AssemblyScript?
Would it be possible to interact with an agent with an API RPC endpoint
and write some program in AssemblyScript or Rust to interact with the agent through that API endpoint?
Additional context
Attempting to create an agent that can run in a WASM environment.
The text was updated successfully, but these errors were encountered: