-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
adapterFramework adapterFramework adapterhelp wantedExtra attention is neededExtra attention is needed
Description
Framework
- Name: AWS Kiro CLI
- URL: link to the framework
- Language: TypeScript
Why This Adapter?
Having the ability to version control kiro agents and share them across teams without being locked into kiro's format helps large enterprises have a consistent way to define agents. Kiro is a popular intelligent coding assistant with large enterprises and those who are invested in the AWS ecosystem.
Export Format
What would the exported output look like? https://kiro.dev/docs/cli/custom-agents/examples/
{
"name": "github-agent",
"description": "Agent with GitHub API access",
"mcpServers": {
"github": {
"type": "http",
"url": "https://api.github.com/mcp",
"oauth": {
"oauthScopes": ["repo", "user", "read:org"]
}
}
},
"tools": ["@github"],
"allowedTools": ["@github"]
}Willing to Implement?
- I'm willing to submit a PR for this adapter
- I need help implementing this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
adapterFramework adapterFramework adapterhelp wantedExtra attention is neededExtra attention is needed