Releases: Significant-Gravitas/AutoGPT
autogpt-platform-beta-v0.4.0
🚀 Release autogpt-platform-beta-v0.4.0
Date: December 20, 2024
🛍️ Introducing the New Marketplace
🌎 Overview
AutoGPT Marketplace Version 2 expands on the Pre-Marketplace by enhancing agent discovery, providing richer content presentation, and introducing new user engagement features. The focus is on creating a visually appealing and interactive marketplace that allows users to explore and evaluate agents through images, videos, and detailed descriptions.
Vision
To create a visually compelling and interactive open-source marketplace for autonomous AI agents, where users can easily discover, evaluate, and interact with agents through media-rich listings, ratings, and version history.
Objectives
• 📊 Incorporate visuals (icons, images, videos) into agent listings.
• ⭐ Introduce a rating system and agent run count.
• 🔄 Provide version history and update logs from creators.
• 🔍 Improve user experience with advanced search and filtering features.
Marketplace Updates
New Features
- 🚀 Agent Store V2 (#8874) by @Swiftyos
- 🚀 Default for is featured (#9061) by @ntindle
- 🚀 Auto-populate the agent submission form (#9074) by @Swiftyos
- 🚀 Generate AI images for store submissions (#9090) by @Swiftyos
- 🚀 Add new model and prompt in image generation (#9099) by @Abhi1992002
Enhancements
- ⚡ Add URL swapping for marketplace (#8418) by @Abhi1992002
- ⚡ Small UI changes on marketplace (#9094) by @Abhi1992002
Bug Fixes
- 🐛 Merge issues from store -> dev (#9016) by @ntindle
- 🐛 Uploading to store selects two agents (#9065) by @Swiftyos
- 🐛 Youtube link not showing video on agent page (#9068) by @Swiftyos
- 🐛 Marketplace - Navbar should say "Marketplace" rather than "Agent Store" (#9069) by @Swiftyos
- 🐛 Fix "Integrations" link in Settings (#9073) by @Bentlybro
- 🐛 Make username case insensitive (#9088) by @Swiftyos
- 🐛 Missing default image in "Publish an Agent" flow (#9089) by @Swiftyos
- 🐛 Increase margin below featured section (#9092) by @Swiftyos
- 🐛 Remove debug logging of requests (#9093) by @Swiftyos
- 🐛 Sanitize username and Agent Name in URLs (#9096) by @Swiftyos
- 🐛 Fix add agent to library (#9098) by @Swiftyos
🔥 What’s New?
-
New Features
- 🚀 Add API key rate limit middleware (#8850) by @aarushik93
- 🚀 Add block tests (#8804) by @ntindle
- 🚀 Add LaunchDarkly feature flagging UI (#8847) by @aarushik93
- 🚀 Add monitor tests (#8880) by @ntindle
- 🚀 Add field extraction handle for block with object output (#8900) by @majdyz
- 🚀 Reset password page (#8987) by @kcze
- 🚀 Search results updates (#9024) by @Bentlybro
- 🚀 Add basic library functionality (#9043) by @Swiftyos
- 🚀 Updates to navbar (#9047) by @Bentlybro
- 🚀 Updated schema to allow featuring of specific creators (#9048) by @Swiftyos
- 🚀 Support manually setting up webhooks (#8750) by @ntindle
- 🚀 Disable theme toggle (#9062) by @Bentlybro
- 🚀 Remove "credentials" from export & import of agents (#9081) by @Bentlybro
- 🚀 Swap context menu for dropdown (#9091) by @ntindle
-
Enhancements
- ⚡ Apply lint on autogpt_lib folder (#8751) by @majdyz
- ⚡ Adding Docs for Agent Blocks (#8845) by @kbarnard10
- ⚡ Fix dependabot PR/commit titles (#8841) by @Pwuts
- ⚡ Remove huntr security bounty mention (#8872) by @ntindle
- ⚡ Use dict instead of Dict in blocks/fal (#8855) by @aarushik93
- ⚡ Fix linting & formatting for autogpt_libs (#8860) by @Pwuts
- ⚡ Bump ruff from 0.8.0 to 0.8.1 (#8864) by @dependabot
- ⚡ Add docs for writing playwright tests (#8877) by @ntindle
- ⚡ Add poetry.lock check (#8885) by @Pwuts
- ⚡ Bump dev dependencies in /autogpt_platform/market (#8871) by @dependabot
- ⚡ Bump production dependencies in /autogpt_platform/frontend (#8865) by @dependabot
- ⚡ Incremental additions to platform documentation (#8898) by @kbarnard10
- ⚡ Refactor GraphExecution naming clash (#8939) by @majdyz
- ⚡ Simplify CredentialsField usage & use ProviderName globally (#8725) by @Pwuts
- ⚡ Speed up frontend test jobs (#8949) by @Pwuts
- ⚡ Bump dev dependencies in /autogpt_platform/market (#8923) by @dependabot
- ⚡ Update cryptography from 43.0.3 to 44.0.0 (#8870) by @dependabot
- ⚡ Bump ruff from 0.8.2 to 0.8.3 (#9008) by @dependabot
- ⚡ Additional build page automation tooling (#8951) by @ntindle
- ⚡ Bump uvicorn from 0.32.1 to 0.34.0 (#9012) by @dependabot
- ⚡ Bump dev dependencies across directories (#9017) by @dependabot
- ⚡ Update Supabase and backend API management (#9036) by @kcze
- ⚡ New Release (platform) (#9023) by @Swiftyos
-
Bug Fixes
- 🐛 [Specify encoding for file with emoji on Windows (#8873)](https://github.com/Significant-Gravitas/Au...
autogpt-platform-beta-v0.3.4
🚀 Release autogpt-platform-beta-v0.3.4
Date: December 2, 2024
🔥 What’s New?
-
New Features
- 🚀 Webhook-triggered blocks: Implemented webhook-triggered blocks. #8358 by @Pwuts
- 🚀 Feature flagging setup: Introduced feature flagging to the platform. #8718 by @aarushik93
- 🚀 AI video generator block: Added a block for AI video generation using Fal txt 2 vid. #8528 by @Torantulino
- 🚀 Make Block description searchable: Enabled search functionality on Block list palette for Block descriptions. #8839 by @majdyz
-
Enhancements
- ⚡ Various block QoL improvements: Significant quality of life improvements to various blocks. #8749 by @ntindle
- ⚡ Combine per-provider credentials API calls: Improved API call efficiency for provider credentials. #8772 by @Pwuts
- ⚡ Add baseline utility for integration testing: Enhancements to support integration testing from frontend UI. #8765 by @ntindle
-
Bug Fixes
- 🐛 Revert non-async routes: Corrected incorrect change from async routes. #8734 by @majdyz
- 🐛 Fix .env file read contention: Addressed contention issue when setting up Pyro connections. #8736 by @majdyz
- 🐛 Double
model
kwarg error: Resolved error inAnthropicProvider.create_chat_completion(...)
. #8666 by @Pwuts - 🐛 Fix missing credentials input: Added missing credentials input check for better UI/UX. #8834 by @Pwuts
-
New Blocks
- 🧱 Word Character Count Block: Introduced a new block for counting word characters. #8781 by @Bentlybro
- 🧱 Hubspot blocks: Added new blocks to integrate with Hubspot. #8786 by @aarushik93
🎉 Thanks to Our Contributors!
A special shoutout to all the amazing contributors who made this release possible, especially those new contributors:
- 👏 @thecosmicmuffet made their first contribution
- 👏 @oxygen-fragment made their first contribution
And returning contributors:
- 👏 @majdyz
- 👏 @Pwuts
- 👏 @Abhi1992002
- 👏 @dependabot
- 👏 @ntindle
- 👏 @aarushik93
- 👏 @Torantulino
- 👏 @Bentlybro
📥 How to Get This Update
To update to this version, use:
git pull origin autogpt-platform-beta-v0.3.4
Or download it directly from the Releases page.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
AutoGPT Platform v0.3.3
UI/UX Improvements 💻
- fix(frontend): Allow importing agent file with empty description by @Pwuts in #8670
- fix(backend): Improve input typing for blocks
StepThroughItemsBlock
,CountdownTimerBlock
,AddToListBlock
,AddToDictionaryBlock
by @majdyz in #8713 - feat(frontend): Show Agent Output on Monitor page by @kcze in #8501
- feat(platform): Updates to Runner Output UI by @Bentlybro in #8717
Technical Improvements ⚙️
- refactor(platform): Remove settings endpoint by @aarushik93 in #8715
- fix(frontend): Fix duplicate API calls on Monitor Page by @majdyz in #8727
- fix(block): Renamed
model_version
input to prevent conflicts with Pydantic naming by @Swiftyos in #8729 - test(frontend): Add simple auth tests by @ntindle in #8709
DX improvements 👷🏼
- dx(backend): Fix
pre-commit
isort
step by @Pwuts in #8726 - docs(platform): update docs for security ssrf by @ntindle in #8675
- docs: replace docker-compose with docker compose by @simoneb in #8502
New Contributors 🎉
How to Get This Update 📥
To update to this version, use:
git pull origin agpt-platform-beta-v0.3.3
Or download it directly from the Releases page.
Feedback and Issues 📝
If you encounter any issues or have suggestions, please join our Discord and let us know!
Full Changelog: autogpt-platform-beta-v0.3.2...autogpt-platform-beta-v0.3.3
autogpt-platform-beta-v0.3.2
🚀 What's New in v0.3.2?
🌟 New Features
- feat(backend): Enable JSON parsing with typing & conversion (#8578) by @majdyz
- feat(blocks): Add Open Router integration with a large selection of new models (#8653) by @Torantulino
🛠 Fixes & Improvements
- fix(backend): Add migrations to fix credentials inputs (#8674) by @Pwuts
- fix(backend): Resolve Pydantic warning about missing
secrets_dir
(#8692) by @Pwuts - fix(backend): Define
executionmanager
hostname for local docker-mode (#8681) by @majdyz - fix(frontend): Typing in the
NodeKeyValueInput
field no longer unfocuses the field (#8680) by @majdyz - fix(frontend): Avoid displaying overly long description text for blocks (#8688) by @majdyz
- fix(platform/builder): Add heartbeat mechanism (#8665) by @aarushik93
- fix(backend): Add a lower cap of zero for user credits (#8682) by @majdyz
- fix(backend): Avoid falling back to default user unless
ENABLED_AUTH
is set toFalse
(#8691) by @majdyz
📚 Documentation Updates
- tweak(docs): Update block file path in documentation (#8662) by @Torantulino
🛠 Build & Refactor
- refactor(frontend): Updated buttons for editing agents in Monitor (#8687) by @kcze
- build(frontend): Optimize Docker build time and image size (#8695) by @Pwuts
🔗 Full Changelog: Compare v0.3.1...v0.3.2
AutoGPT Platform v0.3.1
v0.3.1 is a patched re-release of v0.3.0.
Highlights ✨
-
Agent Execution Block 🤖
The Agent Execution Block has been introduced, allowing users to use agents as blocks within other agents. This powerful new feature makes it possible to build modular complex agents. -
Scheduling Agent Runner ⏰
Users can now schedule agents to run at specific times using the new scheduling functionality in the UI. Monitor and manage your scheduled agents easily from the dedicated monitor page.
New Blocks and Enhancements 🧩
-
AI Image Generator Block 🖼️
The AI Image Generator Block has been added, providing a unified interface for generating images using various AI models. Users can now easily generate images within their workflows. -
AI Music Generator Block 🎵
Introducing the AI Music Generator Block, powered by Meta Music Gen. Users can now generate music directly within the AutoGPT platform, opening up exciting possibilities for audio-based workflows. -
YouTube Video Block Enhancements 🌍
The YouTube Video Block now supports additional languages, expanding its capabilities for a broader range of users and use cases.
UI/UX Improvements 💻
-
Centered Initial Canvas 🎨
The initial canvas in the UI is now centered, providing a more visually appealing and user-friendly experience. -
Client-side Validation 🚦
Client-side validation has been implemented for the Agent Executor Block, ensuring a smoother and more reliable user experience. -
Credentials Input Enhancements 🔒
The credentials input UI has been enhanced to provide a more intuitive and streamlined experience. Double titles have been removed, and credentials are now automatically selected when there is only one option available. -
Authentication Checks 🔐
Authentication checks have been added to ensure that only authorized users can perform certain actions within the platform. -
Improved Error Transparency
⚠️
Communication of errors in the front end has been improved, to help users understand and resolve issues with their graphs.
Bug Fixes and Optimizations 🐛
-
Input Field Updates 📝
Fixed an issue where newly typed text in input fields would vanish on scroll, providing a more stable editing experience. -
Block Cost Configuration 💰
The block cost configuration has been refactored and centralized into a single file, making it easier to manage and update costs for various blocks. -
Dependency Updates 📦
Several dependencies have been updated to their latest versions, enhancing security, performance, and compatibility. -
Error Handling and Logging 💡
Improved error handling and logging mechanisms have been implemented across various components, facilitating better debugging and troubleshooting.
Miscellaneous Changes 🌟
- The project's version has been bumped to v0.3.1.
- Default credentials are now mapped to actual provider names (e.g.,
anthropic
) for better clarity. - Hidden credentials have been introduced for default system keys, ensuring they are not visible in the user profile.
📥 How to Get This Update
To update to this version, use:
git pull origin agpt-platform-beta-v0.3.1
Or download it directly from the Releases page.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
Full Changelist
- feat(block): Add AI Music Generator Block with Meta Music Gen by @Torantulino in #8532
- build(deps): bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #8609
- [Snyk] Security upgrade python from 3.11-slim-buster to 3.11.10-slim-bookworm by @ntindle in #8619
- build(deps): bump supabase from 2.9.1 to 2.10.0 in /autogpt_platform/autogpt_libs in the production-dependencies group by @dependabot in #8617
- build(deps-dev): bump ruff from 0.7.2 to 0.7.3 in /autogpt_platform/autogpt_libs in the development-dependencies group by @dependabot in #8618
- build(deps-dev): bump the development-dependencies group in /autogpt_platform/market with 2 updates by @dependabot in #8612
- build(deps): bump the production-dependencies group in /autogpt_platform/backend with 2 updates by @dependabot in #8610
- build(deps-dev): bump the development-dependencies group in /autogpt_platform/frontend with 12 updates by @dependabot in #8615
- build(deps): bump the production-dependencies group in /autogpt_platform/frontend with 8 updates by @dependabot in #8614
- build(deps-dev): bump the development-dependencies group in /autogpt_platform/backend with 3 updates by @dependabot in #8611
- [Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 by @ntindle in #8620
- build(deps): bump cookie from 0.7.0 to 1.0.1 in /autogpt_platform/frontend by @dependabot in #8616
- [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 by @ntindle in #8622
- fix: show error toast on Run failure when inputs or credentials are i… by @Abhi1992002 in #8391
- feat(platform): Introduced Agent Execution Block by @majdyz in #8533
- refactor(backend): Centralize Block Cost into a Single File by @majdyz in #8623
- feat(platform): Simplify Credentials UX by @kcze in #8524
- fix(frontend): Unbreak credentials input on single-provider blocks by @Pwuts in #8636
- tweak(backend): Update all block costs by @Torantulino in #8639
- Adding Google Analytics to docs site by @kbarnard10 in #8640
- fix(frontend): Fix client-side validation for Agent Executor Block by @majdyz in #8643
- fix(classic): update docs for security deprecation by @ntindle in #8632
- fix(frontend): Remove double title on credentials input by @Pwuts in #8638
- Create SECURITY.md by @ntindle in #8645
- fix(platform): Remove migrate and encrypt function by @aarushik93 in #8646
- fix(frontend): Fix input-field update on empty & default value by @majdyz in #8647
- feat(frontend): Center initial canvas by @majdyz in #8644
- Add provision for other languages in Youtube Video Block by @vishesh10 in #8630
- tweak(frontend): Add jina and unreal to hidden credentials list in frontend by @Torantulino in #8642
- feat(frontend): check auth before allowing actions to run by @ntindle in #8633
- feat(blocks): Add
AIImageGeneratorBlock
by @Torantulino in #8525 - feat(platform): Add api generator functions and endpoints by @Abhi1992002 in #8597
- feat(platform) : scheduling agent runner by @Abhi1992002 in #8634
- Feat(Builder/tutorial): Updates to fix tutorial by @Bentlybro in #8655
- Revert "fix(platform): Remove migrate and encrypt function" by @Pwuts in #8654
- ci: fix classic ci by @ntindle in #8338
- fix(frontend): Newly typed text in Input fields vanishes on scroll by @majdyz in #8657
- fix(backend): Add execution persistence for execution scheduler service by @majdyz in #8649
- fix(backend): Add migrations to fix credentials inputs with invalid provider "llm" by @Pwuts in #8674
Full Changelog: autogpt-platform-beta-v0.2.2...autogpt-platform-beta-v0.3.1
autogpt-platform-beta-v0.2.2
What's Changed 🚀
DX Improvements
🛠️ Fix pre-commit configuration #8584 by @Pwuts
🧹 Clean up PR template #8541 by @Pwuts
New Features
🔍 Pinecone blocks added #8535 by @aarushik93
🔐 API key database table introduced #8593 by @aarushik93
⚙️ Default credentials for Jina blocks #8603 by @aarushik93
Build Enhancements
🐛 Add launch.json for VSCode debugging #8496 by @ntindle
Full Changelog: Compare v0.2.1...v0.2.2
autogpt-platform-beta-v0.2.1
🚀 What's Changed
- feat(pre-commit): Detect secrets #8507 by @Swiftyos
- docs(platform): Update frontend instructions #8514 by @Swiftyos
- chore(platform): Tidy up repo structure #8521 by @Swiftyos
- feat(platform): Reseal revid #8523 by @aarushik93
- refactor(platform/rest): Update REST API to use standard FastAPI structure #8519 by @Swiftyos
- build(deps): Bump actions/checkout from 2 to 4 #8553 by @dependabot
- build(deps): Bump uuid in frontend #8552 by @dependabot
- build(deps): Update production dependencies across 1 directory with 7 updates #8556 by @dependabot
- build(deps): Bump date-fns in frontend #8550 by @dependabot
- build(deps-dev): Update development dependencies in frontend #8548 by @dependabot
- build(deps-dev): Update development dependencies in backend #8543 by @dependabot
- build(deps): Bump sentry-sdk in market #8544 by @dependabot
- build(deps-dev): Bump storybook in frontend #8551 by @dependabot
- feat(platform): Toast Graph Creation Error #8536 by @majdyz
- Update: docker-compose.platform.yml #8560 by @aarushik93
- fix(frontend): Fix connection value clash #8559 by @majdyz
- feat(backend): Reduce local mode services #8562 by @majdyz
- [Snyk] Security upgrade to python 3.11.10-slim-bookworm #8557 by @ntindle
- build(deps): Manual fix - bump replicate #8476 by @dependabot
- fix(platform): Add local enc key #8568 by @aarushik93
- feat: Bump elliptic to 6.6.0 #8570 by @ntindle
- fix: Update cookie handling #8571 by @ntindle
- fix(frontend): Fix broken UI on Run #8575 by @majdyz
- refactor(backend): Merge GraphMeta & Graph, remove subgraph functionality #8526 by @majdyz
- feat(build-page): Make content unselectable except flowEditor #8534 by @Abhi1992002
- Update: codeql.yml #8500 by @ntindle
- fix(searchtheweb): Fix the Jina Search Block #8583 by @aarushik93
- ci(platform): Update pipelines to run from infra repo #8595 by @aarushik93
🎉 New Contributors
- @jackfromeast made their first contribution in #8531
Full Changelog: compare v0.2.0...v0.2.1
agpt-platform-beta-v0.2.0
What's Changed
Infrastructure & Security
- Updated Secrets Management: Implemented a new approach to secrets handling, including secret rotation and resealing, to enhance security (#8505, #8506).
- Infrastructure Update: Improved environment configuration with updated variable names (#8447) and fixed production workload identity pool (#8456).
Feature Enhancements
- Blocks System: Added support for Pinecone and Jina blocks to improve modularity (#8401).
- Platform Improvements: Added default secrets (#8452) and removed dotenv for a streamlined configuration process (#8459).
Dependency Updates
- Frontend: Updated
react-day-picker
to9.2.0
(#8442) and several other development dependencies. - Backend: Bumped versions for
websockets
(#8477),sentry-sdk
(#8475),psutil
(#8473),tenacity
(#8472), and other libraries to improve stability and performance. - CI & Build Tools: Updated several GitHub Actions and build dependencies, including
setup-python
,setup-helm
,create-pull-request
, and others for better CI/CD performance and compatibility.
Fixes & Optimizations
- Backend Optimization: Refined the
RedisEventQueue
to use Pub/Sub and optimized FastAPI event handling to prevent blocking (#8387, #8429). - Frontend Security: Addressed an object pollution issue for better security (#8499).
Documentation
- Improved Navigation: Updated documentation navigation to enhance platform usability (#8448).
New Contributors
Thanks to our new contributor!
Full Changelog: View all changes
agpt-platform-beta-v0.1.1
What's Changed
- feat(backend): Add credit for Jina/Search & LLM blocks by @majdyz in #8361
- ci: Enforce
dev
as base branch for development by @Pwuts in #8369 - Update README.md by @kushal34712 in #8319
- refactor(backend): Make block fields consistently use SchemaField by @majdyz in #8360
- fix(dockercompose): Fix db manager connection by @aarushik93 in #8377
- fix: update types reference by @emmanuel-ferdman in #8366
- fix spelling mistake by @aarushik93 in #8380
- fix(platform/infra): Fix liveness probe by @aarushik93 in #8382
- feat(blocks): fix output divider bar being in the wrong place by @Bentlybro in #8385
- ci: create dependabot config by @ntindle in #8372
- fix(platform/dockercompose): Put removed services back in by @aarushik93 in #8386
- refactor(backend): Move credentials storage to prisma user by @ntindle in #8283
- feat(platform/ci) Set up deploys from dev by @aarushik93 in #8355
- feat(platform): Added latest claude version by @aarushik93 in #8397
- fix(frontend): Fix broken terms of use link by @Torantulino in #8279
- feat(backend): Track LLM token usage + LLM blocks cleanup by @majdyz in #8367
- fix(backend): Fix DatabaseManager usage by calling it on-demand by @majdyz in #8404
- fix(platform): Enable auth on local-backend mode by default by @majdyz in #8405
- feat(platform/ci): Run migrations in ci for dev by @aarushik93 in #8395
- feat(platform/infra): Create prod service account and pool by @aarushik93 in #8383
- feat(platform/ci) Add workflow for deploying to production by @aarushik93 in #8384
- feat(platform/ci): Add prod migrations by @aarushik93 in #8396
- fix(platform): Fix containerized connection issues with DB Manager by @aarushik93 in #8412
- fix(backend): Reverse pyro config refactor by @majdyz in #8410
- fix(platform/infra): Fix spelling error by @aarushik93 in #8416
- Implement custom save shortcut in SaveControl component by @Abhi1992002 in #8407
- Merge login and signin by @Abhi1992002 in #8389
- feat(frontend): Improve added block positioning logic to handle collisions and dynamic dimensions size by @Abhi1992002 in #8406
- fix(platform): Expose DB Manager Port by @aarushik93 in #8424
- fix(market): Handle empty agents response by @Abhi1992002 in #8393
- fix(market): Fix DB URL not being read or upgrade correctly by @aarushik93 in #8428
- fix(backend): Fix error pin output not being propagated into the next nodes by @majdyz in #8408
- docs(pr_template): Add reminder for config and infra changes by @aarushik93 in #8430
New Contributors
- @kushal34712 made their first contribution in #8319
- @emmanuel-ferdman made their first contribution in #8366
- @Abhi1992002 made their first contribution in #8407
Full Changelog: agpt-platform-beta-v0.1.0...agpt-platform-beta-v0.1.1
agpt-platform-beta-v0.1.0
🚀 Release agpt-platform-beta-v0.1.0
Date: October 21, 2024
🔥 What's New?
-
New Features
- Copy and Paste Blocks: Added the ability to copy and paste blocks between different flows, improving user efficiency (#8346).
- Shared DB Connection: Introduced a shared DB connection for executors, optimizing resource management (#8340).
- Credential Management: Listed and revoked credentials in the user profile for easier account management (#8207).
- Configmap Usage: Introduced usage of configmap for enhanced builder configuration management (#8343).
- Updated Block UI: Improved the block UI for a better user interface experience (#8260). -
Enhancements
- Behave Variable: Added behave as a variable for enhanced flexibility in Platform/Frontend (#8365).
- Health Router: Included a health router for improved monitoring in Platform (#8362).
- Backend Health Check: Updated backend server health check endpoint for better reliability (#8351).
- Node Workers Optimization: Reduced the number of node workers to optimize database connections (#8331).
- Health Endpoint: Added a health endpoint to enhance security in Platform/Backend (#8341).- Sealed Secrets: Implemented sealed secrets to improve security around sensitive data (#8342).
-
🐛 Bug Fixes
- Market URL Resealing: Resolved the issue with market URL resealing (#8363).
- Agent Pagination and Search: Fixed pagination and search errors for agents (#8336).
- Sealed Secret Names: Fixed sealed secret names to ensure proper handling (#8350).
- Input Styling: Fixed styling inconsistencies in input elements for a more consistent user experience (#8337).
- Dynamic Pin Links: Fixed connection clash on dynamic pin links with the same keys (#8252).
- Secret Value Leakage: Prevented marketplace from leaking secret values (#8281).
- Secret Value Deletion: Updated deletion process for secret values to ensure proper handling (#8284).
- OAuth Credential Validation: Ensured the validity of OAuth credentials during graph execution (#8191).
-
🧱 New Blocks
- Block Documentation: Added comprehensive documentation for all available blocks, improving clarity and usability (#8289).
🎉 Thanks to Our Contributors!
A special shoutout to all the amazing contributors who made this release possible:
- 👏 All contributors involved in the mentioned pull requests
📥 How to Get This Update
To update to this version, use:
git pull origin agpt-platform-beta-v0.1.0
Or download it directly from the Releases page.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!