forked from cognesy/instructor-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
112 lines (112 loc) · 3.27 KB
/
packages.json
File metadata and controls
112 lines (112 loc) · 3.27 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"packages": [
{
"local": "packages/addons",
"repo": "cognesy/instructor-addons",
"github_name": "instructor-addons",
"composer_name": "cognesy/instructor-addons"
},
{
"local": "packages/auxiliary",
"repo": "cognesy/instructor-aux",
"github_name": "instructor-aux",
"composer_name": "cognesy/instructor-auxiliary"
},
{
"local": "packages/config",
"repo": "cognesy/instructor-config",
"github_name": "instructor-config",
"composer_name": "cognesy/instructor-config"
},
{
"local": "packages/doctor",
"repo": "cognesy/instructor-doctor",
"github_name": "instructor-doctor",
"composer_name": "cognesy/instructor-doctor"
},
{
"local": "packages/dynamic",
"repo": "cognesy/instructor-dynamic",
"github_name": "instructor-dynamic",
"composer_name": "cognesy/instructor-dynamic"
},
{
"local": "packages/evals",
"repo": "cognesy/instructor-evals",
"github_name": "instructor-evals",
"composer_name": "cognesy/instructor-evals"
},
{
"local": "packages/events",
"repo": "cognesy/instructor-events",
"github_name": "instructor-events",
"composer_name": "cognesy/instructor-events"
},
{
"local": "packages/http-client",
"repo": "cognesy/instructor-http-client",
"github_name": "instructor-http-client",
"composer_name": "cognesy/instructor-http-client"
},
{
"local": "packages/hub",
"repo": "cognesy/instructor-hub",
"github_name": "instructor-hub",
"composer_name": "cognesy/instructor-hub"
},
{
"local": "packages/instructor",
"repo": "cognesy/instructor-struct",
"github_name": "instructor-struct",
"composer_name": "cognesy/instructor-struct"
},
{
"local": "packages/messages",
"repo": "cognesy/instructor-messages",
"github_name": "instructor-messages",
"composer_name": "cognesy/instructor-messages"
},
{
"local": "packages/pipeline",
"repo": "cognesy/instructor-pipeline",
"github_name": "instructor-pipeline",
"composer_name": "cognesy/instructor-pipeline"
},
{
"local": "packages/polyglot",
"repo": "cognesy/instructor-polyglot",
"github_name": "instructor-polyglot",
"composer_name": "cognesy/instructor-polyglot"
},
{
"local": "packages/schema",
"repo": "cognesy/instructor-schema",
"github_name": "instructor-schema",
"composer_name": "cognesy/instructor-schema"
},
{
"local": "packages/setup",
"repo": "cognesy/instructor-setup",
"github_name": "instructor-setup",
"composer_name": "cognesy/instructor-setup"
},
{
"local": "packages/tell",
"repo": "cognesy/instructor-tell",
"github_name": "instructor-tell",
"composer_name": "cognesy/instructor-tell"
},
{
"local": "packages/templates",
"repo": "cognesy/instructor-templates",
"github_name": "instructor-templates",
"composer_name": "cognesy/instructor-templates"
},
{
"local": "packages/utils",
"repo": "cognesy/instructor-utils",
"github_name": "instructor-utils",
"composer_name": "cognesy/instructor-utils"
}
]
}