Orginize
This commit is contained in:
@@ -6,10 +6,10 @@ import { readFileSync } from 'node:fs'
|
||||
import vm from 'node:vm'
|
||||
|
||||
const WORKSPACE = readFileSync(
|
||||
new URL('../lib/agent-workspace.js', import.meta.url),
|
||||
new URL('../lib/agent/agent-workspace.js', import.meta.url),
|
||||
'utf8'
|
||||
)
|
||||
const SKILLS = readFileSync(new URL('../lib/agent-skills.js', import.meta.url), 'utf8')
|
||||
const SKILLS = readFileSync(new URL('../lib/agent/agent-skills.js', import.meta.url), 'utf8')
|
||||
|
||||
/** @returns {Record<string, unknown>} */
|
||||
function loadSandbox() {
|
||||
|
||||
Reference in New Issue
Block a user