Skip to content

Releases: oracle/wayflow

wayflow-25.4.3

23 Dec 12:41

Choose a tag to compare

Stricter environment for jinja templates rendering

We now use a stricter version of the SandboxedEnvironment for rendering jinja templates. No access to object attributes is allowed, only key-based access to python dictionaries and main jinja LoopContext properties are allowed.

Check the guide on How to write secure prompts with Jinja templating

You can install it with pip install "wayflowcore==25.4.3" .

Explore further:

Documentation

How-to Guides

Tutorials

API Reference

Patch release wayflow-25.4.2

21 Nov 14:52

Choose a tag to compare

This is a patch release addressing the following issues:

  • Fixed a bug where it is unable to load an API key intoOpenAICompatibleModel via an environment variable
  • Fixed a bug where API URLs (for LLMs) are sometimes not correctly used internally
  • Fixed an import bug where the oci optional dependency was treated as a mandatory, global dependency

You can install it with pip install "wayflowcore==25.4.2" .

Explore further:

Documentation

How-to Guides

Tutorials

API Reference

wayflow-25.4.1

20 Oct 11:30

Choose a tag to compare

WayFlow is here: Build advanced AI-powered assistants with ease!

With this release, WayFlow provides all you need for building AI-powered assistants, supporting structured workflows, autonomous agents, multi-agent collaboration, human-in-the-loop capabilities, and tool-based extensibility. Modular design ensures you can rapidly build, iterate, and customize both simple and complex assistants for any task.

You can install it with pip install "wayflowcore==25.4.1" .

Explore further:

How-to Guides

Tutorials

API Reference