Everything you need to get started and build with Arkus — documentation, templates, and insights to support your journey.
Explore topics
Explore how each component works, how to configure it, and how to connect it within your flows.

The Run Flow component creates a tool component from a Flow that takes all its inputs and runs it. It…

The DataFrame Operations component performs various operations on a DataFrame. It provides powerful data manipulation capabilities similar to pandas DataFrames…

The Data Operations component performs various operations on a Data object. It manipulates, transforms, and processes data objects through different…

The Calculator component performs basic arithmetic operations on a given expression. It evaluates mathematical expressions containing numbers and arithmetic operators…

The If-Else component routes an input message to a corresponding output based on text comparison. It evaluates the input text…

The Loop component iterates over a list of Data objects, outputting one item at a time and aggregating results from…

The Language Model component provides access to Large Language Models (LLMs) for natural language processing tasks. It sends prompts to…

The URL component fetches content from one or more web pages, following links recursively. It acts as a web scraper…

The Current Date component provides the current date and time information to workflows. It generates timestamps, calculates date ranges, formats…

The Listen component waits for and receives notifications from other parts of the workflow. It works specifically with the Notify…