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 managed memory in non-interactive agentcore create harness flow

Đang mở
#2,014 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
Sôi nổi
Công nghệ
typescript
Lĩnh vực
cli

Hướng nghiên cứu

Bắt đầu bằng cách so sánh luồng tương tác của agentcore create với các đường dẫn lệnh không tương tác của agentcore create và agentcore add harness, tập trung vào các flag memory hiện có. Xác minh rằng create chấp nhận các tùy chọn managed-memory và tuning, ghi harness.json như mong đợi, giữ memory ở trạng thái tắt theo mặc định và hiển thị các tùy chọn trong --help cũng như tài liệu lệnh.

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

Mô tả

enhancement
Description

The interactive agentcore create wizard allows users to configure managed memory for a Harness. However, the non-interactive, flag-based create flow does not expose an equivalent option.

This prevents users from automating the same Harness configuration they can create interactively. The current workaround requires creating the project first and then running add harness command separately:

agentcore create --name MyProject --no-agent
cd MyProject
agentcore add harness --name MyHarness --memory-mode managed
Acceptance Criteria
  • agentcore create accepts --memory-mode managed for Harness projects
  • The generated harness.json contains memory.mode: "managed"
  • Managed-memory tuning flags supported by agentcore add harness are also supported by create
  • Memory remains disabled when no memory option is provided
  • --help and command documentation include the new options
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.