Getting Started

Trudo.ai is a platform for building workflows of any complexity, with each node powered by Python code. When creating a node, you can describe in English what you want to achieve, and the AI copilot will generate a suitable node for your use case.

While the AI copilot is great at creating and editing nodes, including code and user interface data, you can manually edit any part of the node as needed.

Each node features two distinct views: Code and UI. The UI view, derived from the underlying code, allows users to modify values without directly editing the code itself.

Output handles are created automatically from the return statements in the code, facilitating efficient data management and conditional routing.

Each node can process up to 10 gigabytes of data (minimum 256MB) and run for up to 15 minutes, making it a robust solution for both lightweight and heavyweight workflows.

Python code dependencies are automatically managed, with support for custom pip commands.

Last updated