-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSOURCE.json
More file actions
38 lines (38 loc) · 1 KB
/
Copy pathSOURCE.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"schema_version": 1,
"skill": {
"name": "developing-ai-agents",
"language": "ru"
},
"original_work": {
"author": "Bojie Li",
"author_url": "https://github.com/bojieli",
"repository": "https://github.com/bojieli/ai-agent-book",
"commit": "97de455e9aa44cf9f93441ce0c771c9aa9643d92",
"version": "v1.2"
},
"russian_translation": {
"attribution": "Русский перевод: community edition",
"repository": "https://github.com/ilkruglov/ai-agent-book",
"commit": "ed2ae516d45dfe26e934cb390b80f105ca780b1f"
},
"bundled_sources": {
"directory": "plugins/developing-ai-agents/skills/developing-ai-agents/references/source-book",
"format": "Markdown",
"files": [
"introduction.md",
"chapter1.md",
"chapter2.md",
"chapter3.md",
"chapter4.md",
"chapter5.md",
"chapter6.md",
"chapter7.md",
"chapter8.md",
"chapter9.md",
"chapter10.md",
"afterword.md"
]
},
"license": "Apache-2.0"
}