Bumps the production-dependencies group with 4 updates in the /autogpt_platform/autogpt_libs directory: [google-cloud-logging](https://github.com/googleapis/python-logging), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [supabase](https://github.com/supabase/supabase-py). Updates `google-cloud-logging` from 3.11.4 to 3.12.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-logging/releases">google-cloud-logging's releases</a>.</em></p> <blockquote> <h2>v3.12.1</h2> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.12.0...v3.12.1">3.12.1</a> (2025-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>Make logging handler close conditional to having the transport opened (<a href="https://redirect.github.com/googleapis/python-logging/issues/990">#990</a>) (<a href="66c6b91725">66c6b91</a>)</li> </ul> <h2>v3.12.0</h2> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.11.4...v3.12.0">3.12.0</a> (2025-04-10)</h2> <h3>Features</h3> <ul> <li>Add REST Interceptors which support reading metadata (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Add support for opt-in debug logging (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Added flushes/close functionality to logging handlers (<a href="https://redirect.github.com/googleapis/python-logging/issues/917">#917</a>) (<a href="d179304b34">d179304</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow protobuf 6.x (<a href="https://redirect.github.com/googleapis/python-logging/issues/977">#977</a>) (<a href="6757890013">6757890</a>)</li> <li><strong>deps:</strong> Require google-cloud-audit-log >= 0.3.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/979">#979</a>) (<a href="1cc00ecf64">1cc00ec</a>)</li> <li>Fix typing issue with gRPC metadata when key ends in -bin (<a href="681bcc5c1f">681bcc5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Added documentation on log_level and excluded_loggers params in setup_logging (<a href="https://redirect.github.com/googleapis/python-logging/issues/971">#971</a>) (<a href="70d9d25bf8">70d9d25</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-logging/issues/972">#972</a>) (<a href="52cd907bb3">52cd907</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-logging/blob/main/CHANGELOG.md">google-cloud-logging's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.12.0...v3.12.1">3.12.1</a> (2025-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>Make logging handler close conditional to having the transport opened (<a href="https://redirect.github.com/googleapis/python-logging/issues/990">#990</a>) (<a href="66c6b91725">66c6b91</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-logging/compare/v3.11.4...v3.12.0">3.12.0</a> (2025-04-10)</h2> <h3>Features</h3> <ul> <li>Add REST Interceptors which support reading metadata (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Add support for opt-in debug logging (<a href="681bcc5c1f">681bcc5</a>)</li> <li>Added flushes/close functionality to logging handlers (<a href="https://redirect.github.com/googleapis/python-logging/issues/917">#917</a>) (<a href="d179304b34">d179304</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow protobuf 6.x (<a href="https://redirect.github.com/googleapis/python-logging/issues/977">#977</a>) (<a href="6757890013">6757890</a>)</li> <li><strong>deps:</strong> Require google-cloud-audit-log >= 0.3.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/979">#979</a>) (<a href="1cc00ecf64">1cc00ec</a>)</li> <li>Fix typing issue with gRPC metadata when key ends in -bin (<a href="681bcc5c1f">681bcc5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Added documentation on log_level and excluded_loggers params in setup_logging (<a href="https://redirect.github.com/googleapis/python-logging/issues/971">#971</a>) (<a href="70d9d25bf8">70d9d25</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-logging/issues/972">#972</a>) (<a href="52cd907bb3">52cd907</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f4fb25ab6f"><code>f4fb25a</code></a> chore(main): release 3.12.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/992">#992</a>)</li> <li><a href="66c6b91725"><code>66c6b91</code></a> fix: make logging handler close conditional to having the transport opened (#...</li> <li><a href="5f89b5f77d"><code>5f89b5f</code></a> chore(main): release 3.12.0 (<a href="https://redirect.github.com/googleapis/python-logging/issues/973">#973</a>)</li> <li><a href="5db27c2ac0"><code>5db27c2</code></a> chore(python): remove .flake8 configuration file in templates (<a href="https://redirect.github.com/googleapis/python-logging/issues/983">#983</a>)</li> <li><a href="d179304b34"><code>d179304</code></a> feat: Added flushes/close functionality to logging handlers (<a href="https://redirect.github.com/googleapis/python-logging/issues/917">#917</a>)</li> <li><a href="1cc00ecf64"><code>1cc00ec</code></a> fix(deps): require google-cloud-audit-log >= 0.3.1 (<a href="https://redirect.github.com/googleapis/python-logging/issues/979">#979</a>)</li> <li><a href="42387bf63f"><code>42387bf</code></a> chore: Update gapic-generator-python to 1.23.6 (<a href="https://redirect.github.com/googleapis/python-logging/issues/982">#982</a>)</li> <li><a href="52cd907bb3"><code>52cd907</code></a> docs: update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-logging/issues/972">#972</a>)</li> <li><a href="6757890013"><code>6757890</code></a> fix: Allow protobuf 6.x (<a href="https://redirect.github.com/googleapis/python-logging/issues/977">#977</a>)</li> <li><a href="40b1a528df"><code>40b1a52</code></a> chore: remove unused files (<a href="https://redirect.github.com/googleapis/python-logging/issues/976">#976</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-logging/compare/v3.11.4...v3.12.1">compare view</a></li> </ul> </details> <br /> Updates `pydantic` from 2.11.1 to 2.11.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v2.11.4 2025-04-29</h2> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>mkdocs-llmstxt</code> to v0.2.0 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11725">#11725</a></li> </ul> <h4>Changes</h4> <ul> <li>Allow config and bases to be specified together in <code>create_model()</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11714">#11714</a>. This change was backported as it was previously possible (although not meant to be supported) to provide <code>model_config</code> as a field, which would make it possible to provide both configuration and bases.</li> </ul> <h4>Fixes</h4> <ul> <li>Remove generics cache workaround by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11755">#11755</a></li> <li>Remove coercion of decimal constraints by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11772">#11772</a></li> <li>Fix crash when expanding root type in the mypy plugin by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11735">#11735</a></li> <li>Fix issue with recursive generic models by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11775">#11775</a></li> <li>Traverse <code>function-before</code> schemas during schema gathering by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11801">#11801</a></li> </ul> <h2>v2.11.3 2025-04-08</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Packaging</h3> <ul> <li>Update V1 copy to v1.10.21 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11706">pydantic/pydantic#11706</a></li> </ul> <h3>Fixes</h3> <ul> <li>Preserve field description when rebuilding model fields by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11698">pydantic/pydantic#11698</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3">https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3</a></p> <h2>v2.11.2 2025-04-03</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Bump <code>pydantic-core</code> to v2.33.1 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11678">pydantic/pydantic#11678</a></li> <li>Make sure <code>__pydantic_private__</code> exists before setting private attributes by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11666">pydantic/pydantic#11666</a></li> <li>Do not override <code>FieldInfo._complete</code> when using field from parent class by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11668">pydantic/pydantic#11668</a></li> <li>Provide the available definitions when applying discriminated unions by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11670">pydantic/pydantic#11670</a></li> <li>Do not expand root type in the mypy plugin for variables by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11676">pydantic/pydantic#11676</a></li> <li>Mention the attribute name in model fields deprecation message by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11674">pydantic/pydantic#11674</a></li> <li>Properly validate parameterized mappings by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11658">pydantic/pydantic#11658</a></li> <li>Prepare release v2.11.2 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11684">pydantic/pydantic#11684</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2">https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.11.4 (2025-04-29)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.11.4">GitHub release</a></p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>mkdocs-llmstxt</code> to v0.2.0 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11725">#11725</a></li> </ul> <h4>Changes</h4> <ul> <li>Allow config and bases to be specified together in <code>create_model()</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11714">#11714</a>. This change was backported as it was previously possible (although not meant to be supported) to provide <code>model_config</code> as a field, which would make it possible to provide both configuration and bases.</li> </ul> <h4>Fixes</h4> <ul> <li>Remove generics cache workaround by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11755">#11755</a></li> <li>Remove coercion of decimal constraints by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11772">#11772</a></li> <li>Fix crash when expanding root type in the mypy plugin by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11735">#11735</a></li> <li>Fix issue with recursive generic models by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11775">#11775</a></li> <li>Traverse <code>function-before</code> schemas during schema gathering by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11801">#11801</a></li> </ul> <h2>v2.11.3 (2025-04-08)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.11.3">GitHub release</a></p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Update V1 copy to v1.10.21 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11706">#11706</a></li> </ul> <h4>Fixes</h4> <ul> <li>Preserve field description when rebuilding model fields by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11698">#11698</a></li> </ul> <h2>v2.11.2 (2025-04-03)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.11.2">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Bump <code>pydantic-core</code> to v2.33.1 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11678">#11678</a></li> <li>Make sure <code>__pydantic_private__</code> exists before setting private attributes by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11666">#11666</a></li> <li>Do not override <code>FieldInfo._complete</code> when using field from parent class by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11668">#11668</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="d444cd1cf6"><code>d444cd1</code></a> Prepare release v2.11.4</li> <li><a href="828fc48d55"><code>828fc48</code></a> Add documentation note about common pitfall with the annotated pattern</li> <li><a href="42bf1fd784"><code>42bf1fd</code></a> Bump <code>pydantic-core</code> to v2.33.2 (<a href="https://redirect.github.com/pydantic/pydantic/issues/11804">#11804</a>)</li> <li><a href="7b3f513215"><code>7b3f513</code></a> Allow config and bases to be specified together in <code>create_model()</code></li> <li><a href="fc521388f2"><code>fc52138</code></a> Traverse <code>function-before</code> schemas during schema gathering</li> <li><a href="25af78934a"><code>25af789</code></a> Fix issue with recursive generic models</li> <li><a href="91ef6bb39e"><code>91ef6bb</code></a> Update monthly download count in documentation</li> <li><a href="a830775328"><code>a830775</code></a> Bump <code>mkdocs-llmstxt</code> to v0.2.0</li> <li><a href="f5d1c87128"><code>f5d1c87</code></a> Fix crash when expanding root type in the mypy plugin</li> <li><a href="c80bb355d7"><code>c80bb35</code></a> Remove coercion of decimal constraints</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.4">compare view</a></li> </ul> </details> <br /> Updates `pydantic-settings` from 2.8.1 to 2.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic-settings/releases">pydantic-settings's releases</a>.</em></p> <blockquote> <h2>v2.9.0</h2> <h2>What's Changed</h2> <ul> <li>Drop support for Python 3.8 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/560">pydantic/pydantic-settings#560</a></li> <li>Switch to <code>typing-inspection</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/556">pydantic/pydantic-settings#556</a></li> <li>Introduce <code>uv</code> for Project Management by <a href="https://github.com/KanchiShimono"><code>@KanchiShimono</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/547">pydantic/pydantic-settings#547</a></li> <li>Refactor sources.py into a subpackage (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/546">#546</a>) by <a href="https://github.com/ezwiefel"><code>@ezwiefel</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/548">pydantic/pydantic-settings#548</a></li> <li>chore: cleanup by <a href="https://github.com/CodeWithEmad"><code>@CodeWithEmad</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/563">pydantic/pydantic-settings#563</a></li> <li>Fix typo in documentation by <a href="https://github.com/CodeWithEmad"><code>@CodeWithEmad</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/564">pydantic/pydantic-settings#564</a></li> <li>Add support for AWS Secrets Manager by <a href="https://github.com/mavwolverine"><code>@mavwolverine</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/532">pydantic/pydantic-settings#532</a></li> <li>Fix minor typo: conotations => connotations by <a href="https://github.com/svenevs"><code>@svenevs</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/577">pydantic/pydantic-settings#577</a></li> <li>Azure Key Vault: Don't load disabled secret by <a href="https://github.com/AndreuCodina"><code>@AndreuCodina</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/578">pydantic/pydantic-settings#578</a></li> <li>Add support for GCP Secret Manager by <a href="https://github.com/ezwiefel"><code>@ezwiefel</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/567">pydantic/pydantic-settings#567</a></li> <li>CLI JSON Optional Default by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/581">pydantic/pydantic-settings#581</a></li> <li>Fix for env nested enum. by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/589">pydantic/pydantic-settings#589</a></li> <li>CLI submodel suppress. by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/587">pydantic/pydantic-settings#587</a></li> <li>Cli retrieve unknown args by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/588">pydantic/pydantic-settings#588</a></li> <li>Update pydantic by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/593">pydantic/pydantic-settings#593</a></li> <li>Fix check in CI by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/595">pydantic/pydantic-settings#595</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ezwiefel"><code>@ezwiefel</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/548">pydantic/pydantic-settings#548</a></li> <li><a href="https://github.com/CodeWithEmad"><code>@CodeWithEmad</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/563">pydantic/pydantic-settings#563</a></li> <li><a href="https://github.com/mavwolverine"><code>@mavwolverine</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/532">pydantic/pydantic-settings#532</a></li> <li><a href="https://github.com/svenevs"><code>@svenevs</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/577">pydantic/pydantic-settings#577</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.9.0">https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1874740923"><code>1874740</code></a> Prepare release 2.9.1 (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/600">#600</a>)</li> <li><a href="88e77bc8aa"><code>88e77bc</code></a> Fix typo in gcp secret manager error message (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/598">#598</a>)</li> <li><a href="e973d9afc8"><code>e973d9a</code></a> fix: Expose ConfigFileSourceMixing on top level sources/<strong>init</strong>.py (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/597">#597</a>)</li> <li><a href="8c0f5f18b0"><code>8c0f5f1</code></a> Fix check in CI (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/595">#595</a>)</li> <li><a href="0ac2312042"><code>0ac2312</code></a> Prepare release 2.9.0 (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/594">#594</a>)</li> <li><a href="f3e5ac382c"><code>f3e5ac3</code></a> Update pydantic (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/593">#593</a>)</li> <li><a href="20640b0efe"><code>20640b0</code></a> Cli retrieve unknown args (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/588">#588</a>)</li> <li><a href="ed7fd42bfb"><code>ed7fd42</code></a> CLI submodel suppress. (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/587">#587</a>)</li> <li><a href="e9fb3164eb"><code>e9fb316</code></a> Fix for env nested enum. (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/589">#589</a>)</li> <li><a href="0e9b329c74"><code>0e9b329</code></a> CLI JSON Optional Default (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/581">#581</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.9.1">compare view</a></li> </ul> </details> <br /> Updates `supabase` from 2.15.0 to 2.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-py/releases">supabase's releases</a>.</em></p> <blockquote> <h2>v2.15.1</h2> <h2><a href="https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1">2.15.1</a> (2025-04-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>postgrest:</strong> add missing count, head, and get params (<a href="https://redirect.github.com/supabase/supabase-py/issues/1098">#1098</a>) (<a href="e9c219ebda">e9c219e</a>)</li> <li><strong>realtime:</strong> bump realtime from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1112">#1112</a>) (<a href="1d429c6555">1d429c6</a>)</li> <li>remove return type from postgrest methods (<a href="https://redirect.github.com/supabase/supabase-py/issues/1110">#1110</a>) (<a href="6664f42157">6664f42</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md">supabase's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1">2.15.1</a> (2025-04-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>postgrest:</strong> add missing count, head, and get params (<a href="https://redirect.github.com/supabase/supabase-py/issues/1098">#1098</a>) (<a href="e9c219ebda">e9c219e</a>)</li> <li><strong>realtime:</strong> bump realtime from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1112">#1112</a>) (<a href="1d429c6555">1d429c6</a>)</li> <li>remove return type from postgrest methods (<a href="https://redirect.github.com/supabase/supabase-py/issues/1110">#1110</a>) (<a href="6664f42157">6664f42</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9fdf32f36c"><code>9fdf32f</code></a> chore(main): release 2.15.1 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1099">#1099</a>)</li> <li><a href="1d429c6555"><code>1d429c6</code></a> fix(realtime): bump realtime from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1112">#1112</a>)</li> <li><a href="b12940429d"><code>b129404</code></a> chore(deps-dev): bump commitizen from 4.4.1 to 4.6.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1104">#1104</a>)</li> <li><a href="ad8f99e4a0"><code>ad8f99e</code></a> chore(deps-dev): bump pytest-cov from 6.0.0 to 6.1.1 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1100">#1100</a>)</li> <li><a href="6664f42157"><code>6664f42</code></a> fix: remove return type from postgrest methods (<a href="https://redirect.github.com/supabase/supabase-py/issues/1110">#1110</a>)</li> <li><a href="c0ca1758ba"><code>c0ca175</code></a> ci: explicit permissions and remove _target (<a href="https://redirect.github.com/supabase/supabase-py/issues/1102">#1102</a>)</li> <li><a href="e9c219ebda"><code>e9c219e</code></a> fix(postgrest): add missing count, head, and get params (<a href="https://redirect.github.com/supabase/supabase-py/issues/1098">#1098</a>)</li> <li><a href="d5aa9ce4c7"><code>d5aa9ce</code></a> chore(deps-dev): bump python-dotenv from 1.0.1 to 1.1.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1085">#1085</a>)</li> <li><a href="8ff9ba8e23"><code>8ff9ba8</code></a> chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (<a href="https://redirect.github.com/supabase/supabase-py/issues/1084">#1084</a>)</li> <li>See full diff in <a href="https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
AutoGPT: Build, Deploy, and Run AI Agents
AutoGPT is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.
Hosting Options
- Download to self-host
- Join the Waitlist for the cloud-hosted beta
How to Setup for Self-Hosting
Note
Setting up and hosting the AutoGPT Platform yourself is a technical process. If you'd rather something that just works, we recommend joining the waitlist for the cloud-hosted beta.
Updated Setup Instructions:
We’ve moved to a fully maintained and regularly updated documentation site.
👉 Follow the official self-hosting guide here
This tutorial assumes you have Docker, VSCode, git and npm installed.
🧱 AutoGPT Frontend
The AutoGPT frontend is where users interact with our powerful AI automation platform. It offers multiple ways to engage with and leverage our AI agents. This is the interface where you'll bring your AI automation ideas to life:
Agent Builder: For those who want to customize, our intuitive, low-code interface allows you to design and configure your own AI agents.
Workflow Management: Build, modify, and optimize your automation workflows with ease. You build your agent by connecting blocks, where each block performs a single action.
Deployment Controls: Manage the lifecycle of your agents, from testing to production.
Ready-to-Use Agents: Don't want to build? Simply select from our library of pre-configured agents and put them to work immediately.
Agent Interaction: Whether you've built your own or are using pre-configured agents, easily run and interact with them through our user-friendly interface.
Monitoring and Analytics: Keep track of your agents' performance and gain insights to continually improve your automation processes.
Read this guide to learn how to build your own custom blocks.
💽 AutoGPT Server
The AutoGPT Server is the powerhouse of our platform This is where your agents run. Once deployed, agents can be triggered by external sources and can operate continuously. It contains all the essential components that make AutoGPT run smoothly.
Source Code: The core logic that drives our agents and automation processes.
Infrastructure: Robust systems that ensure reliable and scalable performance.
Marketplace: A comprehensive marketplace where you can find and deploy a wide range of pre-built agents.
🐙 Example Agents
Here are two examples of what you can do with AutoGPT:
-
Generate Viral Videos from Trending Topics
- This agent reads topics on Reddit.
- It identifies trending topics.
- It then automatically creates a short-form video based on the content.
-
Identify Top Quotes from Videos for Social Media
- This agent subscribes to your YouTube channel.
- When you post a new video, it transcribes it.
- It uses AI to identify the most impactful quotes to generate a summary.
- Then, it writes a post to automatically publish to your social media.
These examples show just a glimpse of what you can achieve with AutoGPT! You can create customized workflows to build agents for any use case.
Mission and Licencing
Our mission is to provide the tools, so that you can focus on what matters:
- 🏗️ Building - Lay the foundation for something amazing.
- 🧪 Testing - Fine-tune your agent to perfection.
- 🤝 Delegating - Let AI work for you, and have your ideas come to life.
Be part of the revolution! AutoGPT is here to stay, at the forefront of AI innovation.
📖 Documentation | 🚀 Contributing
Licensing:
MIT License: The majority of the AutoGPT repository is under the MIT License.
Polyform Shield License: This license applies to the autogpt_platform folder.
For more information, see https://agpt.co/blog/introducing-the-autogpt-platform
🤖 AutoGPT Classic
Below is information about the classic version of AutoGPT.
🛠️ Build your own Agent - Quickstart
🏗️ Forge
Forge your own agent! – Forge is a ready-to-go toolkit to build your own agent application. It handles most of the boilerplate code, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from forge can also be used individually to speed up development and reduce boilerplate in your agent project.
🚀 Getting Started with Forge – This guide will walk you through the process of creating your own agent and using the benchmark and user interface.
📘 Learn More about Forge
🎯 Benchmark
Measure your agent's performance! The agbenchmark can be used with any agent that supports the agent protocol, and the integration with the project's CLI makes it even easier to use with AutoGPT and forge-based agents. The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.
📦 agbenchmark on Pypi
|
📘 Learn More about the Benchmark
💻 UI
Makes agents easy to use! The frontend gives you a user-friendly interface to control and monitor your agents. It connects to agents through the agent protocol, ensuring compatibility with many agents from both inside and outside of our ecosystem.
The frontend works out-of-the-box with all agents in the repo. Just use the CLI to run your agent of choice!
📘 Learn More about the Frontend
⌨️ CLI
To make it as easy as possible to use all of the tools offered by the repository, a CLI is included at the root of the repo:
$ ./run
Usage: cli.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
agent Commands to create, start and stop agents
benchmark Commands to start the benchmark and list tests and categories
setup Installs dependencies needed for your system.
Just clone the repo, install dependencies with ./run setup, and you should be good to go!
🤔 Questions? Problems? Suggestions?
Get help - Discord 💬
To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasn’t created an issue for the same topic.
🤝 Sister projects
🔄 Agent Protocol
To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the agent protocol standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.