mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Feature/Add dedicated agent memory nodes (#3649)
add dedicated agent memory nodes
This commit is contained in:
@@ -56,15 +56,17 @@ function a11yProps(index) {
|
||||
|
||||
const blacklistCategoriesForAgentCanvas = ['Agents', 'Memory', 'Record Manager', 'Utilities']
|
||||
|
||||
const agentMemoryNodes = ['agentMemory', 'sqliteAgentMemory', 'postgresAgentMemory', 'mySQLAgentMemory']
|
||||
|
||||
// Show blacklisted nodes (exceptions) for agent canvas
|
||||
const exceptionsForAgentCanvas = {
|
||||
Memory: ['agentMemory'],
|
||||
Memory: agentMemoryNodes,
|
||||
Utilities: ['getVariable', 'setVariable', 'stickyNote']
|
||||
}
|
||||
|
||||
// Hide some nodes from the chatflow canvas
|
||||
const blacklistForChatflowCanvas = {
|
||||
Memory: ['agentMemory']
|
||||
Memory: agentMemoryNodes
|
||||
}
|
||||
|
||||
const AddNodes = ({ nodesData, node, isAgentCanvas }) => {
|
||||
|
||||
Reference in New Issue
Block a user