mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-08 11:57:32 +08:00
763284e3a3
### Changes 🏗️ - Redirect to the marketplace. - Ensure that the store agent uses agent graph data instead of store listing data. - Don’t export agent input values. - URL sanitization: We can’t open an agent if it has a colon in its name. - Show all top agents. ### Checklist 📋 #### For code changes: - [ ] I have clearly listed my changes in the PR description - [ ] I have made a test plan - [ ] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [ ] ... <details> <summary>Example test plan</summary> - [ ] Create from scratch and execute an agent with at least 3 blocks - [ ] Import an agent from file upload, and confirm it executes correctly - [ ] Upload agent to marketplace - [ ] Import an agent from marketplace and confirm it executes correctly - [ ] Edit an agent from monitor, and confirm it executes correctly </details> #### For configuration changes: - [ ] `.env.example` is updated or already compatible with my changes - [ ] `docker-compose.yml` is updated or already compatible with my changes - [ ] I have included a list of my configuration changes in the PR description (under **Changes**) <details> <summary>Examples of configuration changes</summary> - Changing ports - Adding new services that need to communicate with each other - Secrets or environment variable changes - New or infrastructure changes such as databases </details> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
20240722143307_migrations | ||
20240726131311_node_input_unique_constraint | ||
20240729061216_static_input_link | ||
20240804040801_add_subgraph | ||
20240805115810_add_user_management | ||
20240807123738_add_index_users | ||
20240808095419_add_required_user_ids | ||
20240902223334_add_stats_column | ||
20240906155206_add_created_at_updated_at | ||
20240914033334_user_credit | ||
20240918163611_add_analytics_tables | ||
20240930151406_reassign_block_ids | ||
20241007090536_add_on_delete_platform | ||
20241007115713_cascade_graph_deletion | ||
20241007175111_move_oauth_creds_to_user_obj | ||
20241007175112_add_oauth_creds_user_trigger | ||
20241017180251_add_webhooks_and_their_relation_to_nodes | ||
20241030014950_move_integration_creds_to_platform.User | ||
20241030061705_encrypt_user_metadata | ||
20241030063332_drop_all_credentials_from_constant_input | ||
20241103133307_remove_subgraph | ||
20241103144418_graph_exec_stats_list_to_obj | ||
20241108170448_add_api_key_support | ||
20241113104933_remove_scheduler | ||
20241115170707_fix_llm_provider_credentials | ||
20241210013740_add_indexes | ||
20241211160646_rename_credit_model_and_add_stripe_customer | ||
20241212141024_agent_store_v2 | ||
20241212142024_creator_featured_flag | ||
20241212150828_agent_store_v2_views | ||
20241230102007_update_store_agent_view | ||
migration_lock.toml |