Created
May 27, 2026 19:06
-
-
Save oddrationale/2bd552cb38c04aedfb87cd4f43ba544d to your computer and use it in GitHub Desktop.
example apm.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: chinook-customer-demo | |
| version: 0.1.0 | |
| target: | |
| - copilot | |
| - claude | |
| - codex | |
| dependencies: | |
| apm: | |
| - copilotkit/skills/skills/copilotkit-agui | |
| - copilotkit/skills/skills/copilotkit-contribute | |
| - copilotkit/skills/skills/copilotkit-debug | |
| - copilotkit/skills/skills/copilotkit-develop | |
| - copilotkit/skills/skills/copilotkit-integrations | |
| - copilotkit/skills/skills/copilotkit-self-update | |
| - copilotkit/skills/skills/copilotkit-setup | |
| - copilotkit/skills/skills/copilotkit-upgrade | |
| - langchain-ai/langchain-skills | |
| - langchain-ai/langsmith-skills | |
| - fastapi/fastapi/fastapi/.agents/skills/fastapi | |
| mcp: | |
| - name: copilotkit-docs | |
| registry: false | |
| transport: http | |
| url: https://mcp.copilotkit.ai/mcp | |
| - name: fastmcp | |
| registry: false | |
| transport: http | |
| url: https://gofastmcp.com/mcp | |
| - name: langchain-docs | |
| registry: false | |
| transport: http | |
| url: https://docs.langchain.com/mcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment