chore: bump deps

This commit is contained in:
Neko Ayaka
2025-02-03 15:39:52 +07:00
parent d2db3d0c0a
commit f5bfd16963
19 changed files with 716 additions and 543 deletions
@@ -1,8 +1,9 @@
import type { Logg } from '@guiiai/logg'
import type { Message as LLMMessage } from '@xsai/shared-chat'
import type { Action, BotSelf, ExtendedContext } from '../../types'
import type { Action, BotSelf, ExtendedContext } from '../../types'
import { env } from 'node:process'
import { type Logg, useLogg } from '@guiiai/logg'
import { useLogg } from '@guiiai/logg'
import { generateText } from '@xsai/generate-text'
import { message } from '@xsai/utils-chat'
import { randomInt } from 'es-toolkit'