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()
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
No files, tests, or entry points are named. Start by reviewing the wishlist and the Python module example, then identify the existing module, typing, process, and RPC architecture before narrowing the scope. Done requires an agreed, concrete design and acceptance criteria for the selected Core 2.0 capability.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- backend-api-design, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100