Shows a box with user avatar, name and description. It can be used directly or by parsing an agent source string.
import { book } from '@promptbook/utils';
import { AvatarProfileFromSource } from '@promptbook/components';
<AvatarProfileFromSource
agentSource={book`
AI Avatar
PERSONA A friendly AI assistant that helps you with your tasks
`}
/>
agent
agentSource
className
""