UNPKG

erosolar-cli

Version:

Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning

11 lines 278 B
export class BrowserRuntimeAdapter { id = 'runtime.browser'; options; constructor(options = {}) { this.options = options; } async createCapabilityModules(_) { return [...(this.options.modules ?? [])]; } } //# sourceMappingURL=index.js.map