Releases: daedalus/execd
Releases · daedalus/execd
Release list
v0.1.0 - Initial Release
Added
- HTTP REST API server with task execution endpoints
- Python client library for server interaction
- POST /tasks - Submit tasks
- GET /tasks/{id} - Get task status and result
- DELETE /tasks/{id} - Cancel/remove tasks
- In-memory task storage with unique task IDs
- 30 tests with 81% coverage
- CI/CD workflows configured
- Linted with ruff format, prospector, and semgrep