+18


![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)

![autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)




FFXN
GitHub
yyh
盐粒 Yanli
autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Tianle
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Yunlu Wen
zyssyz123
Claude Opus 4.7
chariri
Asuka Minato
Copilot Autofix powered by AI
Nian
非法操作
Carmen Fernández Ruiz
wangxiaolei
QuantumGhost
L1nSn0w
Evan
Escape0707
Jingyi
Amr Sherif
ZHOU ZHICHEN
unknown
JzoNg
Xiyuan Chen
-LAN-
107bba0116
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: EvanYao826 <[email protected]> Co-authored-by: yyh <[email protected]> Co-authored-by: 盐粒 Yanli <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Tianle <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yunlu Wen <[email protected]> Co-authored-by: zyssyz123 <[email protected]> Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]> Co-authored-by: chariri <[email protected]> Co-authored-by: Asuka Minato <[email protected]> Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Nian <[email protected]> Co-authored-by: 非法操作 <[email protected]> Co-authored-by: Carmen Fernández Ruiz <[email protected]> Co-authored-by: wangxiaolei <[email protected]> Co-authored-by: QuantumGhost <[email protected]> Co-authored-by: L1nSn0w <[email protected]> Co-authored-by: Evan <[email protected]> Co-authored-by: Escape0707 <[email protected]> Co-authored-by: Jingyi <[email protected]> Co-authored-by: Amr Sherif <[email protected]> Co-authored-by: ZHOU ZHICHEN <[email protected]> Co-authored-by: unknown <[email protected]> Co-authored-by: JzoNg <[email protected]> Co-authored-by: Xiyuan Chen <[email protected]> Co-authored-by: -LAN- <[email protected]>
71 lines
1.9 KiB
YAML
71 lines
1.9 KiB
YAML
site_name: Dify Agent
|
|
site_description: Agent runtime and Agenton composition framework documentation
|
|
strict: true
|
|
|
|
repo_name: langgenius/dify
|
|
repo_url: https://github.com/langgenius/dify
|
|
edit_uri: edit/main/dify-agent/docs/
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Agenton:
|
|
- Overview: agenton/index.md
|
|
- Guide: agenton/guide/index.md
|
|
- Examples: agenton/examples/index.md
|
|
- Dify Agent:
|
|
- Overview: dify-agent/index.md
|
|
- User Manual:
|
|
- Get Started: dify-agent/get-started/index.md
|
|
- Prompt Layer: dify-agent/user-manual/prompt-layer/index.md
|
|
- Execution Context Layer: dify-agent/user-manual/execution-context-layer/index.md
|
|
- Plugin LLM Layer: dify-agent/user-manual/plugin-llm-layer/index.md
|
|
- Plugin Tool Layer: dify-agent/user-manual/plugin-tool-layer/index.md
|
|
- History Layer: dify-agent/user-manual/history-layer/index.md
|
|
- Structured Output Layer: dify-agent/user-manual/structured-output-layer/index.md
|
|
- Operations Guide: dify-agent/guide/index.md
|
|
- Examples: dify-agent/examples/index.md
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- content.code.copy
|
|
- content.tabs.link
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- navigation.tracking
|
|
- toc.follow
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.details
|
|
- pymdownx.highlight:
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- tables
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
paths:
|
|
- src
|
|
options:
|
|
docstring_style: google
|
|
members_order: source
|
|
separate_signature: true
|
|
show_signature_annotations: true
|
|
signature_crossrefs: true
|
|
|
|
watch:
|
|
- src
|
|
- examples
|
|
|
|
hooks:
|
|
- docs/.hooks/main.py
|