Add todo for rigorous struct-type spec of `SpawnSpec` fields

runtime_to_msgspec
Tyler Goodlet 2024-04-30 13:01:07 -04:00
parent cca3206fd6
commit 63c23d6b82
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ class SpawnSpec(
`Aid` msg.
'''
# TODO: similar to the `Start` kwargs spec needed below, we need
# a hard `Struct` def for all of these fields!
_parent_main_data: dict
_runtime_vars: dict[str, Any]