Skip to content

Aryshare revid #9988

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

Draft
wants to merge 36 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d7af738
Add new Revid Blocks
Torantulino May 12, 2025
2afdd4d
Merge branch 'dev' into Torantulino-patch-1
Torantulino May 12, 2025
2b9f092
Replace LLM Generated UUIDs
Torantulino May 12, 2025
957706a
Merge branch 'dev' into Torantulino-patch-1
Bentlybro May 13, 2025
b1e6161
Add "marketing" to block.py BlockCategory + remove comments
Bentlybro May 13, 2025
bf70991
Update to change "videoGenerationModel" to use the "base" model
Bentlybro May 14, 2025
2ea099c
rm time.sleep
Bentlybro May 14, 2025
b7a6dfd
format
Bentlybro May 14, 2025
e93ead5
Merge branch 'dev' into Torantulino-patch-1
Bentlybro May 14, 2025
7f99674
Merge branch 'dev' into Torantulino-patch-1
Bentlybro May 14, 2025
863a9e9
feat(backend): Managed credentials store
Pwuts May 15, 2025
993e123
improve code
Pwuts May 15, 2025
7d90376
simplify code
Pwuts May 15, 2025
6912e3a
added ayrshare integrations
Swiftyos May 15, 2025
e71a422
formatting
Swiftyos May 15, 2025
cae4a6e
updating to using block
Swiftyos May 15, 2025
e7dde98
replace ``List`` with ``list`` + remove un-used webhook stuff
Bentlybro May 15, 2025
2d3842b
updated blocks and cred store access
Swiftyos May 16, 2025
15bc5cf
Merge branch 'dev' into swiftyos/secrt-1045-ayrshare-integration
Swiftyos May 16, 2025
d26edd8
add getAyrshareSSOUrl api call
Swiftyos May 16, 2025
f1b5128
add to all credentials
Swiftyos May 16, 2025
fdf4785
removed credentials fixed blocks
Swiftyos May 16, 2025
d53da6f
added sso flow
Swiftyos May 16, 2025
3eff0a8
added hidden repsonse field
Swiftyos May 16, 2025
9509762
Posting now working
Swiftyos May 16, 2025
7e62ce3
final checks
Swiftyos May 16, 2025
3c3311c
Merge branch 'dev' into swiftyos/secrt-1045-ayrshare-integration
Swiftyos May 16, 2025
ca703fa
fixed type on name
Swiftyos May 16, 2025
3e1ee56
Merge branch 'dev' into Torantulino-patch-1
Bentlybro May 17, 2025
694f701
fix(backend): Force process exit on execution manager cleanup
majdyz May 19, 2025
b134bae
Merge branch 'swiftyos/secrt-1045-ayrshare-integration' of github.com…
majdyz May 20, 2025
88360a9
Merge branch 'Torantulino-patch-1' of github.com:Significant-Gravitas…
majdyz May 20, 2025
fa30bed
Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into ar…
majdyz May 20, 2025
a50ef04
add image upload for requesst
majdyz May 20, 2025
52b6d96
fix `validation errors for UserIntegrations`
Pwuts May 20, 2025
b0ce552
Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into ar…
majdyz May 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions autogpt_platform/backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ SMARTLEAD_API_KEY=
# ZeroBounce
ZEROBOUNCE_API_KEY=

# Ayrshare
AYRSHARE_API_KEY=
AYRSHARE_JWT_KEY=

## ===== OPTIONAL API KEYS END ===== ##

# Logging Configuration
Expand Down
478 changes: 408 additions & 70 deletions autogpt_platform/backend/backend/blocks/ai_shortform_video_block.py

Large diffs are not rendered by default.

Loading
Loading