Skip to content

SDK for programmatic integration (like @anthropic-ai/claude-agent-sdk)Β #4706

@mikeour

Description

@mikeour

Request:

Publish @aws/kiro-agent-sdk (or similar) that exposes:

  1. query() - Async iterator interface for running prompts
  2. Typed messages - assistant, tool_use, tool_result, result, error
  3. Session resumption - resume: sessionId for follow-up conversations
  4. Streaming - includePartialMessages for 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions