-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
37 lines (37 loc) · 1.01 KB
/
META6.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "LLM::Graph",
"description": "LLM::Graph can be used to efficiently schedule and combine multiple LLM generation steps for an optimal evaluation managing LLM submissions' concurrency.",
"version": "0.0.11",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [
"JSON::Fast:ver<0.17+>",
"LLM::Functions:ver<0.4.1+>",
"LLM::Prompts:ver<0.2.5+>",
"Text::SubParsers:ver<0.1.2+>",
"Graph:ver<0.0.30+>",
"Hash::Merge:ver<2.0.0>:api<2>"
],
"build-depends": [],
"provides": {
"LLM::Graph": "lib/LLM/Graph.rakumod",
"LLM::Graph::Formatish": "lib/LLM/Graph/Formatish.rakumod"
},
"license": "Artistic-2.0",
"tags": [
"ai",
"agentic",
"agentic-ai",
"api",
"generative",
"graph",
"llm graph",
"llm",
"web service",
"web"
],
"api": "0",
"source-url": "https://github.com/antononcube/Raku-LLM-Graph"
}