generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
pending-maintainer-responseIssue is pending a response from the Kiro teamIssue is pending a response from the Kiro team
Description
Request:
Publish @aws/kiro-agent-sdk (or similar) that exposes:
query()- Async iterator interface for running prompts- Typed messages -
assistant,tool_use,tool_result,result,error - Session resumption -
resume: sessionIdfor follow-up conversations - Streaming -
includePartialMessagesfor real-time status
Why:
This would enable Kiro integration into tools like React Grab which currently supports Claude Code via their SDK. The pattern is proven - just need Kiro-equivalent exports.
Reference implementation:
@anthropic-ai/claude-agent-sdk provides exactly this interface. A compatible API would allow existing integrations to support Kiro with minimal changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pending-maintainer-responseIssue is pending a response from the Kiro teamIssue is pending a response from the Kiro team