agentsys 5.3.6 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/.agnix.toml +17 -7
  2. package/.claude-plugin/marketplace.json +13 -2
  3. package/.claude-plugin/plugin.json +1 -1
  4. package/.gitmodules +3 -0
  5. package/AGENTS.md +4 -4
  6. package/CHANGELOG.md +28 -0
  7. package/README.md +46 -5
  8. package/lib/adapter-transforms.js +3 -1
  9. package/package.json +1 -1
  10. package/site/assets/css/main.css +39 -1
  11. package/site/assets/js/main.js +24 -0
  12. package/site/content.json +26 -25
  13. package/site/index.html +90 -15
  14. package/site/ux-spec.md +9 -9
  15. package/agent-knowledge/AGENTS.md +0 -231
  16. package/agent-knowledge/acp-with-codex-gemini-copilot-claude.md +0 -504
  17. package/agent-knowledge/ai-cli-advanced-integration-patterns.md +0 -670
  18. package/agent-knowledge/ai-cli-non-interactive-programmatic-usage.md +0 -1394
  19. package/agent-knowledge/all-in-one-plus-modular-packages.md +0 -576
  20. package/agent-knowledge/cli-browser-automation-agents.md +0 -936
  21. package/agent-knowledge/github-org-project-management.md +0 -319
  22. package/agent-knowledge/github-org-structure-patterns.md +0 -268
  23. package/agent-knowledge/kiro-supervised-autopilot.md +0 -400
  24. package/agent-knowledge/multi-product-org-docs.md +0 -622
  25. package/agent-knowledge/oss-org-naming-patterns.md +0 -368
  26. package/agent-knowledge/resources/acp-with-codex-gemini-copilot-claude-sources.json +0 -408
  27. package/agent-knowledge/resources/ai-cli-non-interactive-programmatic-usage-sources.json +0 -500
  28. package/agent-knowledge/resources/all-in-one-plus-modular-packages-sources.json +0 -310
  29. package/agent-knowledge/resources/cli-browser-automation-agents-sources.json +0 -428
  30. package/agent-knowledge/resources/github-org-project-management-sources.json +0 -239
  31. package/agent-knowledge/resources/github-org-structure-patterns-sources.json +0 -293
  32. package/agent-knowledge/resources/kiro-supervised-autopilot-sources.json +0 -135
  33. package/agent-knowledge/resources/multi-product-org-docs-sources.json +0 -514
  34. package/agent-knowledge/resources/oss-org-naming-patterns-sources.json +0 -458
  35. package/agent-knowledge/resources/skill-plugin-distribution-patterns-sources.json +0 -290
  36. package/agent-knowledge/resources/terminal-browsers-agent-automation-sources.json +0 -758
  37. package/agent-knowledge/resources/web-session-persistence-cli-agents-sources.json +0 -528
  38. package/agent-knowledge/skill-plugin-distribution-patterns.md +0 -661
  39. package/agent-knowledge/terminal-browsers-agent-automation.md +0 -776
  40. package/agent-knowledge/web-session-persistence-cli-agents.md +0 -1352
