echo-workflow
Installation
SKILL.md
Echo Workflow Test
A simple echo workflow for testing asynchronous workflow execution through the Alavida platform.
Overview
Submits a message to the Alavida platform as an async workflow job. The platform queues it, processes it through the echo component, and returns the result via job polling. Useful for verifying:
- Async job submission works
- Job status polling works
- Callback-based completion flows correctly
- Credit deduction after completion (this workflow is free)
Usage
alavida run echo-workflow --input '{"message": "hello"}'