Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Support custom payload fields in the agentcore dev Web UI

Đang mở
#1,957 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
68/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
typescript
Lĩnh vực
frontend

Hướng nghiên cứu

Bắt đầu bằng cách theo dõi luồng yêu cầu của Web UI agentcore dev và so sánh với payload /invocations được mô tả trong issue. Thêm trình chỉnh sửa context JSON tùy chọn bên cạnh prompt và xác minh rằng các trường tùy chỉnh được gửi sẽ đến agent, đồng thời hành vi hiện có của session ID và prompt vẫn hoạt động.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

enhancement
Description

Thanks for building AgentCore — it’s been really helpful for developing and running AI agents.

The agentcore dev Web UI currently seems to support only a session ID and prompt.

It would be useful to also provide custom request context. For example:

{
  "prompt": "Why did this change?",
  "context": {
    "current_menu": "sales_forecast",
    "reference_date": "2026-08-01"
  }
}

In real applications, agents often need request-specific context such as the current page/menu, reference date, selected item, or filters. This context can change between requests, so a session ID alone is not enough.

Currently, this can be tested by calling /invocations directly, but not through the dev Web UI.

Would it be possible to add an optional JSON payload/context editor to the agentcore dev Web UI?

Thanks again for all the work on AgentCore!

Acceptance Criteria
  • The agentcore dev Web UI allows users to provide additional custom JSON fields alongside the prompt.
Additional Context

No response

Ngôn ngữ chính
TypeScript
Star
291
Fork
96
Merge trung bình
21 giờ 31 phút
Pull request đã merge (30 ngày)
217

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của aws/agentcore-cli

Tất cả issue của aws/agentcore-cli

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.