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

save agent as template complete & "view last active agent" fix #1009

Merged
merged 5 commits into from
Aug 10, 2023

Conversation

rounak610
Copy link
Collaborator

@rounak610 rounak610 commented Aug 8, 2023

Description

Save agent execution as template
Fixed "view last active agent"

Related Issues

Solution and Design

Made changes in two api calls
fetch_agent_config_from_template and save_agent_as_template

Test Plan

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update

Checklist

  • My pull request is atomic and focuses on a single change.
  • I have read the contributing guide and my code conforms to the guidelines.
  • I have documented my changes clearly and comprehensively.
  • I have added the required tests.

@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Patch coverage: 16.66% and project coverage change: -0.07% ⚠️

Comparison is base (40eb8d9) 59.70% compared to head (60214e4) 59.63%.
Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1009      +/-   ##
==========================================
- Coverage   59.70%   59.63%   -0.07%     
==========================================
  Files         197      197              
  Lines        8735     8748      +13     
  Branches      905      910       +5     
==========================================
+ Hits         5215     5217       +2     
- Misses       3278     3289      +11     
  Partials      242      242              
Files Changed Coverage Δ
superagi/controllers/agent_execution.py 47.85% <ø> (ø)
superagi/controllers/agent_template.py 40.23% <16.66%> (-2.08%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CLAassistant
Copy link

CLAassistant commented Aug 10, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ namansleeps2
✅ rounak610
❌ Rounak Bhatia


Rounak Bhatia seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

gui/pages/api/DashboardService.js Outdated Show resolved Hide resolved
@rounak610 rounak610 changed the title save agent as template complete save agent as template complete & "view last active agent" fix Aug 10, 2023
@Fluder-Paradyne Fluder-Paradyne merged commit 936f1be into dev Aug 10, 2023
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants