Getting Started
Welcome to the AIWeavio grimoire. This guide will walk you from installation to your first running automation.
AIWeavio is a desktop application for Windows and macOS. You compose scenarios from ready-made nodes: window capture, Computer Vision / Model detection, mouse / keyboard input, HTTP calls, branches and loops. No code — drag-and-drop.
Core data types in the graph
- Exec — control flow link.
- Bool — true / false.
- Int — integer.
- Float — number with a fractional part.
- String — text.
- Vec2 — X,Y coordinate or size.
- HWND — handle of the selected GameWindow.
- WindowList — collection of GameWindow handles.
- DetectionResult — result of a Computer Vision detection node.
- ModelResult — result of a Model (object detection) node.
- Any — any runtime value.
What you'll have in 10 minutes
- An installed app and a feel for the UI.
- A working scenario that finds an image and clicks it.
- Enough orientation to know which sections and nodes apply to your task.