eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 214 B
JavaScript
const INSTRUCTIONS_BRAND=Symbol.for(`eve:instructions-brand`);function isBrandedInstructionsEntry(e){return typeof e==`object`&&!!e&&e[INSTRUCTIONS_BRAND]===!0}export{INSTRUCTIONS_BRAND,isBrandedInstructionsEntry};