dimensionalOS / dimensionalOS/dimos
JSON RPC transport
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.5k
- Forks
- 808
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 233
Description
Our RPC system currently sends Python pickled data over the wire, which Rust and C++ can't decode, so RPC is effectively Python-only. Switching the transport to JSON unblocks Rust and C++ RPC, including Rust-native connection modules like a Rust go2 module.
Synced from DIM-1456 by jeff
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
Start by locating the RPC transport and the code that currently sends Python pickled data over the wire. Trace how Rust and C++ connection modules consume that data, then define the JSON transport boundary. Done means Rust and C++ RPC clients can decode messages, including Rust-native connection modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, json, python, rust
- Domain
- api, backend, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100