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

[pull] master from Significant-Gravitas:master #13

Open
wants to merge 2,448 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
2448 commits
Select commit Hold shift + click to select a range
98ab525
fix(frontend): Fix input-field update on empty & default value (#8647)
majdyz Nov 14, 2024
ce667f6
feat(frontend): Center initial canvas (#8644)
majdyz Nov 14, 2024
639242a
Add provision for other languages in Youtube Video Block (#8630)
vishesh10 Nov 14, 2024
05c7673
tweak(frontend): Add jina and unreal to hidden credentials list in fr…
Torantulino Nov 14, 2024
52b3148
feat(frontend): check auth before allowing actions to run (#8633)
ntindle Nov 14, 2024
e628a25
feat(blocks): Add `AIImageGeneratorBlock` (#8525)
Torantulino Nov 14, 2024
bbbdb56
feat(platform): Add api generator functions and endpoints (#8597)
Abhi1992002 Nov 14, 2024
dd0081a
feat(platform) : scheduling agent runner (#8634)
Abhi1992002 Nov 14, 2024
e140873
Feat(Builder/tutorial): Updates to fix tutorial (#8655)
Bentlybro Nov 14, 2024
f9633ff
Revert "fix(platform): Remove migrate and encrypt function" (#8654)
Pwuts Nov 14, 2024
ea214d9
ci: fix classic ci (#8338)
ntindle Nov 15, 2024
f27f596
fix(frontend): Newly typed text in Input fields vanishes on scroll (#…
majdyz Nov 15, 2024
6a1cea4
fix(backend): Add execution persistence for execution scheduler servi…
majdyz Nov 15, 2024
8987fdd
feat(backend): Enable json parsing with typing & conversion (#8578)
majdyz Nov 15, 2024
9a4ff90
bump version to v0.3.0
Pwuts Nov 15, 2024
bd2f172
tweak(docs): Update Block File Path in Documentation (#8662)
Torantulino Nov 15, 2024
0551bec
Merge branch 'master' into dev
Pwuts Nov 15, 2024
4db8e74
fix(backend): Add migrations to fix credentials inputs with invalid p…
Pwuts Nov 15, 2024
2a66295
fix(backend): Add migrations to fix credentials inputs with invalid p…
Pwuts Nov 15, 2024
2968875
fix(backend): Add migrations to fix credentials inputs with invalid p…
Pwuts Nov 15, 2024
1c68904
fix(backend): Add migrations to fix credentials inputs with invalid p…
Pwuts Nov 15, 2024
1e8a272
fix(backend): Add migrations to fix credentials inputs with invalid p…
Pwuts Nov 15, 2024
9185381
fix(backend): Add migrations to fix credentials inputs with invalid p…
Pwuts Nov 15, 2024
e30dac5
Update links to images in FORGE-QUICKSTART.md (#8517)
cwperks Nov 17, 2024
a2895a2
fix(backend): Define executionmanager hostname for local docker-mode …
majdyz Nov 18, 2024
cd7dfbb
fix(frontend): Typing in the NodeKeyValueInput field causes the field…
majdyz Nov 18, 2024
bff0dc3
chore(platform): Bump version to v0.3.1
Pwuts Nov 18, 2024
6c109ad
Merge branch 'master' into dev
Pwuts Nov 18, 2024
e840106
fix(backend): Resolve Pydantic warning about missing `secrets_dir` (#…
Pwuts Nov 18, 2024
a660833
refactor(frontend): Update buttons to edit agents in Monitor (#8687)
kcze Nov 18, 2024
f36d95a
fix(backend): Avoid falling back to default user unless ENABLED_AUTH …
majdyz Nov 18, 2024
6fa4b8c
fix(backend): Add the lower cap of the user credits to zero (#8682)
majdyz Nov 18, 2024
402789d
fix(frontend): avoid displaying long description text for block (#8688)
majdyz Nov 18, 2024
29cff1b
feat(blocks): Add Open Router integration with a large selection of n…
Torantulino Nov 18, 2024
1f34f78
build(frontend): Optimize Docker build time and image size (#8695)
Pwuts Nov 18, 2024
8fccf2e
fix(platform/builder): Add heartbeat mechanism (#8665)
aarushik93 Nov 18, 2024
865e3c0
ref(classic): Do not 'rm -rf <unquoted variable>' when removing class…
dagelf Nov 18, 2024
e81083d
fix(frontend): Allow importing agent file with empty description (#8670)
Pwuts Nov 18, 2024
fb9a543
build(deps): bump pyjwt from 2.9.0 to 2.10.0 in /autogpt_platform/aut…
dependabot[bot] Nov 19, 2024
c1c3345
build(deps-dev): bump ruff from 0.7.3 to 0.7.4 in /autogpt_platform/a…
dependabot[bot] Nov 19, 2024
2e934df
build(deps-dev): bump the development-dependencies group in /autogpt_…
dependabot[bot] Nov 19, 2024
84076eb
build(deps-dev): bump the development-dependencies group in /autogpt_…
dependabot[bot] Nov 19, 2024
520d0ca
delete infra folder (#8555)
aarushik93 Nov 19, 2024
274419d
fix(backend): Improve typing for blocks StepThroughItemsBlock, Countd…
majdyz Nov 19, 2024
a5734a5
fix(platform): Remove settings endpoint (#8715)
aarushik93 Nov 19, 2024
33dd2eb
dx(backend): Fix `pre-commit` `isort` step (#8726)
Pwuts Nov 20, 2024
5fa5b71
fix(frontend): Monitor Page got all the request doubled on each page …
majdyz Nov 20, 2024
d84ddfc
fix(block): Updated model_version to prevent conflicts with pydantic …
Swiftyos Nov 20, 2024
c84cc29
build(deps): bump fastapi from 0.115.4 to 0.115.5 in /autogpt_platfor…
dependabot[bot] Nov 20, 2024
aea6e7c
build(deps): bump the production-dependencies group in /autogpt_platf…
dependabot[bot] Nov 20, 2024
cf43248
feat(frontend): Show Agent Output on Monitor page (#8501)
kcze Nov 20, 2024
92bfbfa
feat: generate simple auth tests (#8709)
ntindle Nov 20, 2024
26a6bd4
docs(platform): update docs for security ssrf (#8675)
ntindle Nov 20, 2024
19095be
docs: replace docker-compose with docker compose (#8502)
simoneb Nov 20, 2024
63e3244
feat(platform): Updates to Runner Output UI (#8717)
Bentlybro Nov 20, 2024
13da8af
chore(platform): Bump version to v0.3.3
Pwuts Nov 20, 2024
c14ab0c
refactor(backend): Remove un-needed join in `fix_llm_provider_credent…
majdyz Nov 21, 2024
6954f4e
fix(backend): Revert non-async routes that are changed to async (#8734)
majdyz Nov 21, 2024
8b4bb27
fix(backend): Re-work the connection input consumption logic for Agen…
majdyz Nov 21, 2024
5ee8b62
fix: hide content except login when not authenticated to prevent erro…
Abhi1992002 Nov 21, 2024
f2816f9
Merge branch 'master' into dev
Pwuts Nov 21, 2024
bc8ae1f
docs(platform): Fix url in `README.md` (#8747)
thecosmicmuffet Nov 23, 2024
f00654c
fix(backend): Fix .env file read contention on pyro connection setup …
majdyz Nov 25, 2024
464b530
fix(forge): Fix double `model` kwarg error in `AnthropicProvider.crea…
Pwuts Nov 25, 2024
eef9bbe
feat(platform, blocks): Webhook-triggered blocks (#8358)
Pwuts Nov 25, 2024
3d21d54
fix(backend): Add missing `strenum` dependency
Pwuts Nov 25, 2024
03f7766
build(deps-dev): bump the development-dependencies group in /autogpt_…
dependabot[bot] Nov 25, 2024
06b403f
docs(backend): Add `--build` to docker command in Getting Started gui…
Pwuts Nov 26, 2024
c6e838d
chore(market): Update Ruff from 0.7.4 to 0.8.0 (#8758)
dependabot[bot] Nov 26, 2024
f141455
refactor(platform): Combine per-provider credentials API calls (#8772)
Pwuts Nov 26, 2024
951948d
fix(platform): allowing condition block to compare 2 strings (#8771)
Abhi1992002 Nov 26, 2024
708ed9a
fix(platform): handle None value in issue body when fetching GitHub i…
Abhi1992002 Nov 26, 2024
f62fa3e
updated URL on README.md (#8767)
oxygen-fragment Nov 26, 2024
4aae15d
feat(blocks): Add Word Character Count Block (#8781)
Bentlybro Nov 26, 2024
effd1e3
chore(libs): Update dev dependency Ruff from 0.7.4 to 0.8.0 (#8760)
dependabot[bot] Nov 26, 2024
6bfe7ff
fix(frontend): Add integer type definition for node handles (#8803)
Abhi1992002 Nov 27, 2024
86fbbae
fix(frontend): Add text length limit when displaying Graph & Block na…
majdyz Nov 27, 2024
5dd151b
feat(tests): add baseline utility for integration testing from fronte…
ntindle Nov 27, 2024
772baff
build(deps): bump docker/build-push-action from 2 to 6 (#8465)
dependabot[bot] Nov 27, 2024
14cc21a
chore(frontend): Update 14 dev dependencies (#8756)
dependabot[bot] Nov 27, 2024
fd6c1d9
feat(blocks): Various block QoL improvements (#8749)
ntindle Nov 27, 2024
a556995
chore(frontend): Update 5 dependencies (#8755)
dependabot[bot] Nov 27, 2024
ae9bd87
fix(backend): Spin-up Database manager on rest.py (#8832)
majdyz Nov 27, 2024
97d0045
chore(backend): Update 12 dependencies (#8763)
dependabot[bot] Nov 27, 2024
118fdee
ci: Add `merge_group` triggers
Pwuts Nov 27, 2024
845c8c5
ci: Add `merge_group` trigger to status checker
Pwuts Nov 27, 2024
ab36433
ci: Fix workflow status checker script to work with `merge_group` runs
Pwuts Nov 27, 2024
d2f3f53
fix(frontend): Fix missing credentials input when no credentials avai…
Pwuts Nov 27, 2024
4b8087c
feat(platform/featureflags): Setting up feature flagging (#8718)
aarushik93 Nov 27, 2024
f8b00e5
Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into dev
majdyz Nov 28, 2024
520b1d7
feat(frontend): Make Block description searchable on Block list palet…
majdyz Nov 29, 2024
eeb5b4a
fix(backend): Fix `credentials` cost filter not able to filter the bl…
majdyz Nov 29, 2024
29f177e
feat(blocks): Add Hubspot blocks (#8786)
aarushik93 Nov 29, 2024
63af42d
fix(backend): Fix conn_retry decorator possible incorrect behaviour o…
majdyz Nov 29, 2024
75f9b07
refactor(backend): Rename & move `IntegrationCredentialsStore` to bac…
ntindle Nov 29, 2024
4aa5f53
feat(block): Add AI video generator block with Fal txt 2 vid (#8528)
Torantulino Nov 29, 2024
c6b36fb
build(deps): bump the production-dependencies group in /autogpt_platf…
dependabot[bot] Nov 29, 2024
7d48eeb
build(deps): bump pydantic from 2.9.2 to 2.10.2 in /autogpt_platform/…
dependabot[bot] Nov 29, 2024
d26105d
hotfix(backend): Fix month credit calculation on December (#8851)
majdyz Dec 2, 2024
0c29403
hotfix(backend): Fix month credit calculation on December (#8851)
majdyz Dec 2, 2024
2121ffd
chore(platform): Bump version to v0.3.4
majdyz Dec 2, 2024
5c49fc8
refactor(backend): Apply lint on autogpt_lib folder on backend/linter…
majdyz Dec 2, 2024
be7f912
feat(blocks): Add jina fact checker block (#8409)
Bentlybro Dec 2, 2024
758edae
Adding Docs for Agent Blocks (#8845)
kbarnard10 Dec 2, 2024
30bb9a3
dx: Fix dependabot PR/commit titles (#8841)
Pwuts Dec 2, 2024
dce9bdd
Add URL swapping for marketplace based on environment (#8418)
Abhi1992002 Dec 2, 2024
7c2e371
docs: huntr no longer is offering a security bounty so remove it (#8872)
ntindle Dec 2, 2024
3bca279
feat(libs): Add API key rate limit middleware (#8850)
aarushik93 Dec 3, 2024
de1cd6c
chore(blocks/fal): Use dict instead of Dict (#8855)
aarushik93 Dec 3, 2024
96bba3c
fix: specify encoding for file with emoji in it so it loads on window…
ntindle Dec 3, 2024
5ccfb8e
dx(backend): Fix linting & formatting for `autogpt_libs` (#8860)
Pwuts Dec 3, 2024
0a604a5
build(deps-dev): bump ruff from 0.8.0 to 0.8.1 in /autogpt_platform/a…
dependabot[bot] Dec 3, 2024
43bd5c8
fix(frontend): advanced-toggle-default (#8802)
Abhi1992002 Dec 3, 2024
89011aa
feat(frontend): add block tests (#8804)
ntindle Dec 3, 2024
d4edb93
feat(blocks): Add Slant 3D printing via API service (#8805)
ntindle Dec 4, 2024
6b742d1
docs: add docs for writing playwright tests (#8877)
ntindle Dec 4, 2024
64f5e60
feat(blocks): Add webhook block status indicator (#8838)
Pwuts Dec 5, 2024
0272d87
ci(backend): Add `poetry.lock` check (#8885)
Pwuts Dec 5, 2024
227806a
feat(blocks): Add code execution block (#8768)
Abhi1992002 Dec 6, 2024
c621226
build(deps-dev): bump the development-dependencies group in /autogpt_…
dependabot[bot] Dec 6, 2024
73eafa3
build(deps): bump the production-dependencies group in /autogpt_platf…
dependabot[bot] Dec 6, 2024
ffc3eff
fix(backend): Add stricter URL validation for block requests (#8890)
majdyz Dec 6, 2024
6dba31e
fix(backend): Enable Jinja SandboxedEnvironment for TextFormatter (#8…
majdyz Dec 6, 2024
e290413
fix(backend): Make sure all the obtained DB connections are able to q…
majdyz Dec 6, 2024
9ad9dd9
fix(frontend): Agent output not being re-fetched on each agent output…
majdyz Dec 6, 2024
dcfad26
feat(blocks): Add Exa API Blocks (#8835)
aarushik93 Dec 6, 2024
ea6c9a1
fix(platform): Stop the start up & shutdown of LaunchDarkly on local …
aarushik93 Dec 6, 2024
d7c9742
feat(frontend/feature-flags): Add LaunchDarkly feature flagging UI (#…
aarushik93 Dec 6, 2024
eb79c04
Incremental additions to platform documentation (#8898)
kbarnard10 Dec 6, 2024
b62f411
feat(frontend): monitor tests (#8880)
ntindle Dec 6, 2024
1a85eb1
feat(blocks): Add new openrouter models (#8905)
Torantulino Dec 9, 2024
6997e2a
fix(frontend) : Increase size of connection pin in blocks (#8920)
Abhi1992002 Dec 9, 2024
281cd29
fix(backend): Fix Github PR blocks (#8908)
vishesh10 Dec 9, 2024
df431d7
build(deps): bump the production-dependencies group in /autogpt_platf…
dependabot[bot] Dec 9, 2024
a7a526e
build(deps): bump the production-dependencies group in /autogpt_platf…
dependabot[bot] Dec 9, 2024
e6d728b
build(deps-dev): bump the development-dependencies group in /autogpt_…
dependabot[bot] Dec 9, 2024
79c0c31
feat(frontend): Add field extraction handle for block with object out…
majdyz Dec 9, 2024
984d422
fix(backend): Add missing DB indexes (#8929)
majdyz Dec 10, 2024
d827d4f
feat(block): Support find all regex extraction for ExtractTextInforma…
majdyz Dec 10, 2024
6307ca1
feat(platform): Include all agent versions in Runs in Monitor (#8752)
kcze Dec 11, 2024
7a9115d
fix(frontend): Make pins smaller and fix hover area and highlight for…
kcze Dec 11, 2024
6490b4e
chore(platform):Refactor GraphExecution naming clash and remove unuse…
majdyz Dec 11, 2024
3fd2b7c
feat(backend): Update schema for PAYG System (#8944)
kcze Dec 11, 2024
b8a3ffc
fix(frontend) : Optional number input (#8940)
Abhi1992002 Dec 11, 2024
33b9eef
refactor(backend): Simplify `CredentialsField` usage + use `ProviderN…
Pwuts Dec 11, 2024
b16bf42
feat(frontend): Update and fix tutorial (#8943)
Bentlybro Dec 11, 2024
abf73e8
fix(backend): Deactivate graph on delete (#8947)
Pwuts Dec 11, 2024
e3cf605
feat(frontend): Disallow webhook+input or webhook+webhook in the same…
Pwuts Dec 12, 2024
582e12c
ci(frontend): Speed up test jobs (#8949)
Pwuts Dec 12, 2024
29c771b
build(deps-dev): bump the development-dependencies group in /autogpt_…
dependabot[bot] Dec 12, 2024
f090f4c
feat(blocks): Add Code extraction Block (#8778)
Bentlybro Dec 12, 2024
de3c096
feat(blocks): Add CreateDictionaryBlock and CreateListBlock (#8903)
Torantulino Dec 12, 2024
94a312a
Ollama - Remote hosts (#8234)
Fried-Squid Dec 13, 2024
2de5e3d
feat(platform): Agent Store V2 (#8874)
Swiftyos Dec 13, 2024
be6d8cb
fix(platform): Restored monitor page and monitor spec code. (#8992)
Swiftyos Dec 16, 2024
f588b69
fix: merge issues from store -> dev (#9016)
ntindle Dec 16, 2024
2fe6eb1
feat(blocks): Add support for mutually exclusive input fields (#8856)
Abhi1992002 Dec 16, 2024
569222e
feat(blocks): Add `depends_on` support for input fields (#8852)
Abhi1992002 Dec 17, 2024
cd339b0
feat(frontend) : Add optional input support for object, array, multi-…
Abhi1992002 Dec 17, 2024
9f9097c
chore(backend/deps): Update `cryptography` from 43.0.3 to 44.0.0 (#8870)
dependabot[bot] Dec 17, 2024
59f52fb
build(deps-dev): bump ruff from 0.8.2 to 0.8.3 in /autogpt_platform/a…
dependabot[bot] Dec 17, 2024
9e0c296
build(deps): bump uvicorn from 0.32.1 to 0.34.0 in /autogpt_platform/…
dependabot[bot] Dec 17, 2024
abd245c
test(frontend): additional build page automation tooling (#8951)
ntindle Dec 17, 2024
53eda98
build(deps-dev): bump the development-dependencies group across 1 dir…
dependabot[bot] Dec 17, 2024
41be88f
Update dependencies
Swiftyos Dec 17, 2024
a386b3a
fix(forge): Update browser extension download URL (#9032)
Pwuts Dec 17, 2024
e27d7a2
revert upgrade of crypto lib
Swiftyos Dec 17, 2024
4d19bcd
Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into dev
Swiftyos Dec 17, 2024
0e10e62
feat(frontend): Reset password page (#8987)
kcze Dec 17, 2024
95bd268
feat(frontend): search results updates (#9024)
Bentlybro Dec 18, 2024
6ec2bac
refactor(frontend): Update Supabase and backend API management (#9036)
kcze Dec 18, 2024
9d93704
feat(platform): Add basic library functionality (#9043)
Swiftyos Dec 18, 2024
e8dd0a2
feat(frontend): Updates to navbar (#9047)
Bentlybro Dec 18, 2024
aa883d8
feat(platform): updated schema to allow featuring of specific creator…
Swiftyos Dec 18, 2024
89a9354
fix(store): isFeatured used instead of is_featured
Swiftyos Dec 18, 2024
746f3d4
feat(platform): Support manually setting up webhooks (#8750)
ntindle Dec 18, 2024
bb8a379
feat: default for is featured (#9061)
ntindle Dec 18, 2024
b1d869a
feat(frontend): Disable theme toggle (#9062)
Bentlybro Dec 18, 2024
4646de4
fix(store): Uploading to store selects two agents (#9065)
Swiftyos Dec 19, 2024
234e4a3
fix(store): Profile updating is handled in an insecure and potentiall…
Swiftyos Dec 19, 2024
aaf4ee5
fix(store): Youtube link not showing video on agent page (#9068)
Swiftyos Dec 19, 2024
ed7c937
fix(store): Marketplace - Navbar should say "Marketplace" rather than…
Swiftyos Dec 19, 2024
356aee1
fix(store): Marketplace - "Integrations" link in Settings is a 404 (#…
Bentlybro Dec 19, 2024
54dddbf
feat(store): Auto-populate the agent submission form (#9074)
Swiftyos Dec 19, 2024
4f15da9
feat(frontend) Remove "credentials" from export & import of agents (#…
Bentlybro Dec 19, 2024
8ca80e0
fix(frontend): Disable agent save button when saving or running (#9077)
kcze Dec 19, 2024
ca91754
fix(store): Make username case insensitive (#9088)
Swiftyos Dec 19, 2024
d028f5b
fix(store): "Publish an Agent" flow has a missing default image (#9089)
Swiftyos Dec 19, 2024
8e634d7
feat(store): Generate AI images for store submissions (#9090)
Swiftyos Dec 19, 2024
71310a1
fix(frontend): Make clickable area bigger (#9080)
aarushik93 Dec 19, 2024
1fb9c8c
fix(store): Display error toast messaging on creator popup (#9078)
aarushik93 Dec 19, 2024
ddac69e
feat: swap context menu for dropdown to fix three dots doing nothing …
ntindle Dec 20, 2024
d3e1319
fix(store): Increase the margin below featured section (#9092)
Swiftyos Dec 20, 2024
e33864f
fix(store): fmt
Swiftyos Dec 20, 2024
44722c4
fix(store): remove debug logging of requests (#9093)
Swiftyos Dec 20, 2024
4cc8616
feat(store) : Small UI changes on marketplace (#9094)
Abhi1992002 Dec 20, 2024
a8339d0
fix(store): Sanitize username and Agent Name in URLs (#9096)
Swiftyos Dec 20, 2024
54f8d3b
blocks(exa): Add more Exa blocks (#9097)
aarushik93 Dec 20, 2024
6025506
feat(store) : add new model and prompt in image generation (#9099)
Abhi1992002 Dec 20, 2024
6584935
fix(store): Fixing add agent to library (#9098)
Swiftyos Dec 20, 2024
1663d42
fix(store): username not lowered when its updated (#9112)
Swiftyos Dec 20, 2024
10865cd
[Platform] Creator profile description no longer ignores new lines (#…
ethethanlee Dec 21, 2024
763284e
fix(platform): minor fixes (#9147)
Swiftyos Dec 30, 2024
15af2f4
refactor(frontend): Auth pages update (#9124)
kcze Dec 30, 2024
a646e60
fix(backend): Added locking status check before releasing to avoid re…
majdyz Dec 31, 2024
ea01c80
fix(frontend): Fix broken block UI layout (#9132)
majdyz Dec 31, 2024
10fc7d2
fix(backend): Remove croniter (#9130)
majdyz Dec 31, 2024
26214e1
fix(backend): Prevent HTTP requests access to internal IPV6 addresses…
majdyz Dec 31, 2024
314b04e
feat(backend): Make scheduler DB connection pool configurable & preve…
majdyz Dec 31, 2024
1ce1918
fix(platform): Fields with default value are not set to advanced by d…
majdyz Dec 31, 2024
480c477
remove marketplace
Swiftyos Jan 2, 2025
5959c0d
Revert "remove marketplace"
Swiftyos Jan 2, 2025
745aae4
feat(blocks): Add github create file block (#9144)
Bentlybro Jan 2, 2025
858dc7a
feat(blocks): Add github create repo block (#9169)
Bentlybro Jan 2, 2025
d7d69f3
chore(frontend/deps-dev): bump the development-dependencies group acr…
dependabot[bot] Jan 2, 2025
fa98827
fix(backend): Fix validation of hostname-less URLs (#9171)
Pwuts Jan 3, 2025
fe8393a
feat(blocks): Add github list stargazers block (#9172)
Bentlybro Jan 3, 2025
e7689a1
chore(market/deps-dev): bump the development-dependencies group acros…
dependabot[bot] Jan 3, 2025
8f1a065
fix(frontend): Make input layout & padding consistent (#9170)
majdyz Jan 3, 2025
84af37a
refactor(blocks): Move some GitHub blocks to correct file (#9180)
Bentlybro Jan 3, 2025
1375a0f
feat(platform): Support multiple credentials inputs on blocks (#8932)
Pwuts Jan 3, 2025
0872da1
fix(store) : Download agent from store if user is not logged in (#9121)
Abhi1992002 Jan 3, 2025
d638c1f
Fix Poetry v2.0.0 compatibility (#9197)
Pwuts Jan 6, 2025
081c4a6
dx: Fix `isort` pre-commit hooks
Pwuts Jan 6, 2025
c3caa11
feat(backend/executor): Add `TERMINATED` execution status (#9185)
Pwuts Jan 6, 2025
7a9a771
fix(backend): Fix webhook ingress URL generation (#9209)
Pwuts Jan 6, 2025
96fae5a
fix(backend): Fix intermittent failure of `test_agent_execution` (#9210)
Pwuts Jan 7, 2025
7e80401
chore(libs/deps-dev): bump ruff from 0.8.3 to 0.8.6 in /autogpt_platf…
dependabot[bot] Jan 7, 2025
0b9c0c9
refactor(marketplace): Delete Old marketplace code (#9164)
Swiftyos Jan 7, 2025
f5afdcc
chore(frontend/deps): bump the production-dependencies group across 1…
dependabot[bot] Jan 7, 2025
7defba8
chore(frontend/deps-dev): bump the development-dependencies group in …
dependabot[bot] Jan 7, 2025
4115f65
Fix Provider name enum being used instead of value (#9216)
ntindle Jan 7, 2025
b558cca
feat(blocks/nvidia): Add Nvidia deepfake detection block (#9213)
aarushik93 Jan 7, 2025
7ec9830
fix(platform): Add custom fonts and update layout styles (#9195)
Abhi1992002 Jan 8, 2025
43a79d0
feat(platform) : Add api key generation frontend (#9212)
Abhi1992002 Jan 8, 2025
e4d8502
fix(blocks): improve handling of plain text in send web request block…
Bentlybro Jan 8, 2025
b4a0100
feat(platform): Add Twitter integration (#8754)
Abhi1992002 Jan 8, 2025
32c908a
fix(backend): Add default credentials for Fal, Exa, E2B (#9233)
aarushik93 Jan 9, 2025
9c70251
feat(platform): fix carousel on store page (#9230)
Abhi1992002 Jan 9, 2025
a1889e6
docs(Ollama): Update Ollama docs (#9234)
Bentlybro Jan 9, 2025
1670579
fix(block): Remove Python.format & Jinja templating format backward c…
majdyz Jan 9, 2025
0d44f5b
feat(backend/blocks/nvidia): Provide Nvidia by default (#9235)
aarushik93 Jan 9, 2025
3a3ee99
hotfix(backend): Increase statement timeout for the double brace migr…
majdyz Jan 9, 2025
9d1bc25
hotfix(backend): Increase statement timeout for the double brace migr…
majdyz Jan 9, 2025
00bb7c6
feature(backend): Add ability to execute store agents without agent o…
Swiftyos Jan 10, 2025
4b17cc9
feat(backend): Add Support for Managing Agent Presets with Pagination…
Swiftyos Jan 10, 2025
fd6f28f
feature(platform): Implement library add, update, remove, archive fun…
Swiftyos Jan 10, 2025
95b79ab
Revert broken Library v2 DB stuff of #9218, #9211 (#9256)
Pwuts Jan 13, 2025
5618072
fix(blocks/Exa): Fix exa contents block advanced toggle (#9255)
aarushik93 Jan 13, 2025
fe84cbe
Revert "feature(backend): Add ability to execute store agents without…
aarushik93 Jan 13, 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
Prev Previous commit
Next Next commit
fix(frontend) : Increase size of connection pin in blocks (Significan…
…t-Gravitas#8920)

- Resolve Significant-Gravitas#8913

Increase size of Connection pin

<img width="1154" alt="Screenshot 2024-12-09 at 6 44 49 PM"
src="https://github.com/user-attachments/assets/7cd1ad0d-94c3-4027-aeea-d5ecd27e498d">
  • Loading branch information
Abhi1992002 authored Dec 9, 2024
commit 6997e2a17095ea8adb740503ff7a0bffc5933915
2 changes: 1 addition & 1 deletion autogpt_platform/frontend/src/components/NodeHandle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const NodeHandle: FC<HandleProps> = ({
: "border-gray-300";
return (
<div
className={`${className} ${color} m-1 h-4 w-4 rounded-full border-2 bg-white transition-colors duration-100 group-hover:bg-gray-300`}
className={`${className} ${color} m-1 h-6 w-6 rounded-full border-2 bg-white transition-colors duration-100 group-hover:bg-gray-300`}
/>
);
};
Expand Down