dimensionalOS / dimensionalOS/dimos
Unify Docker Modules and Native Modules
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.5k
- Forks
- 808
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 233
Description
Native modules run any binary and provide CLI args to them
read more here https://github.com/dimensionalOS/dimos/blob/507651c798eaa8134cb9de338ed0c70e6b042a6a/docs/usage/native_modules.md
This seems mega related to docker modules that communicate via ENV vars
Probably Native module system should host Docker modules? just need to switch it to use ENV vars?
Unified serious config system would help here https://github.com/dimensionalOS/dimos/issues/1082 (since it can translate py config objects (pydantic, dataclass) into ENV vars naturally) but it's ok to do the Module unification first
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 reading docs/usage/native_modules.md and compare the native and Docker module approaches described in the issue. Review issue #1082 for the proposed configuration translation; done should be a unified module approach that preserves native CLI-argument and Docker ENV-var behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops, tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100