dimensionalOS / dimensionalOS/dimos
Core 2.0
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.5k
- Forks
- 808
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 233
Description
top level wishlist
- typing! Nav type we can check - nav can be a single module or a module graph
- other language support, running as separate binary (py or otherwise)
other (from convo)
- starting stopping modules dynamically (by other modules)
- running modules as separate process (py or cpp)
- module structures should conform to module level specs (like nav can be one module or multiple - and type system needs to understand this)
- no pre-defined INs on modules, only OUTs, modules you depend on you get as an argument (transparently are RPC clients) that you can call rpcs on or .subscribe to topics
- how does this vibe with cpp etc?
class MyModule():
myimage: Out[Image]
def __init__(self, robot: ModuleINeed):
self.robot = robot
def start():
# subscribing to robot OUT (no predefined IN)
self.robot.position.subscribe(...)
# RPC call
self.robot.sit()
Synced from DIM-287 by ivan.dimensional
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files, tests, or entry points; start by mapping the existing module, process, RPC, and type-system architecture. The wishlist needs design decisions before implementation, including module contracts, dynamic lifecycle, language boundaries, and what tests would define completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- distributed-systems, operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100