Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

intrinsic-dev/intrinsic_sdks

Repository files navigation

Intrinsic SDK

Repository Deprecation Notice

This repository will be archived on July 1st, 2024. From that date forward, any Intrinsic software updates to our SDK will only be accessible at our new repository intrinsic-dev/sdk.

To continue accessing the latest updates to our SDK, you need to update your Bazel WORKSPACE file to the new repository. Follow these steps:

  1. Open your WORKSPACE file
  2. Locate the git_repository rule for the Intrinsic SDK
  3. Replace the old URL https://github.com/intrinsic-dev/intrinsic_sdks.git with the new one https://github.com/intrinsic-dev/sdk.git

A correctly updated WORKSPACE file looks like this:

git_repository(
   name = "ai_intrinsic_sdks",
   remote = "https://github.com/intrinsic-dev/sdk.git",
   tag = "v1.8.20240603",
)

About the Intrinsic SDK

The Intrinsic SDK is a collection of application programming interfaces (APIs) and tools for software developers to write code that works with Flowstate, a web-based tool to build robotic solutions from concept to deployment.

In addition to this SDK repository, there is a companion repository with examples and a dev container project template.

Disclaimer

As Flowstate and the SDK are in beta, the contents of this repository are subject to change. Use of this repository requires participation in the beta for Intrinsic Flowstate, which is accepting applications. Access to this repository is subject to the associated LICENSE.