Python host and worker runtime for distributed agents. (#369)

* Python host runtime impl

* update

* ignore proto generated files

* move worker runtime to application

* Move example to samples

* Fix import

* fix

* update

* server client

* better shutdown

* fix doc conf

* add type
This commit is contained in:
Eric Zhu
2024-08-19 07:06:41 -07:00
committed by GitHub
parent eb4a5b7df5
commit 5eca0dba4a
15 changed files with 515 additions and 188 deletions

View File

@@ -28,7 +28,7 @@ apidoc_template_dir = "_apidoc_templates"
apidoc_separate_modules = True
apidoc_extra_args = ["--no-toc"]
napoleon_custom_sections = [("Returns", "params_style")]
apidoc_excluded_paths = ["./worker/protos/"]
apidoc_excluded_paths = ["./application/protos/"]
templates_path = []
exclude_patterns = ["reference/agnext.rst"]

View File

@@ -59,7 +59,6 @@ To learn about the core concepts of AGNext, read the `overview <core-concepts/ov
reference/agnext.components
reference/agnext.application
reference/agnext.core
reference/agnext.worker
.. toctree::
:caption: Other