dimensionalOS / dimensionalOS/dimos

Rule of three: if you have three duplicate things, it's best to generalize. You can add:

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

@mustafab0 is already working on this.

Since Feb 23, 2026.

  • #1357 by @mustafab0 — closed without merging
control
Dominant language
Python
Stars
4.5k
Forks
808
Avg merge
3d 5h
Merged PRs (30d)
233

Description

Rule of three: if you have three duplicate things, it's best to generalize. You can add:

self._disposables = CompositeDisposable()

in __init__ and do self._disposables.dispose() here.

Originally posted by @paul-nechifor in https://github.com/dimensionalOS/dimos/pull/1277#discussion_r2842866406

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.