-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (66 loc) · 1.37 KB
/
Copy path_config.yml
File metadata and controls
66 lines (66 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
title: Agent Engineering Lab
description: 面向中文开发者的 Agent Systems Engineering 可执行实验室:用任务合同、证据、Trace、Dataset、Eval 和 Regression 证明 Agent 行为。
url: https://estelledc.github.io
baseurl: /langchain-langgraph-langsmith-tutorial
repository: estelledc/langchain-langgraph-langsmith-tutorial
lang: zh-CN
locale: zh_CN
timezone: Asia/Shanghai
author:
name: Jason Xun
url: https://estelledc.github.io/
logo: /assets/og-agent-engineering-lab.png
theme: jekyll-theme-cayman
plugins:
- jekyll-relative-links
- jekyll-default-layout
- jekyll-readme-index
- jekyll-titles-from-headings
relative_links:
enabled: true
collections: true
readme_index:
enabled: true
remove_originals: true
with_frontmatter: false
defaults:
- scope:
path: ""
values:
layout: default
sass:
style: compressed
exclude:
- .env
- .env.example
- .github/
- .python-version
- .venv/
- AGENTS.md
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- Makefile
- curriculum/
- datasets/
- evals/
- fixtures/
- langgraph.json
- legacy/
- prompts/
- pyproject.toml
- scripts/
- skills/
- src/
- tests/
- uv.lock
- vendor/
- verification-passport.json
- "**/__pycache__/"
- "**/*.pyc"
header_pages:
- SETUP.md
- labs/README.md
- docs/architecture.md
- docs/verification.md
- docs/compatibility.md