Flowise/packages/components/nodes/agentflow
Henry 66619d68cd Enhancement: Introduce prepended chat history handling in Agent and LLM nodes.
- Added support for `prependedChatHistory` in both `Agent` and `LLM` classes to allow for initial message context.
- Implemented validation for history schema in execution flow to ensure proper format.
- Refactored utility functions to include JSON sanitization and validation methods for improved data handling.
2025-06-21 14:32:28 +01:00
..
Agent Enhancement: Introduce prepended chat history handling in Agent and LLM nodes. 2025-06-21 14:32:28 +01:00
Condition Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
ConditionAgent feat: Add configurable system prompt to Condition Agent (#4587) 2025-06-10 18:38:02 +01:00
CustomFunction Bugfix/AgentflowV2 State (#4512) 2025-05-27 18:01:39 +01:00
DirectReply Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
ExecuteFlow Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
HTTP Bugfix/HTTP Node Body Parsing (#4694) 2025-06-20 12:29:55 +01:00
HumanInput Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Iteration Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
LLM Enhancement: Introduce prepended chat history handling in Agent and LLM nodes. 2025-06-21 14:32:28 +01:00
Loop Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Retriever Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
Start Bugfix/AgentflowV2 State (#4512) 2025-05-27 18:01:39 +01:00
StickyNote Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Tool Feature/GoogleDocs (#4613) 2025-06-09 00:30:03 +01:00
Interface.Agentflow.ts Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
prompt.ts Fix: Correct formatting of Condition Agent prompt (#4626) 2025-06-11 14:07:02 +01:00
utils.ts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00