dimensionalOS / dimensionalOS/dimos

Think about pubsub, stream, memory, peek_stream arch

Open
#1,964 0 comments 0 reactions 1 assignee View on GitHub

@leshy is already working on this.

Since May 3, 2026.

core research
Dominant language
Python
Stars
4.5k
Forks
808
Avg merge
3d 5h
Merged PRs (30d)
233

Description

peek_stream should work entirely on top of pubsub system and have a richer API

dimos should have a pubsub property

dimos.pubsub -> might correspond to multiple underlying protocols

dimos.pubsub.ls()

{
'odom': PoseStamped
'lidar': PointCloud2
}

dimos.pubsub.streams.lidar.get_next()

memory streams, pubsub streams, transports, module I/O streams, should probably be the same object


Synced from DIM-835 by summer

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.