Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_en (ubuntu-latest, 3.10) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_zh (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.12) (push) Has been cancelled
78 lines
1.5 KiB
ReStructuredText
78 lines
1.5 KiB
ReStructuredText
.. AgentScope Doc documentation master file, created by
|
|
sphinx-quickstart on Thu Aug 8 15:07:21 2024.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to AgentScope's documentation!
|
|
==========================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Tutorial
|
|
|
|
tutorial/quickstart_installation
|
|
tutorial/quickstart_key_concept
|
|
tutorial/quickstart_message
|
|
tutorial/quickstart_agent
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Workflow
|
|
|
|
tutorial/workflow_conversation
|
|
tutorial/workflow_multiagent_debate
|
|
tutorial/workflow_concurrent_agents
|
|
tutorial/workflow_routing
|
|
tutorial/workflow_handoffs
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: FAQ
|
|
|
|
tutorial/faq
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Model and Context
|
|
|
|
tutorial/task_model
|
|
tutorial/task_prompt
|
|
tutorial/task_token
|
|
tutorial/task_memory
|
|
tutorial/task_long_term_memory
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Tool
|
|
|
|
tutorial/task_tool
|
|
tutorial/task_mcp
|
|
tutorial/task_agent_skill
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Agent
|
|
|
|
tutorial/task_agent
|
|
tutorial/task_state
|
|
tutorial/task_hook
|
|
tutorial/task_middleware
|
|
tutorial/task_a2a
|
|
tutorial/task_realtime
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Features
|
|
|
|
tutorial/task_pipeline
|
|
tutorial/task_plan
|
|
tutorial/task_rag
|
|
tutorial/task_studio
|
|
tutorial/task_tracing
|
|
tutorial/task_eval
|
|
tutorial/task_eval_openjudge
|
|
tutorial/task_embedding
|
|
tutorial/task_tts
|
|
tutorial/task_tuner
|