-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
55 lines (55 loc) · 1.29 KB
/
Copy pathcomposer.json
File metadata and controls
55 lines (55 loc) · 1.29 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
{
"name": "kohlercode/agents",
"type": "typo3-cms-extension",
"description": "TYPO3 backend AI agents extension with chat, providers, and tool calling.",
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"require": {
"php": "^8.2",
"typo3/cms-backend": "^13.4",
"typo3/cms-core": "^13.4",
"typo3/cms-fluid": "^13.4"
},
"keywords": [
"TYPO3",
"extension",
"agents",
"ai",
"chat",
"tool",
"plugin",
"llm",
"llm-provider"
],
"homepage": "https://kohlercode.com/products/typo3/extensions/agents",
"authors": [
{
"name": "Simon K\u00f6hler",
"email": "simon@kohlercode.com",
"role": "Developer",
"homepage": "https://github.com/kohlercode"
}
],
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/fullstackfreelancer/"
}
],
"support": {
"issues": "https://github.com/kohlercode/agents/issues",
"source": "https://github.com/kohlercode/agents",
"docs": "https://github.com/kohlercode/agents/blob/master/README.md",
"chat": "https://wa.me/13075334323"
},
"autoload": {
"psr-4": {
"Kohlercode\\Agents\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "agents"
}
}
}