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

LTM summary #1005

Merged
merged 8 commits into from
Aug 10, 2023
Merged

LTM summary #1005

merged 8 commits into from
Aug 10, 2023

Conversation

jagtarcontlo
Copy link
Collaborator

@jagtarcontlo jagtarcontlo commented Aug 7, 2023

Description

This feature will allow agents to have the context of agent feeds outside STM as well.

Related Issues

Solution and Design

Test Plan

pytests have been structured as functions that start with test_ for all the functions that I have written. They will be found in the test folder.

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.

@jagtarcontlo jagtarcontlo changed the base branch from main to dev August 7, 2023 19:50
@CLAassistant
Copy link

CLAassistant commented Aug 7, 2023

CLA assistant check
All committers have signed the CLA.

@jagtarcontlo jagtarcontlo marked this pull request as ready for review August 7, 2023 22:37
@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Patch coverage: 51.85% and project coverage change: -0.35% ⚠️

Comparison is base (5c7fd1d) 59.70% compared to head (e35bed8) 59.35%.
Report is 6 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1005      +/-   ##
==========================================
- Coverage   59.70%   59.35%   -0.35%     
==========================================
  Files         197      197              
  Lines        8735     8784      +49     
  Branches      905      910       +5     
==========================================
- Hits         5215     5214       -1     
- Misses       3278     3327      +49     
- Partials      242      243       +1     
Files Changed Coverage Δ
superagi/agent/agent_iteration_step_handler.py 59.05% <0.00%> (ø)
superagi/agent/agent_tool_step_handler.py 76.38% <0.00%> (ø)
superagi/agent/queue_step_handler.py 61.03% <0.00%> (ø)
superagi/jobs/agent_executor.py 30.48% <0.00%> (ø)
superagi/models/agent_execution_feed.py 70.96% <0.00%> (ø)
superagi/tools/email/send_email_attachment.py 0.00% <0.00%> (-41.98%) ⬇️
superagi/tools/email/send_email.py 88.00% <33.33%> (ø)
superagi/agent/agent_message_builder.py 73.33% <74.00%> (-1.09%) ⬇️
superagi/models/agent_execution_config.py 64.86% <75.00%> (+0.07%) ⬆️
superagi/worker.py 49.01% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@jagtarcontlo jagtarcontlo changed the title Long term summary LTM summary Aug 9, 2023
@Fluder-Paradyne Fluder-Paradyne merged commit b1d955f into dev Aug 10, 2023
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.

4 participants