Skip to content

Commit fba86fa

Browse files
style: auto-fix formatting
1 parent 9cee102 commit fba86fa

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

  • packages/runtime/skills/wiring-external-agents
  • skills/debug-and-troubleshoot

packages/runtime/skills/wiring-external-agents/SKILL.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ sources:
3333
`CopilotRuntime` takes any `AbstractAgent` subclass. Every framework below ships a
3434
ready-made subclass you construct and hand to `agents: { ... }`.
3535

36-
| Framework | Package | Construct |
37-
| ------------------------- | --------------------------- | ----------------------------------------------------------------------- |
36+
| Framework | Package | Construct |
37+
| ------------------------- | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
3838
| Mastra | `@ag-ui/mastra` | `MastraAgent.getLocalAgents({ mastra, resourceId? })` (record; `resourceId` required only when the agent has Memory enabled) |
39-
| LangGraph | `@ag-ui/langgraph` | `new LangGraphAgent({ deploymentUrl, graphId })` |
40-
| CrewAI Crews | `@ag-ui/crewai` | `new CrewAIAgent({ url })` |
41-
| CrewAI Flows | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
42-
| PydanticAI | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
43-
| Google ADK | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
44-
| LlamaIndex | `@ag-ui/llamaindex` | `new LlamaIndexAgent({ url: ".../run" })` (`/run` suffix) |
45-
| Agno | `@ag-ui/agno` | `new AgnoAgent({ url: ".../agui" })` (`/agui` suffix) |
46-
| AWS Strands | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
47-
| Microsoft Agent Framework | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
48-
| AG2 | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
49-
| A2A | `@ag-ui/a2a` | `new A2AAgent({ a2aClient })` (pre-built `A2AClient`, not a URL) |
39+
| LangGraph | `@ag-ui/langgraph` | `new LangGraphAgent({ deploymentUrl, graphId })` |
40+
| CrewAI Crews | `@ag-ui/crewai` | `new CrewAIAgent({ url })` |
41+
| CrewAI Flows | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
42+
| PydanticAI | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
43+
| Google ADK | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
44+
| LlamaIndex | `@ag-ui/llamaindex` | `new LlamaIndexAgent({ url: ".../run" })` (`/run` suffix) |
45+
| Agno | `@ag-ui/agno` | `new AgnoAgent({ url: ".../agui" })` (`/agui` suffix) |
46+
| AWS Strands | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
47+
| Microsoft Agent Framework | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
48+
| AG2 | `@ag-ui/client` (HttpAgent) | `new HttpAgent({ url })` |
49+
| A2A | `@ag-ui/a2a` | `new A2AAgent({ a2aClient })` (pre-built `A2AClient`, not a URL) |
5050

5151
MCP Apps is NOT a framework — it's a runtime middleware:
5252
`new CopilotRuntime({ agents, mcpApps: { servers: [...] } })`. See

skills/debug-and-troubleshoot/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ Safe aliases — mechanical find/replace, behavior unchanged:
149149

150150
Renamed props (breaking — semantics changed, not just names):
151151

152-
| Old prop | New prop | Why it's breaking |
153-
| ---------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
154-
| `imageUploadsEnabled` | `attachments={{ enabled: true }}` | `attachments` covers the broader file/paste/drag surface, not just image uploads; the shape is an object, not a boolean. |
152+
| Old prop | New prop | Why it's breaking |
153+
| --------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
154+
| `imageUploadsEnabled` | `attachments={{ enabled: true }}` | `attachments` covers the broader file/paste/drag surface, not just image uploads; the shape is an object, not a boolean. |
155155

156156
## Common Mistakes
157157

0 commit comments

Comments
 (0)