dimensionalOS / dimensionalOS/dimos

JSON RPC transport

Open
#3,506 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

core
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

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.