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

Release v12 #1206

Merged
merged 130 commits into from
Sep 7, 2023
Merged

Release v12 #1206

merged 130 commits into from
Sep 7, 2023

Conversation

luciferlinx101
Copy link
Collaborator

@luciferlinx101 luciferlinx101 commented Sep 7, 2023

Description

Releasing v12 : Merging development to main

Features :

  • Added support for user defined HTTP callback event triggers as webhooks.
  • Added support for self-hosting SuperAGI with one-click docker deployment to Digital Ocean
  • Added Tool Console and Knowledge Console
  • Added menu options to publish Agent Template to Marketplace.

Tools:

  • GitHub Fetch PR Tool
  • GitHub Review PR Tool

Related Issues

Solution and Design

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.

rounak610 and others added 30 commits August 11, 2023 18:36
* List File S3

* Unit Test Added

---------

Co-authored-by: Taran <[email protected]>
Co-authored-by: Rounak Bhatia <[email protected]>
Models Superagi
* Models Frontend Changes

* Models Frontend Changes

* Models Frontend Changes
…928)

* Added functions to write various file types and a file handler too

* FileManager updated to handle and save HTMLs.

* adding PDF + DOCX support to save images

* Added Wkhtmltopdf package installation run commands in docker

* Added get_all_responses feature for extractng the response for particular tools

* Added Image embedding feature, this will extract and embed the images generated by the agent during the run

* renaming functions and refactoring

* renaming functions and refactoring

* Update Dockerfile

* removing unsused classmethods

* Finding generated images and attached files in the write tool. Images are fetched inorder to be embedded in the respective file type.

* Adding the filename and paths to the Resource Manager S3 storage

* Code Cleanup

* added logger: Fix for the failing TEST

---------

Co-authored-by: Fluder-Paradyne <[email protected]>
Tarraann and others added 26 commits September 1, 2023 18:12

* fixes for webhooks

---------

Co-authored-by: namansleeps <[email protected]>
Co-authored-by: Fluder-Paradyne <[email protected]>
* fix added for index state

* Update KnowledgeTemplate.js

---------

Co-authored-by: Tarraann <[email protected]>
* fix api's for sdk

* removed unused imports

---------

Co-authored-by: jagtarcontlo <[email protected]>
sync back to dev

------
Co-authored-by: Taran <[email protected]>
Co-authored-by: TransformerOptimus <[email protected]>
Co-authored-by: Fluder-Paradyne <[email protected]>
Co-authored-by: Maverick-F35 <[email protected]>
Co-authored-by: BoundlessAsura <[email protected]>
Co-authored-by: Akshat Jain <[email protected]>
Co-authored-by: sayan1101 <[email protected]>
Co-authored-by: Rounak Bhatia <[email protected]>
Co-authored-by: Rounak Bhatia <[email protected]>
Co-authored-by: Kalki <[email protected]>
Co-authored-by: Tarraann <[email protected]>
Co-authored-by: rakesh-krishna-a-s <[email protected]>
Co-authored-by: Captain Levi <[email protected]>
Co-authored-by: andrew-kelly-neutralaiz <[email protected]>
Co-authored-by: James Wakelim <[email protected]>
* adding github review tools

* cleanup and adding code review prompt

* fixing comments
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 59.41% and project coverage change: +0.35% 🎉

Comparison is base (701c91f) 58.78% compared to head (990a553) 59.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1206      +/-   ##
==========================================
+ Coverage   58.78%   59.13%   +0.35%     
==========================================
  Files         216      220       +4     
  Lines       10246    10669     +423     
  Branches     1071     1135      +64     
==========================================
+ Hits         6023     6309     +286     
- Misses       3940     4048     +108     
- Partials      283      312      +29     
Files Changed Coverage Δ
superagi/agent/output_handler.py 77.68% <0.00%> (ø)
superagi/controllers/agent.py 61.11% <0.00%> (-1.16%) ⬇️
superagi/helper/webhook_manager.py 45.71% <0.00%> (+16.30%) ⬆️
...uperagi/resource_manager/llama_document_summary.py 28.12% <ø> (-6.17%) ⬇️
superagi/tools/github/github_toolkit.py 0.00% <0.00%> (ø)
...tools/image_generation/image_generation_toolkit.py 0.00% <ø> (ø)
...uperagi/tools/knowledge_search/knowledge_search.py 60.46% <0.00%> (ø)
superagi/tools/tool_response_query_manager.py 38.88% <0.00%> (ø)
superagi/controllers/agent_execution.py 44.69% <5.26%> (-3.48%) ⬇️
superagi/controllers/api/agent.py 33.77% <18.18%> (-0.47%) ⬇️
... and 21 more

... and 2 files with indirect coverage changes

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

@luciferlinx101 luciferlinx101 merged commit 6ea5b8c into main Sep 7, 2023
7 of 8 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.