Skip to content

v0.1.0 - Initial Release

Latest

Choose a tag to compare

@daedalus daedalus released this 08 May 13:45

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