Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Release v0.1.5

Compare
Choose a tag to compare
@soluchok soluchok released this 08 Dec 03:20
21cd6ac

This release adds the following features to the Agent SDK.

  • Mobile bindings
    • iOS
      • REST SDK - communicates with the Agent by provided URL
      • SDK - allows building local agent (serverless)
    • Android
      • REST SDK - communicates with the Agent by provided URL
      • SDK - allows building local agent (serverless)
  • JS (npm) bindings
    • REST SDK - communicates with the Agent by provided URL
    • SDK - allows building local agent (serverless)
  • REST binding (docker image) - allows running an agent as a server. Can be used by JS/Mobile REST SDK.