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
Store characters, passwords, API keys and other env on Auto-Drive
To improve portability, and separate the runner from the agent itself, we could store and encrypt all the env on Auto-Drive and do the same with the character and store these CID's on the smart contract in a separate mapping.
This way the runner will only need the private key of the agent to access the config and env keys
Alternatively, the envs could be separated for what is specific to an agent (like Twitter handle and password, the private key of that agent, other social) and env that could be shared between agents using the same runner (models API keys, RPC, contract)
The text was updated successfully, but these errors were encountered:
Store characters, passwords, API keys and other env on Auto-Drive
To improve portability, and separate the runner from the agent itself, we could store and encrypt all the env on Auto-Drive and do the same with the character and store these CID's on the smart contract in a separate mapping.
This way the runner will only need the private key of the agent to access the config and env keys
Alternatively, the envs could be separated for what is specific to an agent (like Twitter handle and password, the private key of that agent, other social) and env that could be shared between agents using the same runner (models API keys, RPC, contract)
The text was updated successfully, but these errors were encountered: