Remix.run Logo
5dE63b6850e83 3 days ago

BRO WTF

import { Skald } from '@skald-labs/skald-node';

const skald = new Skald('your-api-key-here');

// Create a memo const result = await skald.createMemo({ title: 'Meeting Notes', content: 'Full content of the memo...' });

// Chat with the memo const result = await skald.chat({ query: 'What were the main points discussed in the Q1 meeting?' });