Skip to content

Commit

Permalink
chore: add comment with error to clarify odd import
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeorgreentea authored Aug 2, 2024
1 parent d01cb41 commit 186df4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grimoire/src/core/runtime/plugins/agent-plugin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import consola from 'consola'
import { useRuntimeConfig } from 'nitropack/runtime'
import { defineNovaPlugin } from 'nova/runtime'

/**
** pnpm add @magickml/agents -w
** ERR_PNPM_LINKED_PKG_DIR_NOT_FOUND  Could not install from "/home/coffee/Desktop/packages/server/plugin" as it does not exist.
**/
import { initApp } from '../../../../../packages/server/core/src'
import {
AgentV2 as Agent,
Expand Down

0 comments on commit 186df4c

Please sign in to comment.