BotSharp/docs
2024-12-11 11:48:16 -06:00
..
agent Standarderize agent type. 2024-01-25 22:32:48 -06:00
architecture refine doc 2024-12-11 11:48:16 -06:00
channels ITrackableMessage 2023-10-27 10:18:48 -05:00
conversation
knowledge-base
llama-sharp add config LLamaSharp tutorial in docs 2024-03-10 20:00:54 +08:00
llm Add featuer of VisibilityExpression 2024-03-31 14:28:16 -05:00
quick-start 1st version for the doc 2024-08-17 15:55:35 -05:00
static Add pizza bot router. 2024-01-27 19:02:33 -06:00
utilities 1st version for the doc 2024-08-17 15:55:35 -05:00
conf.py Unified InvokeFunction. 2024-02-29 23:44:57 -06:00
index.rst relocate 2024-12-03 19:32:43 -06:00
make.bat
Makefile
Name-Entity Recognition(NER) Comparation.pdf
README.md
requirements.txt

How to contribute docs

We use Sphinx to build document, please make sure you installed the appropriate Sphinx plugins before making the docs.

pip install -U sphinx
pip install recommonmark
pip install sphinx_rtd_theme
pip install myst-parser
cd docs
./make html