Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
2 lines
174 B
TypeScript
2 lines
174 B
TypeScript
export { AIChatProvider, useAIChat } from './AIChatProvider';
|
|
export type { AIChatContextValue, Conversation, Mention, PendingTaskChat, AIChatProviderProps } from './types';
|