From 531ee06b69ef95d5e5d060a8659d5c70f08543c8 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Sun, 8 Oct 2023 19:33:06 -0500 Subject: [PATCH] recommonmark --- docs/agent/router.md | 2 ++ docs/conf.py | 4 ++-- docs/index.rst | 4 ++-- docs/requirements.txt | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/agent/router.md b/docs/agent/router.md index 9d9fd184..3c871664 100644 --- a/docs/agent/router.md +++ b/docs/agent/router.md @@ -10,6 +10,8 @@ This section will explain in detail the usage of Router. Router has a dedicated } ``` +## How router works + ### How to register agent to router? When you add a new Agent, the Router can automatically read the Agent's configuration, but in order for the Router to distribute the Request to the new Agent, you must set the `AllowRouting` attribute to `True`. For more information on how to use Router, please refer to the Agent/Router chapter. diff --git a/docs/conf.py b/docs/conf.py index 71a47940..8eb3a408 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ author = 'Haiping Chen' # built documents. # # The short X.Y version. -version = '0.13' +version = '0.16' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.16.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 5203c218..663d5c78 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -86,8 +86,8 @@ The main documentation for the site is organized into the following sections: :maxdepth: 2 :caption: Prompt Engineering - prompt/prompt - prompt/template + llm/prompt + llm/template llm/function llm/few-shot-learning diff --git a/docs/requirements.txt b/docs/requirements.txt index d2075487..dfafbc6a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ sphinx == 6.2.1 +recommonmark == 0.7.1 myst-parser \ No newline at end of file