Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
6 lines
193 B
TypeScript
6 lines
193 B
TypeScript
/**
|
|
* AIChatPanel Module — ADR-119 modular structure.
|
|
*/
|
|
export { AIChatPanel } from './AIChatPanel';
|
|
export type { AIChatPanelProps } from '../AIChatPanel.types';
|
|
export * from './types';
|