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