Skip to main content

Module: intrinsic.solutions.deployments

Entry point of the Intrinsic solution building libraries.

Usage example

from intrinsic.solutions import deployments

solution = deployments.connect(...)
skills = solution.skills
executive = solution.executive

throw_ball = skills.throw_ball(...)
executive.run(throw_ball)

Classes

class Solution: Wraps a connection to a deployed solution.

Functions

connect(...): Connects to a deployed solution.

connect_to_selected_solution(...): Connects to the deployed solution that is currently selected.

create_grpc_channel(...): Creates a gRPC channel to a deployed solution.