Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
9 lines
356 B
TypeScript
9 lines
356 B
TypeScript
/**
|
|
* AIChatPanel — Barrel re-export (ADR-119).
|
|
*
|
|
* The original 5100-line monolithic component has been refactored into
|
|
* focused modules under ./AIChatPanel/. This file preserves the import
|
|
* path for all existing consumers.
|
|
*/
|
|
export { AIChatPanel } from './AIChatPanel/AIChatPanel';
|
|
export type { AIChatPanelProps } from './AIChatPanel.types';
|