Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
6 lines
200 B
JavaScript
6 lines
200 B
JavaScript
/**
|
|
* Frame Routes — Brilliant Frame Smart Glasses Integration
|
|
* Re-exports the router from frame/index.js after refactoring into smaller modules.
|
|
*/
|
|
|
|
export { default } from './frame/index.js';
|