Jack Gerrits
40d74a32a1
Use proto descriptor for typename ( #5346 )
Closes #5302
1 year ago
Jack Gerrits
3022369eeb
Flatten core base and components ( #4513 )
* Flatten core base and components
* remove extra files
* dont export from deprecated locations
* format
* fmt
1 year ago
Jack Gerrits
bd77ccbd7b
Serialize to Proto.Any for python serializer ( #4404 )
1 year ago
peterychang
74bcd5e0f6
add protobuf serialization test ( #4224 )
* add protobuf serialization test
* proto file regeneration
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
1 year ago
Jack Gerrits
093e261158
Initial impl of new register and subscriptions ( #542 )
* Initial impl of new register and subscriptions
* progress
* test fixes, main issue was unbound self in routed agent
1 year ago
Jack Gerrits
561897b4ee
Disallow unions in dataclass messages, move check to creation instead of usage ( #499 )
* Disallow unions in dataclass messages, move check to creation instead of usage
* make image serializable by pydantic
* fixup team one
* update lockfile
* fix
* fix dataclass checking bug
* fix mypy
1 year ago
Jack Gerrits
306541e247
Fixup ruff config and inclusions ( #495 )
* add tests to ruff for core
* fmt
* lint
* lint fixes
* fixup more dirs
* dont include non python
* lint fixes
* lint fixes
* fix dir name
* dont relative include
1 year ago
Jack Gerrits
05ff2d33e0
Rename codec to serializer ( #462 )
1 year ago
Jack Gerrits
8504ea0bf2
Support datacontenttype and lay groundwork for unknown payloads ( #444 )
* Support datacontenttype and lay groundwork for unknown payloads
* Update dotnet based on proto changes
1 year ago
Jack Gerrits
5e8840d13c
Python: organize packages in package directory ( #420 )
* Move packages to packages directory
* remove screenshot
* update some paths
1 year ago