mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
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:
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user