agentsys 5.2.1 → 5.3.1
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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.cursor/commands/audit-project-agents.md +454 -0
- package/.cursor/commands/audit-project-github.md +141 -0
- package/.cursor/commands/audit-project.md +330 -0
- package/.cursor/commands/consult.md +417 -0
- package/.cursor/commands/debate.md +381 -0
- package/.cursor/commands/delivery-approval.md +334 -0
- package/.cursor/commands/deslop.md +142 -0
- package/.cursor/commands/drift-detect.md +259 -0
- package/.cursor/commands/enhance.md +172 -0
- package/.cursor/commands/learn.md +165 -0
- package/.cursor/commands/next-task.md +519 -0
- package/.cursor/commands/perf.md +464 -0
- package/.cursor/commands/repo-map.md +124 -0
- package/.cursor/commands/ship-ci-review-loop.md +468 -0
- package/.cursor/commands/ship-deployment.md +348 -0
- package/.cursor/commands/ship-error-handling.md +265 -0
- package/.cursor/commands/ship.md +517 -0
- package/.cursor/commands/sync-docs.md +171 -0
- package/.cursor/commands/web-ctl.md +101 -0
- package/.cursor/skills/consult/SKILL.md +425 -0
- package/.cursor/skills/debate/SKILL.md +316 -0
- package/.cursor/skills/deslop/SKILL.md +204 -0
- package/.cursor/skills/discover-tasks/SKILL.md +297 -0
- package/.cursor/skills/drift-analysis/SKILL.md +324 -0
- package/.cursor/skills/enhance-agent-prompts/SKILL.md +277 -0
- package/.cursor/skills/enhance-claude-memory/SKILL.md +387 -0
- package/.cursor/skills/enhance-cross-file/SKILL.md +110 -0
- package/.cursor/skills/enhance-docs/SKILL.md +298 -0
- package/.cursor/skills/enhance-hooks/SKILL.md +554 -0
- package/.cursor/skills/enhance-orchestrator/SKILL.md +255 -0
- package/.cursor/skills/enhance-plugins/SKILL.md +319 -0
- package/.cursor/skills/enhance-prompts/SKILL.md +340 -0
- package/.cursor/skills/enhance-skills/SKILL.md +436 -0
- package/.cursor/skills/learn/SKILL.md +349 -0
- package/.cursor/skills/orchestrate-review/SKILL.md +260 -0
- package/.cursor/skills/perf-analyzer/SKILL.md +37 -0
- package/.cursor/skills/perf-baseline-manager/SKILL.md +30 -0
- package/.cursor/skills/perf-benchmarker/SKILL.md +52 -0
- package/.cursor/skills/perf-code-paths/SKILL.md +32 -0
- package/.cursor/skills/perf-investigation-logger/SKILL.md +41 -0
- package/.cursor/skills/perf-profiler/SKILL.md +42 -0
- package/.cursor/skills/perf-theory-gatherer/SKILL.md +35 -0
- package/.cursor/skills/perf-theory-tester/SKILL.md +36 -0
- package/.cursor/skills/repo-mapping/SKILL.md +83 -0
- package/.cursor/skills/sync-docs/SKILL.md +351 -0
- package/.cursor/skills/validate-delivery/SKILL.md +186 -0
- package/.cursor/skills/web-auth/SKILL.md +177 -0
- package/.cursor/skills/web-browse/SKILL.md +516 -0
- package/.kiro/agents/agent-enhancer.json +12 -0
- package/.kiro/agents/ci-fixer.json +13 -0
- package/.kiro/agents/ci-monitor.json +12 -0
- package/.kiro/agents/claudemd-enhancer.json +12 -0
- package/.kiro/agents/consult-agent.json +13 -0
- package/.kiro/agents/cross-file-enhancer.json +12 -0
- package/.kiro/agents/debate-orchestrator.json +13 -0
- package/.kiro/agents/delivery-validator.json +12 -0
- package/.kiro/agents/deslop-agent.json +12 -0
- package/.kiro/agents/docs-enhancer.json +12 -0
- package/.kiro/agents/exploration-agent.json +12 -0
- package/.kiro/agents/hooks-enhancer.json +11 -0
- package/.kiro/agents/implementation-agent.json +13 -0
- package/.kiro/agents/learn-agent.json +12 -0
- package/.kiro/agents/map-validator.json +11 -0
- package/.kiro/agents/perf-analyzer.json +12 -0
- package/.kiro/agents/perf-code-paths.json +11 -0
- package/.kiro/agents/perf-investigation-logger.json +12 -0
- package/.kiro/agents/perf-orchestrator.json +13 -0
- package/.kiro/agents/perf-theory-gatherer.json +12 -0
- package/.kiro/agents/perf-theory-tester.json +13 -0
- package/.kiro/agents/plan-synthesizer.json +12 -0
- package/.kiro/agents/planning-agent.json +12 -0
- package/.kiro/agents/plugin-enhancer.json +12 -0
- package/.kiro/agents/prompt-enhancer.json +12 -0
- package/.kiro/agents/reviewer-perf-test.json +11 -0
- package/.kiro/agents/reviewer-quality-security.json +11 -0
- package/.kiro/agents/simple-fixer.json +13 -0
- package/.kiro/agents/skills-enhancer.json +11 -0
- package/.kiro/agents/sync-docs-agent.json +13 -0
- package/.kiro/agents/task-discoverer.json +12 -0
- package/.kiro/agents/test-coverage-checker.json +12 -0
- package/.kiro/agents/web-session.json +12 -0
- package/.kiro/agents/worktree-manager.json +13 -0
- package/.kiro/skills/consult/SKILL.md +425 -0
- package/.kiro/skills/debate/SKILL.md +316 -0
- package/.kiro/skills/deslop/SKILL.md +204 -0
- package/.kiro/skills/discover-tasks/SKILL.md +297 -0
- package/.kiro/skills/drift-analysis/SKILL.md +324 -0
- package/.kiro/skills/enhance-agent-prompts/SKILL.md +277 -0
- package/.kiro/skills/enhance-claude-memory/SKILL.md +387 -0
- package/.kiro/skills/enhance-cross-file/SKILL.md +110 -0
- package/.kiro/skills/enhance-docs/SKILL.md +298 -0
- package/.kiro/skills/enhance-hooks/SKILL.md +554 -0
- package/.kiro/skills/enhance-orchestrator/SKILL.md +255 -0
- package/.kiro/skills/enhance-plugins/SKILL.md +319 -0
- package/.kiro/skills/enhance-prompts/SKILL.md +340 -0
- package/.kiro/skills/enhance-skills/SKILL.md +436 -0
- package/.kiro/skills/learn/SKILL.md +349 -0
- package/.kiro/skills/orchestrate-review/SKILL.md +260 -0
- package/.kiro/skills/perf-analyzer/SKILL.md +37 -0
- package/.kiro/skills/perf-baseline-manager/SKILL.md +30 -0
- package/.kiro/skills/perf-benchmarker/SKILL.md +52 -0
- package/.kiro/skills/perf-code-paths/SKILL.md +32 -0
- package/.kiro/skills/perf-investigation-logger/SKILL.md +41 -0
- package/.kiro/skills/perf-profiler/SKILL.md +42 -0
- package/.kiro/skills/perf-theory-gatherer/SKILL.md +35 -0
- package/.kiro/skills/perf-theory-tester/SKILL.md +36 -0
- package/.kiro/skills/repo-mapping/SKILL.md +83 -0
- package/.kiro/skills/sync-docs/SKILL.md +351 -0
- package/.kiro/skills/validate-delivery/SKILL.md +186 -0
- package/.kiro/skills/web-auth/SKILL.md +177 -0
- package/.kiro/skills/web-browse/SKILL.md +516 -0
- package/.kiro/steering/audit-project-agents.md +459 -0
- package/.kiro/steering/audit-project-github.md +146 -0
- package/.kiro/steering/audit-project.md +330 -0
- package/.kiro/steering/consult.md +422 -0
- package/.kiro/steering/debate.md +386 -0
- package/.kiro/steering/delivery-approval.md +339 -0
- package/.kiro/steering/deslop.md +149 -0
- package/.kiro/steering/drift-detect.md +264 -0
- package/.kiro/steering/enhance.md +177 -0
- package/.kiro/steering/learn.md +166 -0
- package/.kiro/steering/next-task.md +481 -0
- package/.kiro/steering/perf.md +469 -0
- package/.kiro/steering/repo-map.md +126 -0
- package/.kiro/steering/ship-ci-review-loop.md +473 -0
- package/.kiro/steering/ship-deployment.md +353 -0
- package/.kiro/steering/ship-error-handling.md +270 -0
- package/.kiro/steering/ship.md +522 -0
- package/.kiro/steering/sync-docs.md +178 -0
- package/.kiro/steering/web-ctl.md +106 -0
- package/AGENTS.md +5 -3
- package/CHANGELOG.md +25 -1
- package/README.md +6 -5
- package/agent-knowledge/AGENTS.md +32 -2
- package/agent-knowledge/acp-with-codex-gemini-copilot-claude.md +504 -0
- package/agent-knowledge/kiro-supervised-autopilot.md +400 -0
- package/agent-knowledge/resources/acp-with-codex-gemini-copilot-claude-sources.json +408 -0
- package/agent-knowledge/resources/kiro-supervised-autopilot-sources.json +135 -0
- package/bin/cli.js +176 -9
- package/lib/adapter-transforms.js +224 -1
- package/lib/cross-platform/index.js +9 -3
- package/lib/discovery/index.js +22 -0
- package/lib/platform/state-dir.js +16 -2
- package/package.json +1 -1
- package/scripts/dev-install.js +137 -1
- package/scripts/gen-adapters.js +66 -4
- package/site/content.json +1 -1
|
@@ -0,0 +1,408 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"topic": "Kiro supervised mode, autopilot mode, and approval workflow details",
|
|
3
|
+
"slug": "kiro-supervised-autopilot",
|
|
4
|
+
"generated": "2026-03-02T00:00:00Z",
|
|
5
|
+
"depth": "brief",
|
|
6
|
+
"totalSources": 6,
|
|
7
|
+
"sources": [
|
|
8
|
+
{
|
|
9
|
+
"url": "https://kiro.dev/docs/chat/",
|
|
10
|
+
"title": "Kiro Chat Modes Documentation",
|
|
11
|
+
"qualityScore": 95,
|
|
12
|
+
"scores": {
|
|
13
|
+
"authority": 10,
|
|
14
|
+
"recency": 10,
|
|
15
|
+
"depth": 9,
|
|
16
|
+
"examples": 9,
|
|
17
|
+
"uniqueness": 7
|
|
18
|
+
},
|
|
19
|
+
"keyInsights": [
|
|
20
|
+
"Autopilot is the default mode for autonomous execution",
|
|
21
|
+
"Supervised mode pauses after each turn for file edit approval",
|
|
22
|
+
"Changes presented as individual hunks for granular review",
|
|
23
|
+
"Users can accept/reject/discuss individual hunks",
|
|
24
|
+
"Vibe mode pairs with both autopilot and supervised modes"
|
|
25
|
+
],
|
|
26
|
+
"codeExamples": [],
|
|
27
|
+
"extractedAt": "2026-03-02T00:00:00Z"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"url": "https://kiro.dev/docs/chat/autopilot/",
|
|
31
|
+
"title": "Kiro Autopilot Mode Reference",
|
|
32
|
+
"qualityScore": 92,
|
|
33
|
+
"scores": {
|
|
34
|
+
"authority": 10,
|
|
35
|
+
"recency": 10,
|
|
36
|
+
"depth": 8,
|
|
37
|
+
"examples": 9,
|
|
38
|
+
"uniqueness": 6
|
|
39
|
+
},
|
|
40
|
+
"keyInsights": [
|
|
41
|
+
"Autopilot executes tasks end-to-end without approval",
|
|
42
|
+
"Agent creates/modifies files across multiple locations autonomously",
|
|
43
|
+
"Users can view diffs, revert all changes, or interrupt execution",
|
|
44
|
+
"Files written to disk immediately upon agent completion",
|
|
45
|
+
"No intermediate approval gate in autopilot mode"
|
|
46
|
+
],
|
|
47
|
+
"codeExamples": [],
|
|
48
|
+
"extractedAt": "2026-03-02T00:00:00Z"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"url": "https://kiro.dev/docs/chat/vibe/",
|
|
52
|
+
"title": "Kiro Vibe Mode Documentation",
|
|
53
|
+
"qualityScore": 85,
|
|
54
|
+
"scores": {
|
|
55
|
+
"authority": 10,
|
|
56
|
+
"recency": 10,
|
|
57
|
+
"depth": 7,
|
|
58
|
+
"examples": 8,
|
|
59
|
+
"uniqueness": 6
|
|
60
|
+
},
|
|
61
|
+
"keyInsights": [
|
|
62
|
+
"Vibe mode is conversational and exploratory",
|
|
63
|
+
"Pairs with autopilot for rapid prototyping",
|
|
64
|
+
"Pairs with supervised for learning and code review",
|
|
65
|
+
"Mode combinations guide workflow selection",
|
|
66
|
+
"Spec mode provides alternative structured approach"
|
|
67
|
+
],
|
|
68
|
+
"codeExamples": [],
|
|
69
|
+
"extractedAt": "2026-03-02T00:00:00Z"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"url": "https://kiro.dev/docs/steering/",
|
|
73
|
+
"title": "Kiro Steering Files Documentation",
|
|
74
|
+
"qualityScore": 80,
|
|
75
|
+
"scores": {
|
|
76
|
+
"authority": 10,
|
|
77
|
+
"recency": 9,
|
|
78
|
+
"depth": 7,
|
|
79
|
+
"examples": 8,
|
|
80
|
+
"uniqueness": 5
|
|
81
|
+
},
|
|
82
|
+
"keyInsights": [
|
|
83
|
+
"Steering files guide agent behavior across modes",
|
|
84
|
+
"Inclusion modes (always, fileMatch, manual, auto) control file loading",
|
|
85
|
+
"Steering applies to both autopilot and supervised workflows",
|
|
86
|
+
"Product, tech, and structure files provide persistent context",
|
|
87
|
+
"Custom steering enables mode-specific guidance"
|
|
88
|
+
],
|
|
89
|
+
"codeExamples": [],
|
|
90
|
+
"extractedAt": "2026-03-02T00:00:00Z"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"url": "https://kiro.dev/docs/hooks/",
|
|
94
|
+
"title": "Kiro Hooks and Automation",
|
|
95
|
+
"qualityScore": 78,
|
|
96
|
+
"scores": {
|
|
97
|
+
"authority": 10,
|
|
98
|
+
"recency": 9,
|
|
99
|
+
"depth": 6,
|
|
100
|
+
"examples": 8,
|
|
101
|
+
"uniqueness": 5
|
|
102
|
+
},
|
|
103
|
+
"keyInsights": [
|
|
104
|
+
"PreToolUse hooks can validate or block command execution",
|
|
105
|
+
"Exit code 2 blocks tool invocation",
|
|
106
|
+
"Hooks provide approval-like behavior for commands",
|
|
107
|
+
"Command execution happens independently in both modes",
|
|
108
|
+
"Hook output added to agent context for certain event types"
|
|
109
|
+
],
|
|
110
|
+
"codeExamples": [],
|
|
111
|
+
"extractedAt": "2026-03-02T00:00:00Z"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"url": "https://kiro.dev/docs/getting-started/first-project/",
|
|
115
|
+
"title": "Kiro First Project Getting Started",
|
|
116
|
+
"qualityScore": 76,
|
|
117
|
+
"scores": {
|
|
118
|
+
"authority": 10,
|
|
119
|
+
"recency": 9,
|
|
120
|
+
"depth": 5,
|
|
121
|
+
"examples": 7,
|
|
122
|
+
"uniqueness": 4
|
|
123
|
+
},
|
|
124
|
+
"keyInsights": [
|
|
125
|
+
"Mode selection affects workflow approach",
|
|
126
|
+
"Settings provide UI toggle for autopilot/supervised",
|
|
127
|
+
"Mid-session mode switching is supported",
|
|
128
|
+
"Different modes for different task types",
|
|
129
|
+
"Hands-on walkthrough demonstrates mode selection"
|
|
130
|
+
],
|
|
131
|
+
"codeExamples": [],
|
|
132
|
+
"extractedAt": "2026-03-02T00:00:00Z"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
}
|