-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.json
More file actions
138 lines (138 loc) · 3.73 KB
/
registry.json
File metadata and controls
138 lines (138 loc) · 3.73 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"version": "1",
"updated": "2026-03-19T06:53:27Z",
"artifacts": [
{
"name": "ag2",
"owner": "ag2ai",
"type": "skills",
"display_name": "AG2 Skills",
"description": "Coding guidance, workflows, and agents for building multi-agent applications with the AG2 framework",
"version": "0.3.0",
"path": "skills/ag2",
"tags": [
"ag2",
"multi-agent",
"autogen"
]
},
{
"name": "fastapi",
"owner": "ag2ai",
"type": "skills",
"display_name": "FastAPI Skills",
"description": "Patterns and best practices for building FastAPI applications with async endpoints, dependency injection, and Pydantic models",
"version": "1.0.0",
"path": "skills/fastapi",
"tags": [
"fastapi",
"api",
"python",
"async"
]
},
{
"name": "fullstack-multi-agent",
"owner": "ag2ai",
"type": "template",
"display_name": "Full-Stack Multi-Agent App",
"description": "A full-stack application with a FastAPI backend orchestrating an AG2 multi-agent team and a React + Vite frontend with real-time chat UI",
"version": "1.0.0",
"path": "templates/fullstack-multi-agent",
"tags": [
"fullstack",
"react",
"fastapi",
"multi-agent",
"websocket",
"chat"
]
},
{
"name": "github-mcp",
"owner": "ag2ai",
"type": "tool",
"display_name": "GitHub MCP Server",
"description": "GitHub operations via Model Context Protocol \u2014 repos, issues, pull requests, and code search",
"version": "1.0.0",
"path": "tools/github-mcp",
"tags": [
"github",
"mcp",
"git",
"devtools"
]
},
{
"name": "web-search",
"owner": "ag2ai",
"type": "tool",
"display_name": "Web Search",
"description": "Search the web and extract text content from pages for AG2 agents",
"version": "1.0.0",
"path": "tools/web-search",
"tags": [
"web",
"search",
"scraping"
]
},
{
"name": "agent-eval-bench",
"owner": "ag2ai",
"type": "dataset",
"display_name": "Agent Eval Benchmark",
"description": "Evaluation benchmark for testing AG2 agent capabilities across tool use, reasoning, and multi-agent coordination",
"version": "1.0.0",
"path": "datasets/agent-eval-bench",
"tags": [
"eval",
"benchmark",
"testing"
]
},
{
"name": "code-reviewer",
"owner": "ag2ai",
"type": "agent",
"display_name": "Code Reviewer",
"description": "Expert code review agent that checks for correctness, security, performance, and style",
"version": "1.0.0",
"path": "agents/code-reviewer",
"tags": [
"code-review",
"quality",
"security"
]
},
{
"name": "research-analyst",
"owner": "ag2ai",
"type": "agent",
"display_name": "Research Analyst",
"description": "Autonomous research agent that searches the web, evaluates sources, and synthesizes structured reports",
"version": "1.0.0",
"path": "agents/research-analyst",
"tags": [
"research",
"web",
"analysis",
"reports"
]
},
{
"name": "research-assistant",
"owner": "ag2ai",
"type": "bundle",
"display_name": "Research Assistant Starter Kit",
"description": "Complete research toolkit: web search tool, research agent, eval dataset, and skills",
"version": "1.0.0",
"path": "bundles/research-assistant",
"tags": [
"research",
"starter-kit",
"bundle"
]
}
]
}