UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

8 lines (7 loc) 642 B
export { Avatar } from './Avatar'; export { AvatarOrImage } from './AvatarOrImage'; export { renderAvatarVisual } from './renderAvatarVisual'; export { createAvatarDefinitionFromAgentBasicInformation } from './avatarRenderingUtils'; export { AVATAR_VISUALS, getAvatarVisualById, resolveAvatarVisualId } from './visuals/avatarVisualRegistry'; export type { AvatarDefinition } from './types/AvatarDefinition'; export type { AvatarInteractionState, AvatarPalette, AvatarPointerType, AvatarProps, AvatarVisual, AvatarVisualDefinition, AvatarVisualId, AvatarVisualRenderContext, RenderAvatarVisualOptions, } from './types/AvatarVisualDefinition';