init
This commit is contained in:
61
AlgoriAgent/docs/sphinx_doc/en/source/index.rst
Normal file
61
AlgoriAgent/docs/sphinx_doc/en/source/index.rst
Normal file
@@ -0,0 +1,61 @@
|
||||
.. AgentScope documentation master file, created by
|
||||
sphinx-quickstart on Fri Jan 5 17:53:54 2024.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
:github_url: https://github.com/modelscope/agentscope
|
||||
|
||||
AgentScope Documentation
|
||||
======================================
|
||||
|
||||
|
||||
.. include:: tutorial/main.md
|
||||
:parser: myst_parser.sphinx_
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
:hidden:
|
||||
:caption: AgentScope Tutorial
|
||||
|
||||
tutorial/101-agentscope.md
|
||||
tutorial/102-installation.md
|
||||
tutorial/103-example.md
|
||||
|
||||
tutorial/203-model.md
|
||||
tutorial/206-prompt.md
|
||||
tutorial/201-agent.md
|
||||
tutorial/205-memory.md
|
||||
tutorial/203-parser.md
|
||||
tutorial/209-prompt_opt.md
|
||||
tutorial/204-service.md
|
||||
tutorial/202-pipeline.md
|
||||
tutorial/208-distribute.md
|
||||
tutorial/209-gui.md
|
||||
tutorial/210-rag.md
|
||||
tutorial/105-logging.md
|
||||
tutorial/207-monitor.md
|
||||
tutorial/104-usecase.md
|
||||
|
||||
tutorial/contribute.rst
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
:caption: AgentScope API Reference
|
||||
|
||||
agentscope
|
||||
agentscope.message
|
||||
agentscope.models
|
||||
agentscope.agents
|
||||
agentscope.memory
|
||||
agentscope.parsers
|
||||
agentscope.exception
|
||||
agentscope.pipelines
|
||||
agentscope.service
|
||||
agentscope.rpc
|
||||
agentscope.server
|
||||
agentscope.web
|
||||
agentscope.prompt
|
||||
agentscope.utils
|
||||
Reference in New Issue
Block a user