-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
A clear and concise description of what the bug is.
the code in openwork/src/main/agent/runtime.ts just like:
const agent = createDeepAgent({
model,
checkpointer,
backend,
systemPrompt,
// Custom filesystem prompt for absolute paths (requires deepagents update)
filesystemSystemPrompt,
// Require human approval for all shell commands
interruptOn: { execute: true }
} as Parameters<typeof createDeepAgent>[0])
but the filesystemSystemPrompt is not param.
And it means createFilesystemMiddleware({ filesystemSystemPrompt}) ?
Steps to Reproduce
prompt not work
Expected Behavior
prompt not work
Actual Behavior
prompt not work
Environment
- OS: Windows 10
- openwork version: 0.1.4
- Node.js version: 20.10.0
- Installation method: npm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working