JS APIstartQVACProvider( )Starts a provider service that offers QVAC capabilities to remote peers. The provider's keypair can be controlled via the seed option or QVAC_HYPERSWARM_SEED environment variable.latest (v0.8.0)llms-full.txtOpenfunction startQVACProvider(params: { firewall?: { mode: "allow" | "deny"; publicKeys: string[] }; topic: string }): Promise Parameters NameTypeRequired?Descriptionparams`{ firewall?: { mode: "allow""deny"; publicKeys: string[] }; topic: string }`✓ Returns Promise Throws ErrorWhenWhen the response type is not "provide" or the request failsragSearch( )Searches for similar documents in the RAG vector database. **Workspace lifecycle:** This operation requires an existing workspace. If the workspace doesn't exist, returns an empty array.stopQVACProvider( )Stops a running provider service and leaves the specified topic.