@@ -1,408 +0,0 @@
1
- {
2
- "topic": "ACP (Agent Communication Protocol) with Codex, Gemini, Copilot, Claude",
3
- "slug": "acp-with-codex-gemini-copilot-claude",
4
- "generated": "2026-03-02T00:00:00Z",
5
- "depth": "medium",
6
- "totalSources": 24,
7
- "sources": [
8
- {
9
- "url": "https://agentcommunicationprotocol.dev/",
10
- "title": "Agent Communication Protocol - Official Website",
11
- "qualityScore": 92,
12
- "authority": 10,
13
- "recency": 9,
14
- "depth": 8,
15
- "examples": 7,
16
- "uniqueness": 10,
17
- "keyInsights": [
18
- "ACP is now part of A2A under the Linux Foundation",
19
- "Uses REST endpoints aligned with standard HTTP patterns",
20
- "Employs MIME types for content identification and extensibility",
21
- "Framework-agnostic across BeeAI, LangChain, CrewAI, custom implementations",
22
- "SDKs available in Python and TypeScript"
23
- ]
24
- },
25
- {
26
- "url": "https://github.com/google/A2A",
27
- "title": "A2A Protocol - GitHub Repository",
28
- "qualityScore": 95,
29
- "authority": 10,
30
- "recency": 9,
31
- "depth": 9,
32
- "examples": 8,
33
- "uniqueness": 10,
34
- "keyInsights": [
35
- "JSON-RPC 2.0 over HTTP(S) transport",
36
- "Agent Cards for capability discovery",
37
- "Supports synchronous, SSE streaming, and async push notifications",
38
- "Apache 2.0 licensed under Linux Foundation",
39
- "SDKs in Python, Go, JavaScript, Java, .NET"
40
- ]
41
- },
42
- {
43
- "url": "https://a2a-protocol.org/latest/",
44
- "title": "A2A Protocol - Official Specification Site",
45
- "qualityScore": 88,
46
- "authority": 10,
47
- "recency": 9,
48
- "depth": 7,
49
- "examples": 6,
50
- "uniqueness": 8,
51
- "keyInsights": [
52
- "A2A enables seamless communication between AI agents",
53
- "Complementary to MCP which handles agent-to-tool communication",
54
- "Connects agents across LangGraph, CrewAI, Semantic Kernel, custom solutions",
55
- "Agents interact without sharing internal memory or proprietary logic"
56
- ]
57
- },
58
- {
59
- "url": "https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/",
60
- "title": "Google Developers Blog - A2A Announcement",
61
- "qualityScore": 90,
62
- "authority": 10,
63
- "recency": 8,
64
- "depth": 8,
65
- "examples": 6,
66
- "uniqueness": 9,
67
- "keyInsights": [
68
- "Announced April 9, 2025 by Google",
69
- "50+ technology partners including Atlassian, Salesforce, SAP",
70
- "Five core design principles: agentic, existing standards, security, long-running, modality agnostic",
71
- "Built on HTTP, SSE, and JSON-RPC for easier IT integration",
72
- "A2A complements Anthropic's MCP"
73
- ]
74
- },
75
- {
76
- "url": "https://github.com/i-am-bee/beeai",
77
- "title": "Agent Stack (BeeAI) - GitHub Repository",
78
- "qualityScore": 85,
79
- "authority": 8,
80
- "recency": 9,
81
- "depth": 8,
82
- "examples": 7,
83
- "uniqueness": 9,
84
- "keyInsights": [
85
- "Built on A2A Protocol under Linux Foundation",
86
- "Agents automatically exposed as A2A-compatible services",
87
- "SDK handles runtime service requests and agent-to-agent communication",
88
- "Supports LangGraph, CrewAI, and custom frameworks",
89
- "15+ LLM provider support including Anthropic, OpenAI, watsonx.ai"
90
- ]
91
- },
92
- {
93
- "url": "https://pypi.org/project/acp-sdk/",
94
- "title": "ACP SDK for Python - PyPI",
95
- "qualityScore": 82,
96
- "authority": 8,
97
- "recency": 8,
98
- "depth": 7,
99
- "examples": 9,
100
- "uniqueness": 7,
101
- "keyInsights": [
102
- "Version 1.0.3, maintained by IBM Corp.",
103
- "Async/await support for agent functions",
104
- "Decorator-based agent registration",
105
- "Python 3.11+ required",
106
- "Apache-2.0 licensed"
107
- ]
108
- },
109
- {
110
- "url": "https://modelcontextprotocol.io/introduction",
111
- "title": "MCP - Model Context Protocol Introduction",
112
- "qualityScore": 93,
113
- "authority": 10,
114
- "recency": 9,
115
- "depth": 8,
116
- "examples": 7,
117
- "uniqueness": 8,
118
- "keyInsights": [
119
- "Open standard for connecting AI applications to external systems",
120
- "Analogous to USB-C port for AI applications",
121
- "Connects to data sources, tools, and workflows",
122
- "Supported by Claude, ChatGPT, and many other applications"
123
- ]
124
- },
125
- {
126
- "url": "https://code.claude.com/docs/en/overview",
127
- "title": "Claude Code - Official Overview",
128
- "qualityScore": 95,
129
- "authority": 10,
130
- "recency": 10,
131
- "depth": 9,
132
- "examples": 8,
133
- "uniqueness": 8,
134
- "keyInsights": [
135
- "Agentic coding tool with MCP support",
136
- "Supports subagents, agent teams, and Agent SDK",
137
- "Can serve as MCP server via 'claude mcp serve'",
138
- "Available in terminal, IDE, desktop, and browser",
139
- "Supports spawning multiple agent teams for parallel work"
140
- ]
141
- },
142
- {
143
- "url": "https://code.claude.com/docs/en/sub-agents",
144
- "title": "Claude Code - Custom Subagents Documentation",
145
- "qualityScore": 94,
146
- "authority": 10,
147
- "recency": 10,
148
- "depth": 10,
149
- "examples": 9,
150
- "uniqueness": 9,
151
- "keyInsights": [
152
- "Subagents run in own context window with custom system prompt",
153
- "Built-in subagents: Explore, Plan, General-purpose",
154
- "Custom subagents defined in Markdown with YAML frontmatter",
155
- "Support for different models per subagent",
156
- "MCP servers can be scoped to individual subagents"
157
- ]
158
- },
159
- {
160
- "url": "https://code.claude.com/docs/en/agent-teams",
161
- "title": "Claude Code - Agent Teams Documentation",
162
- "qualityScore": 93,
163
- "authority": 10,
164
- "recency": 10,
165
- "depth": 10,
166
- "examples": 9,
167
- "uniqueness": 10,
168
- "keyInsights": [
169
- "Multiple Claude Code instances coordinating via shared task lists",
170
- "Direct inter-agent messaging via mailbox system",
171
- "Team lead coordinates work and synthesizes results",
172
- "Experimental feature requiring explicit opt-in",
173
- "Significantly higher token costs than single sessions"
174
- ]
175
- },
176
- {
177
- "url": "https://code.claude.com/docs/en/mcp",
178
- "title": "Claude Code - MCP Documentation",
179
- "qualityScore": 95,
180
- "authority": 10,
181
- "recency": 10,
182
- "depth": 10,
183
- "examples": 10,
184
- "uniqueness": 7,
185
- "keyInsights": [
186
- "Supports HTTP, SSE, and stdio MCP transports",
187
- "Claude Code can serve as an MCP server",
188
- "OAuth 2.0 authentication for remote servers",
189
- "MCP Tool Search for dynamic tool loading",
190
- "Managed MCP configuration for enterprise control"
191
- ]
192
- },
193
- {
194
- "url": "https://platform.claude.com/docs/en/agent-sdk/overview",
195
- "title": "Claude Agent SDK - Official Overview",
196
- "qualityScore": 94,
197
- "authority": 10,
198
- "recency": 10,
199
- "depth": 9,
200
- "examples": 10,
201
- "uniqueness": 9,
202
- "keyInsights": [
203
- "Programmatic access to Claude Code tools and capabilities",
204
- "Built-in tools: Read, Write, Edit, Bash, Glob, Grep, WebSearch, WebFetch",
205
- "Custom subagent definitions via AgentDefinition",
206
- "Hook system for controlling agent behavior",
207
- "Session management with resume and fork capabilities"
208
- ]
209
- },
210
- {
211
- "url": "https://github.com/anthropics/claude-agent-sdk-python",
212
- "title": "Claude Agent SDK for Python - GitHub",
213
- "qualityScore": 88,
214
- "authority": 10,
215
- "recency": 9,
216
- "depth": 8,
217
- "examples": 10,
218
- "uniqueness": 7,
219
- "keyInsights": [
220
- "In-process MCP server support for custom tools",
221
- "Bidirectional communication via ClaudeSDKClient",
222
- "Hook system with PreToolUse, PostToolUse events",
223
- "Auto-bundled Claude Code CLI",
224
- "Python 3.10+ required"
225
- ]
226
- },
227
- {
228
- "url": "https://github.com/anthropics/claude-agent-sdk-demos",
229
- "title": "Claude Agent SDK Demos - GitHub",
230
- "qualityScore": 80,
231
- "authority": 9,
232
- "recency": 8,
233
- "depth": 7,
234
- "examples": 10,
235
- "uniqueness": 8,
236
- "keyInsights": [
237
- "Research Agent demonstrates multi-agent coordination",
238
- "Subagent spawning for parallel research tasks",
239
- "Web search integration for research workflows",
240
- "7 demo applications covering various patterns"
241
- ]
242
- },
243
- {
244
- "url": "https://github.com/openai/codex",
245
- "title": "OpenAI Codex CLI - GitHub Repository",
246
- "qualityScore": 85,
247
- "authority": 9,
248
- "recency": 9,
249
- "depth": 7,
250
- "examples": 6,
251
- "uniqueness": 8,
252
- "keyInsights": [
253
- "Primarily Rust-based (96.1%) local coding agent",
254
- "MCP Registry integration for external tools",
255
- "Contains shell-tool-mcp component",
256
- "No documented agent-to-agent communication",
257
- "553+ releases indicating active development"
258
- ]
259
- },
260
- {
261
- "url": "https://github.com/google-gemini/gemini-cli",
262
- "title": "Google Gemini CLI - GitHub Repository",
263
- "qualityScore": 87,
264
- "authority": 9,
265
- "recency": 9,
266
- "depth": 8,
267
- "examples": 7,
268
- "uniqueness": 8,
269
- "keyInsights": [
270
- "MCP support for custom integrations",
271
- "No A2A or ACP protocol references",
272
- "Built-in tools: file system, shell, web fetch, Google Search",
273
- "Free tier: 60 req/min, 1000 daily requests",
274
- "Non-interactive mode with JSON/streaming output"
275
- ]
276
- },
277
- {
278
- "url": "https://docs.github.com/en/copilot/using-github-copilot/using-extensions-to-integrate-external-tools-with-copilot-chat",
279
- "title": "GitHub Copilot Extensions - MCP Integration",
280
- "qualityScore": 84,
281
- "authority": 9,
282
- "recency": 8,
283
- "depth": 7,
284
- "examples": 6,
285
- "uniqueness": 7,
286
- "keyInsights": [
287
- "MCP as open standard for tool integration in Copilot",
288
- "GitHub MCP Server for coding agent and code scanning",
289
- "Local and remote server support across multiple IDEs",
290
- "Organization policy controls for MCP servers"
291
- ]
292
- },
293
- {
294
- "url": "https://kiro.dev/docs/",
295
- "title": "Kiro IDE - Official Documentation",
296
- "qualityScore": 75,
297
- "authority": 8,
298
- "recency": 9,
299
- "depth": 5,
300
- "examples": 4,
301
- "uniqueness": 7,
302
- "keyInsights": [
303
- "AWS agentic IDE with specs, steering, and hooks",
304
- "MCP server support as core capability",
305
- "Built on Claude AI model",
306
- "No ACP or A2A protocol mentioned"
307
- ]
308
- },
309
- {
310
- "url": "https://kiro.dev/docs/mcp/",
311
- "title": "Kiro MCP Server Support",
312
- "qualityScore": 72,
313
- "authority": 8,
314
- "recency": 9,
315
- "depth": 5,
316
- "examples": 3,
317
- "uniqueness": 5,
318
- "keyInsights": [
319
- "MCP enables Kiro to communicate with external servers",
320
- "Settings-based MCP configuration",
321
- "Connection status indicators and log access",
322
- "No agent-to-agent communication architecture documented"
323
- ]
324
- },
325
- {
326
- "url": "https://github.com/modelcontextprotocol/servers",
327
- "title": "MCP Servers Repository - Official",
328
- "qualityScore": 88,
329
- "authority": 10,
330
- "recency": 9,
331
- "depth": 7,
332
- "examples": 8,
333
- "uniqueness": 8,
334
- "keyInsights": [
335
- "Sequential Thinking server for structured reasoning",
336
- "AgentRPC for cross-network function communication",
337
- "Reference implementations are educational, not production",
338
- "Memory server for knowledge graph-based persistence"
339
- ]
340
- },
341
- {
342
- "url": "https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking",
343
- "title": "Sequential Thinking MCP Server",
344
- "qualityScore": 83,
345
- "authority": 9,
346
- "recency": 8,
347
- "depth": 8,
348
- "examples": 8,
349
- "uniqueness": 9,
350
- "keyInsights": [
351
- "Dynamic and reflective problem-solving through thought sequences",
352
- "Supports revision, branching, and dynamic scope adjustment",
353
- "Parameters: thought, nextThoughtNeeded, thoughtNumber, totalThoughts",
354
- "Available via npx or Docker",
355
- "Designed for problems where full scope is not initially clear"
356
- ]
357
- },
358
- {
359
- "url": "https://github.com/punkpeye/awesome-mcp-servers",
360
- "title": "Awesome MCP Servers - Curated List",
361
- "qualityScore": 78,
362
- "authority": 7,
363
- "recency": 9,
364
- "depth": 6,
365
- "examples": 5,
366
- "uniqueness": 9,
367
- "keyInsights": [
368
- "AI bridge servers exist for Gemini, OpenAI, Ollama, Grok",
369
- "Agent-to-agent MCP servers: agentnet, prolink, hashnet, agenium",
370
- "blockrun-mcp offers access to 30+ AI models",
371
- "Community-driven ecosystem of 100+ servers"
372
- ]
373
- },
374
- {
375
- "url": "https://github.com/anthropics/claude-code",
376
- "title": "Claude Code - GitHub Repository",
377
- "qualityScore": 82,
378
- "authority": 9,
379
- "recency": 9,
380
- "depth": 6,
381
- "examples": 5,
382
- "uniqueness": 6,
383
- "keyInsights": [
384
- "72.3k GitHub stars indicating strong community adoption",
385
- "Plugin system for extensible architecture",
386
- "MCP Registry integration for external tools",
387
- "Feature flags suggest advanced multi-agent capabilities"
388
- ]
389
- },
390
- {
391
- "url": "https://github.com/openai/codex/blob/main/codex-cli/README.md",
392
- "title": "Codex CLI README - Detailed Documentation",
393
- "qualityScore": 83,
394
- "authority": 9,
395
- "recency": 9,
396
- "depth": 8,
397
- "examples": 7,
398
- "uniqueness": 6,
399
- "keyInsights": [
400
- "Three approval modes: Suggest, Auto Edit, Full Auto",
401
- "Multi-provider support via configuration",
402
- "Sandboxed execution with Apple Seatbelt (macOS) and Docker (Linux)",
403
- "AGENTS.md instruction files for project context",
404
- "No inter-agent communication mechanisms documented"
405
- ]
406
- }
407
- ]
408
- }