Tools
Every capability is a tool. Use them individually or let the agent chain them.
Platform Tools
ACE-Step Cover Generator
Generate music covers from source audio using ACE-Step 1.5. Supports custom lyrics, adjustable cover strength, multi-variant generation, and seed reproducibility.
FLUX.2 Klein Image Generator
Text-to-image and img2img generation with configurable dimensions, inference steps, and guidance scale. GPU-optimized for AMD ROCm and NVIDIA CUDA.
Lyrics Editor
AI-powered lyrics transformation using the local LLM. Transform lyrics based on natural language descriptions while preserving rhythm and structure.
DJ Tool
Queue automated remix generation jobs. The agent finds tracks, generates lyrics, creates covers, all on a configurable interval loop.
YouTube Downloader
Download audio tracks from YouTube via yt-dlp. Agent-orchestrated URL discovery, format selection, and file management.
Audio Player
Simple audio playback with file upload support. Agent can programmatically load and play audio files from the workspace.
Godot Project
Scaffold Godot 4.x projects with templates for 2D and 3D games. Generates project.godot, input mappings, directory structure, and .gitignore.
Godot Scene Builder
Programmatic .tscn generation with preset node types: CharacterBody3D, RigidBody3D, cameras, lights, UI nodes, and signal connections.
Godot Asset Pipeline
Search OpenGameArt/Kenney/Sketchfab, download assets, generate placeholder textures and OBJ meshes, and maintain an asset catalogue.
Godot Playtest
Automated playtesting with VLM visual assertions. Injects input sequences, captures screenshots, and uses vision models to verify game state.
Godot Orchestrator
High-level game generator: describe a game in natural language, then plan → build → playtest → fix → iterate automatically.
Android Device
Full ADB device management: connect devices, launch emulators, tap/swipe/type, install APKs, capture screens, and read logcat.
Mobile Automation
AI-driven mobile UI testing: describe tasks in natural language, vision model captures screens and decides actions (prepare → act → assert loop).
GPU Monitor
Query GPU stats from NVIDIA (nvidia-smi) or AMD (rocm-smi). Memory usage, temperature, utilisation, and aggregate VRAM tracking.
Screenshot Tool
Capture screenshots of the Relectric window and send them to the chat agent with a message for visual analysis.
Multi-LLM Pusher
A/B test prompts across multiple LLM endpoints (GPT, Claude, Gemini, Llama, etc.) with configurable temperature and max tokens.
Stock Monitor
Automated stock price tracking. Schedule periodic checks via the agent, append results to workspace files for historical tracking.
Parody Generator
Full parody workflow: download song → find lyrics → rewrite with LLM → generate cover → create artwork. All orchestrated by the agent.
Build Your Own Tool
Create custom tools that extend Relectric's capabilities. Simple Python classes, declarative UI, and hot-reload during development. Upload to share with the community.