Product

The Agentic OS for Physical AI

One typed language for perception, motion, and data.
Browse it as skills, as an agent, or as the infrastructure underneath.

Overview

Every layer, one operating system.

Built for robotics engineering teams shipping real-world robots: Telekinesis is one Python library that unifies perception, reasoning, execution, and the data that trains all three, so a natural-language prompt becomes a program you can read, review, and deploy on hardware.

Applications

Bin Picking
Pick & Place
Palletizing
Assembly
Machine Tending
Sorting
Packaging
Material Handling

Architecture

The Agentic OS for Physical AI

A full-stack, standardized operating system that turns any robot into an intelligent machine.

Read the Docs
  • AgentA VLM/LLM system that uses Code-as-Policy to turn a natural-language prompt into an executable robot program.
  • SkillsModular Physical AI capabilities for robotic perception, motion, and planning.
  • Data EngineData infrastructure for structuring and generating high-quality data for Physical AI training.
  • Hardware Abstraction LayerUltra-fast robotics communication framework (BabyROS) for cloud-to-robot connectivity.
  • Six-axis collaborative robotic armRobotic Arm
  • Four-wheeled autonomous mobile robotMobile Robot
  • Bipedal humanoid robotHumanoid

Any Robot, Any Form Factor

Skills

Modular building blocks for perception, motion, and planning.

250+ production-grade Skills across four areas: strongly typed Python functions that compose into everything an Agent writes.

Vision AI

2D and 3D perception: detection, segmentation, point clouds, and the geometric operations you compose around them.

Classical Robotics

Cartesian and joint-space motion, kinematics, force and servo control, and full state readback, across every major robot brand.

VLAs & World Action Models

Learned, end-to-end policies and world-model-based behaviors for manipulation and locomotion, trained and deployed like any other Skill.

Reinforcement Learning

Sim-to-sim and sim-to-real policy training and tuning, across Gymnasium, mjlab, and Isaac Lab.

Agent

Code-as-Policy.

A VLM/LLM-powered Physical AI Agent that turns a natural-language prompt into a runnable, auditable robot program by composing Skills under the Code-as-Policy paradigm.

Data Engine

Every deployment makes the next Skill smarter.

Standardized data types, synthetic data generation, and continuous logging that closes the loop between training and deployment. The robots you ship today generate the data that improves the robots you ship next.

Communication

One publish/subscribe layer, cloud to robot.

BabyROS gives Skills and Agents ultra-low-latency pub/sub and client/server messaging, with ROS-style ergonomics from one pip install, cloud to device over Zenoh.

Start Building

Running in five minutes, no hardware required.

Install the SDK, drop in an API key, and run a pre-built example that visualizes robot motion in software, before you ever point it at a real arm.

pip install telekinesis-ai
export TELEKINESIS_API_KEY="..."
# run a pre-built example, no hardware required