What’s New in KNIME Analytics Platform
Build new tool workflows from scratch or convert existing workflows into agent tools:
If you are familiar with building workflows in KNIME, you can create agents from scratch using the same concepts with no new learning curve. Even completely new users can use KNIME's visual workflow building to create agents without coding.
If you're part of an organization with extensive KNIME workflow libraries, or you're a workflow builder who wants to make your work available to AI agents, you can now do it without any complex integration work.
You now get a new Message data type that structures conversation data with AI agents with clear roles and content:
The new Message Creator node lets you build these structured messages without any scripting, while the Message Part Extractor node extracts specific message components without custom code.
All Prompter nodes now operate with Messages.
If you're building agentic AI workflows, the Message data type gives you a structured, no-code way to work with conversation data and understand exactly what's happening in your agent interactions, improving transparency and explainability.
A new Agent Prompter node to select tools, call them, and iterate to call multiple tools.
Building AI agents used to require agent builders to set up multiple workflow steps for tool selection, calling, and iteration. We've consolidated all that complexity into a single Agent Prompter node that selects tools, calls them, and iterates to call multiple tools. This makes it much easier to build agents.
A new Agent Chat View node gives you a conversational interface where you can chat with your AI agent directly and ask it to perform the tasks you need.
If you are an agent builder, you can use this node in your agentic data apps as a readymade chat interface. You can also use it to test and debug your agentic workflows through natural conversation.
New connector nodes that let you use Anthropic Claude, Gemini models from Google AI Studio and Google Vertex AI, and models from IBM watsonx.ai.
Different models excel at different things. Some are better for performance, others for cost, others for specific tasks. You need flexibility to choose the right model for your requirements. Whether you're building AI workflows or you're in an enterprise managing AI via Google Vertex AI or watsonx.ai, you now have more options to optimize for your needs.