Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(platform): Fix timer & step-through block #8421

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

majdyz
Copy link
Contributor

@majdyz majdyz commented Oct 24, 2024

Background

Improvement on the Step Through Items & Timer block.

Changes 🏗️

  • Avoid mixing data types for items input on Step Through Items block.
  • Make input pins on CountDownTimer block non-advanced.
  • Removed bold displayName on list input.
  • Publish execution even on every yield, to allow block like StepThroughItem to produce output on every yield.

Testing 🔍

Note

Only for the new autogpt platform, currently in autogpt_platform/

  • Create from scratch and execute an agent with at least 3 blocks
  • Import an agent from file upload, and confirm it executes correctly
  • Upload agent to marketplace
  • Import an agent from marketplace and confirm it executes correctly
  • Edit an agent from monitor, and confirm it executes correctly

@github-actions github-actions bot added platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end platform/blocks size/m labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/backend AutoGPT Platform - Back end platform/blocks platform/frontend AutoGPT Platform - Front end size/m
Projects
Status: 🆕 Needs initial review
Development

Successfully merging this pull request may close these issues.

1 participant