HomeGuidesAPI ReferenceRelease notes
Log In
Release notes

Version 1.25.0

This release introduce the following improvements:

Agent Development

  • We added a “max token” setting option when configuring an LLM to override model defaults, needed for the Renovo use case.
  • Any account gets a complimentary working connected LLM model with a $10 monthly budget to reduce the need to configure your own model and tokens.

Agent Deployment

  • We now allow Flowise users to register AgentFlow-based agents (in addition to ChatFlow). AgentFlow allows users to develop advanced multi-agent systems and serves as the new main API standard of the tool.

Agent Guardrails

  • We introduced five new guardrails that can be widely used in various use cases, including:
    • Correct language: Allows users to specify a set of languages that can be used or excluded from agent interactions.
    • Competitor check: Allows users to block interactions that semantically refer to a specific company.
    • String check: A generic regex-based check allowing users to define flexible definitions of unwanted text input or output.
    • Jailbreak detection: Applies advanced techniques to detect end-users trying to inject unwanted prompts to override the agent’s expected behavior and limits.
    • PII: Leverages Presidio open source to detect and block more than a dozen PII categories in your agent input or output.
  • Improved UX for guardrails: We moved the “Input” / “Output” guardrails setting into the specific guardrail instead of duplicating them all.

Agent Observability

  • Includes an out-of-the-box dashboard with six query widgets that show common insights for any deployed agent.

**General UX **

  • We have a brand new navigation bar. In the top right corner, under the user avatar, we added a few shortcuts for user management and account switching (for those who have more than one account/tenant associated) with an improved switching modal.
  • The knowledge page has been transformed into our standard resource look. Server-side search and sorting: All table search and sorting functionalities are now applied on the server side. This allows us to continue showing only one page of a given resource at a time (pagination) while searching or sorting across all resources.
  • Centralized “Source” and “Destination” configuration under an Integration page, simplifying overall UX and providing better context for configured specific integrations.