@indra.ai/deva.shield
Version:
The Shield Deva.
20 lines (16 loc) • 491 B
JavaScript
;
// Copyright ©2025 Quinn A Michaels; All rights reserved.
// Legal Signature Required For Lawful Use.
// Distributed under VLA:63519824586701546571 LICENSE.md
// Shield Deva Feature Methods
export default {
/**************
method: shield
params: packet
describe: The global shield feature that installs with every agent
***************/
async shield(packet) {
const shield = await this.methods.sign('shield', 'default', packet);
return shield;
},
};