This repository was archived by the owner on Jun 16, 2026. It is now read-only.
v0.1.1 — Cosmos Reason2 VLM for Strands Agents
🌌 strands-cosmos v0.1.1
What's New
- Full Jetson AGX Thor support with CUBLAS workaround
- 5 verified examples: text reasoning, video captioning, driving analysis, embodied reasoning, tool usage
- Documentation website: cagataycali.github.io/strands-cosmos
- Split-screen demo video (dashcam input + chain-of-thought output)
- Custom logo (SVG + PNG)
Quick Start
pip install strands-cosmos strands-agentsfrom strands import Agent
from strands_cosmos import CosmosVisionModel
model = CosmosVisionModel(model_id="nvidia/Cosmos-Reason2-2B")
agent = Agent(model=model)
agent("<video>dashcam.mp4</video> Identify safety hazards.")Models
| Model | GPU Memory | Best For |
|---|---|---|
| Cosmos-Reason2-2B | 24 GB | Edge / Jetson |
| Cosmos-Reason2-8B | 32 GB | Desktop / Cloud |
Demo
See the attached video for a split-screen demo running on Jetson AGX Thor.