Bumps the production-dependencies group with 18 updates in the /autogpt_platform/backend directory: | Package | From | To | | --- | --- | --- | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.49.0` | `0.51.0` | | [click](https://github.com/pallets/click) | `8.1.8` | `8.2.0` | | [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.1.1` | `1.5.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.166.0` | `2.169.0` | | [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) | `1.2.1` | `1.2.2` | | [groq](https://github.com/groq/groq-python) | `0.20.0` | `0.24.0` | | [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.10.0` | `9.11.0` | | [mem0ai](https://github.com/mem0ai/mem0) | `0.1.80` | `0.1.98` | | [ollama](https://github.com/ollama/ollama-python) | `0.4.7` | `0.4.8` | | [openai](https://github.com/openai/openai-python) | `1.70.0` | `1.78.1` | | [poetry](https://github.com/python-poetry/poetry) | `2.1.2` | `2.1.3` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.1` | `2.11.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.8.1` | `2.9.1` | | [replicate](https://github.com/replicate/replicate-python) | `1.0.4` | `1.0.6` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.25.1` | `2.28.0` | | [supabase](https://github.com/supabase/supabase-py) | `2.15.0` | `2.15.1` | | [tenacity](https://github.com/jd/tenacity) | `9.0.0` | `9.1.2` | | [uvicorn](https://github.com/encode/uvicorn) | `0.34.0` | `0.34.2` | Updates `anthropic` from 0.49.0 to 0.51.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-python/releases">anthropic's releases</a>.</em></p> <blockquote> <h2>v0.51.0</h2> <h2>0.51.0 (2025-05-07)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.50.0...v0.51.0">v0.50.0...v0.51.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> adds web search capabilities to the Claude API (<a href="bec0cf93c2">bec0cf9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pydantic v1:</strong> more robust ModelField.annotation check (<a href="c50f406767">c50f406</a>)</li> <li><strong>sockets:</strong> handle non-portable socket flags (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/935">#935</a>) (<a href="205c8dda37">205c8dd</a>)</li> </ul> <h3>Chores</h3> <ul> <li>broadly detect json family of content-type headers (<a href="66bbb3a668">66bbb3a</a>)</li> <li><strong>ci:</strong> only use depot for staging repos (<a href="c867a11af3">c867a11</a>)</li> <li><strong>ci:</strong> run on more branches and use depot runners (<a href="95f5f17be0">95f5f17</a>)</li> <li><strong>internal:</strong> add back missing custom modifications for Web Search (<a href="f43ba69d53">f43ba69</a>)</li> <li><strong>internal:</strong> minor formatting changes (<a href="8afef086af">8afef08</a>)</li> <li>use lazy imports for resources (<a href="704be817f4">704be81</a>)</li> </ul> <h2>v0.50.0</h2> <h2>0.50.0 (2025-04-22)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.49.0...v0.50.0">v0.49.0...v0.50.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> extract ContentBlockDelta events into their own schemas (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/920">#920</a>) (<a href="ae773d673a">ae773d6</a>)</li> <li><strong>api:</strong> manual updates (<a href="46ac1f8d1c">46ac1f8</a>)</li> <li><strong>api:</strong> manual updates (<a href="48d9739ad7">48d9739</a>)</li> <li><strong>api:</strong> manual updates (<a href="66e8cc3fb2">66e8cc3</a>)</li> <li><strong>api:</strong> manual updates (<a href="a74746e0df">a74746e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> ensure pip is always available (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/907">#907</a>) (<a href="36326871c1">3632687</a>)</li> <li><strong>ci:</strong> remove publishing patch (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/908">#908</a>) (<a href="cae032381b">cae0323</a>)</li> <li><strong>client:</strong> deduplicate stop reason type (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/913">#913</a>) (<a href="3ab0194550">3ab0194</a>)</li> <li><strong>client:</strong> send all configured auth headers (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/929">#929</a>) (<a href="9d2581e79f">9d2581e</a>)</li> <li><strong>perf:</strong> optimize some hot paths (<a href="cff76cb00b">cff76cb</a>)</li> <li><strong>perf:</strong> skip traversing types for NotGiven values (<a href="dadac7fa72">dadac7f</a>)</li> <li><strong>project:</strong> bump httpx minimum version to 0.25.0 (<a href="b554138c2f">b554138</a>), closes <a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/902">#902</a></li> <li><strong>types:</strong> handle more discriminated union shapes (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/906">#906</a>) (<a href="2fc179a4d2">2fc179a</a>)</li> <li><strong>vertex:</strong> explicitly include requests extra (<a href="2b1221b76b">2b1221b</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md">anthropic's changelog</a>.</em></p> <blockquote> <h2>0.51.0 (2025-05-07)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.50.0...v0.51.0">v0.50.0...v0.51.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> adds web search capabilities to the Claude API (<a href="bec0cf93c2">bec0cf9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pydantic v1:</strong> more robust ModelField.annotation check (<a href="c50f406767">c50f406</a>)</li> <li><strong>sockets:</strong> handle non-portable socket flags (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/935">#935</a>) (<a href="205c8dda37">205c8dd</a>)</li> </ul> <h3>Chores</h3> <ul> <li>broadly detect json family of content-type headers (<a href="66bbb3a668">66bbb3a</a>)</li> <li><strong>ci:</strong> only use depot for staging repos (<a href="c867a11af3">c867a11</a>)</li> <li><strong>ci:</strong> run on more branches and use depot runners (<a href="95f5f17be0">95f5f17</a>)</li> <li><strong>internal:</strong> add back missing custom modifications for Web Search (<a href="f43ba69d53">f43ba69</a>)</li> <li><strong>internal:</strong> minor formatting changes (<a href="8afef086af">8afef08</a>)</li> <li>use lazy imports for resources (<a href="704be817f4">704be81</a>)</li> </ul> <h2>0.50.0 (2025-04-22)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.49.0...v0.50.0">v0.49.0...v0.50.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> extract ContentBlockDelta events into their own schemas (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/920">#920</a>) (<a href="ae773d673a">ae773d6</a>)</li> <li><strong>api:</strong> manual updates (<a href="46ac1f8d1c">46ac1f8</a>)</li> <li><strong>api:</strong> manual updates (<a href="48d9739ad7">48d9739</a>)</li> <li><strong>api:</strong> manual updates (<a href="66e8cc3fb2">66e8cc3</a>)</li> <li><strong>api:</strong> manual updates (<a href="a74746e0df">a74746e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> ensure pip is always available (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/907">#907</a>) (<a href="36326871c1">3632687</a>)</li> <li><strong>ci:</strong> remove publishing patch (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/908">#908</a>) (<a href="cae032381b">cae0323</a>)</li> <li><strong>client:</strong> deduplicate stop reason type (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/913">#913</a>) (<a href="3ab0194550">3ab0194</a>)</li> <li><strong>client:</strong> send all configured auth headers (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/929">#929</a>) (<a href="9d2581e79f">9d2581e</a>)</li> <li><strong>perf:</strong> optimize some hot paths (<a href="cff76cb00b">cff76cb</a>)</li> <li><strong>perf:</strong> skip traversing types for NotGiven values (<a href="dadac7fa72">dadac7f</a>)</li> <li><strong>project:</strong> bump httpx minimum version to 0.25.0 (<a href="b554138c2f">b554138</a>), closes <a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/902">#902</a></li> <li><strong>types:</strong> handle more discriminated union shapes (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/906">#906</a>) (<a href="2fc179a4d2">2fc179a</a>)</li> <li><strong>vertex:</strong> explicitly include requests extra (<a href="2b1221b76b">2b1221b</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="e42451ab3f"><code>e42451a</code></a> release: 0.51.0</li> <li><a href="4c7f97f3ea"><code>4c7f97f</code></a> chore(internal): add back missing custom modifications for Web Search</li> <li><a href="2da00f26c5"><code>2da00f2</code></a> feat(api): adds web search capabilities to the Claude API</li> <li><a href="51fd796456"><code>51fd796</code></a> fix(sockets): handle non-portable socket flags (<a href="https://redirect.github.com/anthropics/anthropic-sdk-python/issues/935">#935</a>)</li> <li><a href="ac6cfee090"><code>ac6cfee</code></a> chore: use lazy imports for resources</li> <li><a href="215f5bbe56"><code>215f5bb</code></a> chore: broadly detect json family of content-type headers</li> <li><a href="bcaa8a582b"><code>bcaa8a5</code></a> chore(ci): only use depot for staging repos</li> <li><a href="a41e9c346a"><code>a41e9c3</code></a> chore(ci): run on more branches and use depot runners</li> <li><a href="bfebcd91c6"><code>bfebcd9</code></a> chore(internal): minor formatting changes</li> <li><a href="e3548ac1c5"><code>e3548ac</code></a> fix(pydantic v1): more robust ModelField.annotation check</li> <li>Additional commits viewable in <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.49.0...v0.51.0">compare view</a></li> </ul> </details> <br /> Updates `click` from 8.1.8 to 8.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/releases">click's releases</a>.</em></p> <blockquote> <h2>8.2.0</h2> <p>This is the Click 8.2.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecation, or introduce potentially breaking changes.</p> <p>We encourage everyone to upgrade. You can read more about our <a href="https://palletsprojects.com/versions">Version Support Policy</a> on our website.</p> <p>PyPI: <a href="https://pypi.org/project/click/8.2.0/">https://pypi.org/project/click/8.2.0/</a> Changes: <a href="https://click.palletsprojects.com/en/stable/changes/">https://click.palletsprojects.com/en/stable/changes/</a> Milestone <a href="https://github.com/pallets/click/milestone/15">https://github.com/pallets/click/milestone/15</a></p> <ul> <li>Drop support for Python 3.7, 3.8,and 3.9. <a href="https://redirect.github.com/pallets/click/issues/2588">#2588</a>, <a href="https://redirect.github.com/pallets/click/issues/2893">#2893</a></li> <li>Use modern packaging metadata with <code>pyproject.toml</code> instead of <code>setup.cfg</code>. <a href="https://redirect.github.com/pallets/click/issues/2438">#2438</a></li> <li>Use <code>flit_core</code> instead of <code>setuptools</code> as build backend. <a href="https://redirect.github.com/pallets/click/issues/2543">#2543</a></li> <li>Deprecate the <code>__version__</code> attribute. Use feature detection, or <code>importlib.metadata.version("click")</code>, instead. <a href="https://redirect.github.com/pallets/click/issues/2598">#2598</a></li> <li><code>BaseCommand</code> is deprecated. <code>Command</code> is the base class for all commands. <a href="https://redirect.github.com/pallets/click/issues/2589">#2589</a></li> <li><code>MultiCommand</code> is deprecated. <code>Group</code> is the base class for all group commands. <a href="https://redirect.github.com/pallets/click/issues/2590">#2590</a></li> <li>The current parser and related classes and methods, are deprecated. <a href="https://redirect.github.com/pallets/click/issues/2205">#2205</a> <ul> <li><code>OptionParser</code> and the <code>parser</code> module, which is a modified copy of <code>optparse</code> in the standard library.</li> <li><code>Context.protected_args</code> is unneeded. <code>Context.args</code> contains any remaining arguments while parsing.</li> <li><code>Parameter.add_to_parser</code> (on both <code>Argument</code> and <code>Option</code>) is unneeded. Parsing works directly without building a separate parser.</li> <li><code>split_arg_string</code> is moved from <code>parser</code> to <code>shell_completion</code>.</li> </ul> </li> <li>Enable deferred evaluation of annotations with <code>from __future__ import annotations</code>. <a href="https://redirect.github.com/pallets/click/issues/2270">#2270</a></li> <li>When generating a command's name from a decorated function's name, the suffixes <code>_command</code>, <code>_cmd</code>, <code>_group</code>, and <code>_grp</code> are removed. <a href="https://redirect.github.com/pallets/click/issues/2322">#2322</a></li> <li>Show the <code>types.ParamType.name</code> for <code>types.Choice</code> options within <code>--help</code> message if <code>show_choices=False</code> is specified. <a href="https://redirect.github.com/pallets/click/issues/2356">#2356</a></li> <li>Do not display default values in prompts when <code>Option.show_default</code> is <code>False</code>. <a href="https://redirect.github.com/pallets/click/issues/2509">#2509</a></li> <li>Add <code>get_help_extra</code> method on <code>Option</code> to fetch the generated extra items used in <code>get_help_record</code> to render help text. <a href="https://redirect.github.com/pallets/click/issues/2516">#2516</a> <a href="https://redirect.github.com/pallets/click/issues/2517">#2517</a></li> <li>Keep stdout and stderr streams independent in <code>CliRunner</code>. Always collect stderr output and never raise an exception. Add a new output stream to simulate what the user sees in its terminal. Removes the <code>mix_stderr</code> parameter in <code>CliRunner</code>. <a href="https://redirect.github.com/pallets/click/issues/2522">#2522</a> <a href="https://redirect.github.com/pallets/click/issues/2523">#2523</a></li> <li><code>Option.show_envvar</code> now also shows environment variable in error messages. <a href="https://redirect.github.com/pallets/click/issues/2695">#2695</a> <a href="https://redirect.github.com/pallets/click/issues/2696">#2696</a></li> <li><code>Context.close</code> will be called on exit. This results in all <code>Context.call_on_close</code> callbacks and context managers added via <code>Context.with_resource</code> to be closed on exit as well. <a href="https://redirect.github.com/pallets/click/issues/2680">#2680</a></li> <li>Add <code>ProgressBar(hidden: bool)</code> to allow hiding the progressbar. <a href="https://redirect.github.com/pallets/click/issues/2609">#2609</a></li> <li>A <code>UserWarning</code> will be shown when multiple parameters attempt to use the same name. <a href="https://redirect.github.com/pallets/click/issues/2396">#2396</a></li> <li>When using <code>Option.envvar</code> with <code>Option.flag_value</code>, the <code>flag_value</code> will always be used instead of the value of the environment variable. <a href="https://redirect.github.com/pallets/click/issues/2746">#2746</a> <a href="https://redirect.github.com/pallets/click/issues/2788">#2788</a></li> <li>Add <code>Choice.get_invalid_choice_message</code> method for customizing the invalid choice message. <a href="https://redirect.github.com/pallets/click/issues/2621">#2621</a> <a href="https://redirect.github.com/pallets/click/issues/2622">#2622</a></li> <li>If help is shown because <code>no_args_is_help</code> is enabled (defaults to <code>True</code> for groups, <code>False</code> for commands), the exit code is 2 instead of 0. <a href="https://redirect.github.com/pallets/click/issues/1489">#1489</a> <a href="https://redirect.github.com/pallets/click/issues/1489">#1489</a></li> <li>Contexts created during shell completion are closed properly, fixing a <code>ResourceWarning</code> when using <code>click.File</code>. <a href="https://redirect.github.com/pallets/click/issues/2644">#2644</a> <a href="https://redirect.github.com/pallets/click/issues/2800">#2800</a> <a href="https://redirect.github.com/pallets/click/issues/2767">#2767</a></li> <li><code>click.edit(filename)</code> now supports passing an iterable of filenames in case the editor supports editing multiple files at once. Its return type is now also typed: <code>AnyStr</code> if <code>text</code> is passed, otherwise <code>None</code>. <a href="https://redirect.github.com/pallets/click/issues/2067">#2067</a> <a href="https://redirect.github.com/pallets/click/issues/2068">#2068</a></li> <li>Specialized typing of <code>progressbar(length=...)</code> as <code>ProgressBar[int]</code>. <a href="https://redirect.github.com/pallets/click/issues/2630">#2630</a></li> <li>Improve <code>echo_via_pager</code> behaviour in face of errors. <a href="https://redirect.github.com/pallets/click/issues/2674">#2674</a> <ul> <li>Terminate the pager in case a generator passed to <code>echo_via_pager</code> raises an exception.</li> <li>Ensure to always close the pipe to the pager process and wait for it to terminate.</li> <li><code>echo_via_pager</code> will not ignore <code>KeyboardInterrupt</code> anymore. This allows the user to search for future output of the generator when using less and then aborting the program using ctrl-c.</li> </ul> </li> <li><code>deprecated: bool | str</code> can now be used on options and arguments. This previously was only available for <code>Command</code>. The message can now also be customised by using a <code>str</code> instead of a <code>bool</code>. <a href="https://redirect.github.com/pallets/click/issues/2263">#2263</a> <a href="https://redirect.github.com/pallets/click/issues/2271">#2271</a> <ul> <li><code>Command.deprecated</code> formatting in <code>--help</code> changed from <code>(Deprecated) help</code> to <code>help (DEPRECATED)</code>.</li> <li>Parameters cannot be required nor prompted or an error is raised.</li> <li>A warning will be printed when something deprecated is used.</li> </ul> </li> <li>Add a <code>catch_exceptions</code> parameter to <code>CliRunner</code>. If <code>catch_exceptions</code> is not passed to <code>CliRunner.invoke</code>, the value from <code>CliRunner</code> is used. <a href="https://redirect.github.com/pallets/click/issues/2817">#2817</a> <a href="https://redirect.github.com/pallets/click/issues/2818">#2818</a></li> <li><code>Option.flag_value</code> will no longer have a default value set based on <code>Option.default</code> if <code>Option.is_flag</code> is <code>False</code>. This results in <code>Option.default</code> not needing to implement <code>__bool__</code>. <a href="https://redirect.github.com/pallets/click/issues/2829">#2829</a></li> <li>Incorrect <code>click.edit</code> typing has been corrected. <a href="https://redirect.github.com/pallets/click/issues/2804">#2804</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/blob/main/CHANGES.rst">click's changelog</a>.</em></p> <blockquote> <h2>Version 8.2.0</h2> <p>Released 2025-05-10</p> <ul> <li> <p>Drop support for Python 3.7, 3.8, and 3.9. :pr:<code>2588</code> :pr:<code>2893</code></p> </li> <li> <p>Use modern packaging metadata with <code>pyproject.toml</code> instead of <code>setup.cfg</code>. :pr:<code>2438</code></p> </li> <li> <p>Use <code>flit_core</code> instead of <code>setuptools</code> as build backend. :pr:<code>2543</code></p> </li> <li> <p>Deprecate the <code>__version__</code> attribute. Use feature detection, or <code>importlib.metadata.version("click")</code>, instead. :issue:<code>2598</code></p> </li> <li> <p><code>BaseCommand</code> is deprecated. <code>Command</code> is the base class for all commands. :issue:<code>2589</code></p> </li> <li> <p><code>MultiCommand</code> is deprecated. <code>Group</code> is the base class for all group commands. :issue:<code>2590</code></p> </li> <li> <p>The current parser and related classes and methods, are deprecated. :issue:<code>2205</code></p> <ul> <li><code>OptionParser</code> and the <code>parser</code> module, which is a modified copy of <code>optparse</code> in the standard library.</li> <li><code>Context.protected_args</code> is unneeded. <code>Context.args</code> contains any remaining arguments while parsing.</li> <li><code>Parameter.add_to_parser</code> (on both <code>Argument</code> and <code>Option</code>) is unneeded. Parsing works directly without building a separate parser.</li> <li><code>split_arg_string</code> is moved from <code>parser</code> to <code>shell_completion</code>.</li> </ul> </li> <li> <p>Enable deferred evaluation of annotations with <code>from __future__ import annotations</code>. :pr:<code>2270</code></p> </li> <li> <p>When generating a command's name from a decorated function's name, the suffixes <code>_command</code>, <code>_cmd</code>, <code>_group</code>, and <code>_grp</code> are removed. :issue:<code>2322</code></p> </li> <li> <p>Show the <code>types.ParamType.name</code> for <code>types.Choice</code> options within <code>--help</code> message if <code>show_choices=False</code> is specified. :issue:<code>2356</code></p> </li> <li> <p>Do not display default values in prompts when <code>Option.show_default</code> is <code>False</code>. :pr:<code>2509</code></p> </li> <li> <p>Add <code>get_help_extra</code> method on <code>Option</code> to fetch the generated extra items used in <code>get_help_record</code> to render help text. :issue:<code>2516</code> :pr:<code>2517</code></p> </li> <li> <p>Keep stdout and stderr streams independent in <code>CliRunner</code>. Always collect stderr output and never raise an exception. Add a new output stream to simulate what the user sees in its terminal. Removes the <code>mix_stderr</code> parameter in <code>CliRunner</code>. :issue:<code>2522</code> :pr:<code>2523</code></p> </li> <li> <p><code>Option.show_envvar</code> now also shows environment variable in error messages. :issue:<code>2695</code> :pr:<code>2696</code></p> </li> <li> <p><code>Context.close</code> will be called on exit. This results in all <code>Context.call_on_close</code> callbacks and context managers added via <code>Context.with_resource</code> to be closed on exit as well. :pr:<code>2680</code></p> </li> <li> <p>Add <code>ProgressBar(hidden: bool)</code> to allow hiding the progressbar. :issue:<code>2609</code></p> </li> <li> <p>A <code>UserWarning</code> will be shown when multiple parameters attempt to use the</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="219206a186"><code>219206a</code></a> release version 8.2.0</li> <li><a href="498f882604"><code>498f882</code></a> drop end of life python versions (<a href="https://redirect.github.com/pallets/click/issues/2893">#2893</a>)</li> <li><a href="ba770cbc96"><code>ba770cb</code></a> drop end of life python versions</li> <li><a href="f14b75063f"><code>f14b750</code></a> update dev dependencies</li> <li><a href="9982faee85"><code>9982fae</code></a> Update CHANGES.rst</li> <li><a href="7318f5f11b"><code>7318f5f</code></a> Update CHANGES.rst</li> <li><a href="b7c0ab471c"><code>b7c0ab4</code></a> Merge <code>stable</code> into <code>main</code>; Release 8.2.0 (<a href="https://redirect.github.com/pallets/click/issues/2873">#2873</a>)</li> <li><a href="c9b96fe08d"><code>c9b96fe</code></a> Merge branch 'main' into main</li> <li><a href="ab21233fc8"><code>ab21233</code></a> Rewrite second half of options docs (<a href="https://redirect.github.com/pallets/click/issues/2848">#2848</a>)</li> <li><a href="8c89a14362"><code>8c89a14</code></a> Merge branch 'main' into options_docs_2</li> <li>Additional commits viewable in <a href="https://github.com/pallets/click/compare/8.1.8...8.2.0">compare view</a></li> </ul> </details> <br /> Updates `e2b-code-interpreter` from 1.1.1 to 1.5.0 <details> <summary>Commits</summary> <ul> <li><a href="c590c09188"><code>c590c09</code></a> Bump e2b core to 1.4.0 (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/101">#101</a>)</li> <li><a href="0ba58b4a97"><code>0ba58b4</code></a> vitest: continue after failing test (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/100">#100</a>)</li> <li><a href="e80eb185dd"><code>e80eb18</code></a> added ts-kernel tests (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/99">#99</a>)</li> <li><a href="8251c2fb3c"><code>8251c2f</code></a> [skip ci] Release new versions</li> <li><a href="95163ce294"><code>95163ce</code></a> Added TypeScript support to the code interpreter (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/91">#91</a>)</li> <li><a href="120d097e24"><code>120d097</code></a> [skip ci] Release new versions</li> <li><a href="9f9a423e45"><code>9f9a423</code></a> Updated template with SWC compiler for TypeScript (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/97">#97</a>)</li> <li><a href="3be5d224f8"><code>3be5d22</code></a> [skip ci] Release new versions</li> <li><a href="2ee6ffb9aa"><code>2ee6ffb</code></a> Update JS SDK target to es2017 (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/96">#96</a>)</li> <li><a href="2bfcfbb615"><code>2bfcfbb</code></a> Security patches (<a href="https://redirect.github.com/e2b-dev/code-interpreter/issues/95">#95</a>)</li> <li>Additional commits viewable in <a href="https://github.com/e2b-dev/code-interpreter/compare/@e2b/code-interpreter@1.1.1...@e2b/code-interpreter@1.5.0">compare view</a></li> </ul> </details> <br /> Updates `google-api-python-client` from 2.166.0 to 2.169.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-python-client/releases">google-api-python-client's releases</a>.</em></p> <blockquote> <h2>v2.169.0</h2> <h2><a href="https://github.com/googleapis/google-api-python-client/compare/v2.168.0...v2.169.0">2.169.0</a> (2025-04-29)</h2> <h3>Features</h3> <ul> <li><strong>aiplatform:</strong> Update the api <a href="6ccd7f5371</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>artifactregistry:</strong> Update the api <a href="ac6477013f</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>blockchainnodeengine:</strong> Update the api <a href="4b1c7d2466</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>cloudchannel:</strong> Update the api <a href="5e15d858dd</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>cloudresourcemanager:</strong> Update the api <a href="94d98b6e6a</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>connectors:</strong> Update the api <a href="a456e2ceaf</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>dataflow:</strong> Update the api <a href="ea28e0289e</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>dataform:</strong> Update the api <a href="35990c2ffd</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>datamigration:</strong> Update the api <a href="d9218bd460</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>dataplex:</strong> Update the api <a href="6df52e86e8</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>dialogflow:</strong> Update the api <a href="bb0b59eedc</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>discoveryengine:</strong> Update the api <a href="5af62dfdcf</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>displayvideo:</strong> Update the api <a href="67effcf14b</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>documentai:</strong> Update the api <a href="fadb34b1a6</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>drive:</strong> Update the api <a href="7d2063f757</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>file:</strong> Update the api <a href="a820c78341</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>firebaseml:</strong> Update the api <a href="e45e9b0fc2</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>gkehub:</strong> Update the api <a href="3c38499a90</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>iamcredentials:</strong> Update the api <a href="c59ac8442a</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>integrations:</strong> Update the api <a href="fa57493279</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>merchantapi:</strong> Update the api <a href="8e00992fb2</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>networkconnectivity:</strong> Update the api <a href="b3c8df3478</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>networkmanagement:</strong> Update the api <a href="62a2c6a476</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>networksecurity:</strong> Update the api <a href="39706e9fd8</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>oracledatabase:</strong> Update the api <a href="6678c3beeb</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>orgpolicy:</strong> Update the api <a href="d1244740ed</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>sheets:</strong> Update the api <a href="8b09804195</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>sqladmin:</strong> Update the api <a href="900e43c86d</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>tpu:</strong> Update the api <a href="183d48eb24</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>translate:</strong> Update the api <a href="c230f82427</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>vpcaccess:</strong> Update the api <a href="cae086c59a</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>youtube:</strong> Update the api <a href="d0b32ba5ba</a> (<a href="14bd22993e">14bd229</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>admin:</strong> Update the api <a href="82e6e7d206</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>cloudbuild:</strong> Update the api <a href="009d14e0bd</a> (<a href="14bd22993e">14bd229</a>)</li> <li><strong>storage:</strong> Update the api <a href="e70b2a8745</a> (<a href="14bd22993e">14bd229</a>)</li> </ul> <h2>v2.168.0</h2> <h2><a href="https://github.com/googleapis/google-api-python-client/compare/v2.167.0...v2.168.0">2.168.0</a> (2025-04-22)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="bece3b3b3a"><code>bece3b3</code></a> chore(main): release 2.169.0 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2600">#2600</a>)</li> <li><a href="14bd22993e"><code>14bd229</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2599">#2599</a>)</li> <li><a href="ac22e7ce69"><code>ac22e7c</code></a> chore(main): release 2.168.0 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2595">#2595</a>)</li> <li><a href="27e0dff489"><code>27e0dff</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2597">#2597</a>)</li> <li><a href="e2aaf41f7e"><code>e2aaf41</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2596">#2596</a>)</li> <li><a href="607bd3d516"><code>607bd3d</code></a> fix: remove setup.cfg configuration for creating universal wheels (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2580">#2580</a>)</li> <li><a href="236c82dc14"><code>236c82d</code></a> chore(main): release 2.167.0 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2591">#2591</a>)</li> <li><a href="139f58fb30"><code>139f58f</code></a> fix: explicitly declare support for Python 3.13 (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2593">#2593</a>)</li> <li><a href="f84e041b4b"><code>f84e041</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2594">#2594</a>)</li> <li><a href="a9db82a60a"><code>a9db82a</code></a> chore: Update discovery artifacts (<a href="https://redirect.github.com/googleapis/google-api-python-client/issues/2590">#2590</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-python-client/compare/v2.166.0...v2.169.0">compare view</a></li> </ul> </details> <br /> Updates `google-auth-oauthlib` from 1.2.1 to 1.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases">google-auth-oauthlib's releases</a>.</em></p> <blockquote> <h2>v1.2.2</h2> <h2><a href="https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.1...v1.2.2">1.2.2</a> (2025-04-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not include docs/conf.py & scripts in wheel (<a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/328">#328</a>) (<a href="78940dfce4">78940df</a>)</li> <li>Let OS select an available port when running TestInstalledAppFlow (<a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/407">#407</a>) (<a href="6060d65626">6060d65</a>), closes <a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/381">#381</a></li> <li>Remove setup.cfg configuration for creating universal wheels (<a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/405">#405</a>) (<a href="0b962ed5aa">0b962ed</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md">google-auth-oauthlib's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.1...v1.2.2">1.2.2</a> (2025-04-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not include docs/conf.py & scripts in wheel (<a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/328">#328</a>) (<a href="78940dfce4">78940df</a>)</li> <li>Let OS select an available port when running TestInstalledAppFlow (<a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/407">#407</a>) (<a href="6060d65626">6060d65</a>), closes <a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/381">#381</a></li> <li>Remove setup.cfg configuration for creating universal wheels (<a href="https://redirect.github.com/googleapis/google-auth-library-python-oauthlib/issues/405">#405</a>) (<a href="0b962ed5aa">0b962ed</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="cc29cc3c37"><code>cc29cc3</code></a> chore(main): release 1.2.2 (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/368">#368</a>)</li> <li><a href="6060d65626"><code>6060d65</code></a> fix: Let OS select an available port when running TestInstalledAppFlow (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/407">#407</a>)</li> <li><a href="0b962ed5aa"><code>0b962ed</code></a> fix: remove setup.cfg configuration for creating universal wheels (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/405">#405</a>)</li> <li><a href="dedc58a521"><code>dedc58a</code></a> chore: remove unused files (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/402">#402</a>)</li> <li><a href="63442e94fd"><code>63442e9</code></a> chore(python): conditionally load credentials in .kokoro/build.sh (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/398">#398</a>)</li> <li><a href="9a1dfab8e9"><code>9a1dfab</code></a> chore: check if port is in use before returning the port to start a new serve...</li> <li><a href="9c3861009e"><code>9c38610</code></a> chore: Reduce prioirty of flaky tests (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/390">#390</a>)</li> <li><a href="780f6a6cae"><code>780f6a6</code></a> chore(python): Update the python version in docs presubmit to use 3.10 (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/387">#387</a>)</li> <li><a href="2a561a6975"><code>2a561a6</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/382">#382</a>)</li> <li><a href="c220b451d1"><code>c220b45</code></a> chore(python): update dependencies in .kokoro/docker/docs (<a href="https://redirect.github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/issues/380">#380</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v1.2.1...v1.2.2">compare view</a></li> </ul> </details> <br /> Updates `groq` from 0.20.0 to 0.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/groq/groq-python/releases">groq's releases</a>.</em></p> <blockquote> <h2>v0.24.0</h2> <h2>0.24.0 (2025-05-02)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.23.1...v0.24.0">v0.23.1...v0.24.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="e65ff4d299">e65ff4d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add include/exclude_domains to all chat completions overloads (<a href="7616f4b2e9">7616f4b</a>)</li> </ul> <h2>v0.23.1</h2> <h2>0.23.1 (2025-04-24)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.23.0...v0.23.1">v0.23.0...v0.23.1</a></p> <h3>Bug Fixes</h3> <ul> <li>add executed_tools to streaming choicedelta (<a href="fb26fbcd0b">fb26fbc</a>)</li> <li><strong>pydantic v1:</strong> more robust ModelField.annotation check (<a href="40aaee2cd7">40aaee2</a>)</li> </ul> <h3>Chores</h3> <ul> <li>broadly detect json family of content-type headers (<a href="2411533949">2411533</a>)</li> <li><strong>ci:</strong> add timeout thresholds for CI jobs (<a href="aae461436e">aae4614</a>)</li> <li><strong>ci:</strong> only use depot for staging repos (<a href="b6d1b47c1c">b6d1b47</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="1da64f5c78">1da64f5</a>)</li> <li><strong>internal:</strong> fix list file params (<a href="a9b18debf8">a9b18de</a>)</li> <li><strong>internal:</strong> import reformatting (<a href="5068736832">5068736</a>)</li> <li><strong>internal:</strong> minor formatting changes (<a href="bc26d603a5">bc26d60</a>)</li> <li><strong>internal:</strong> refactor retries to not use recursion (<a href="488b9fe0a8">488b9fe</a>)</li> </ul> <h2>v0.23.0</h2> <h2>0.23.0 (2025-04-22)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.22.0...v0.23.0">v0.22.0...v0.23.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="f5cbd0148e">f5cbd01</a>)</li> <li><strong>api:</strong> api update (<a href="e7c5514b3e">e7c5514</a>)</li> <li><strong>api:</strong> api update (<a href="9d5b7c8ba4">9d5b7c8</a>)</li> <li><strong>api:</strong> api update (<a href="73357e15c4">73357e1</a>)</li> <li><strong>api:</strong> api update (<a href="b1d6697301">b1d6697</a>)</li> <li><strong>api:</strong> api update (<a href="98ef30efd2">98ef30e</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/groq/groq-python/blob/main/CHANGELOG.md">groq's changelog</a>.</em></p> <blockquote> <h2>0.24.0 (2025-05-02)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.23.1...v0.24.0">v0.23.1...v0.24.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="e65ff4d299">e65ff4d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add include/exclude_domains to all chat completions overloads (<a href="7616f4b2e9">7616f4b</a>)</li> </ul> <h2>0.23.1 (2025-04-24)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.23.0...v0.23.1">v0.23.0...v0.23.1</a></p> <h3>Bug Fixes</h3> <ul> <li>add executed_tools to streaming choicedelta (<a href="fb26fbcd0b">fb26fbc</a>)</li> <li><strong>pydantic v1:</strong> more robust ModelField.annotation check (<a href="40aaee2cd7">40aaee2</a>)</li> </ul> <h3>Chores</h3> <ul> <li>broadly detect json family of content-type headers (<a href="2411533949">2411533</a>)</li> <li><strong>ci:</strong> add timeout thresholds for CI jobs (<a href="aae461436e">aae4614</a>)</li> <li><strong>ci:</strong> only use depot for staging repos (<a href="b6d1b47c1c">b6d1b47</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="1da64f5c78">1da64f5</a>)</li> <li><strong>internal:</strong> fix list file params (<a href="a9b18debf8">a9b18de</a>)</li> <li><strong>internal:</strong> import reformatting (<a href="5068736832">5068736</a>)</li> <li><strong>internal:</strong> minor formatting changes (<a href="bc26d603a5">bc26d60</a>)</li> <li><strong>internal:</strong> refactor retries to not use recursion (<a href="488b9fe0a8">488b9fe</a>)</li> </ul> <h2>0.23.0 (2025-04-22)</h2> <p>Full Changelog: <a href="https://github.com/groq/groq-python/compare/v0.22.0...v0.23.0">v0.22.0...v0.23.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="f5cbd0148e">f5cbd01</a>)</li> <li><strong>api:</strong> api update (<a href="e7c5514b3e">e7c5514</a>)</li> <li><strong>api:</strong> api update (<a href="9d5b7c8ba4">9d5b7c8</a>)</li> <li><strong>api:</strong> api update (<a href="73357e15c4">73357e1</a>)</li> <li><strong>api:</strong> api update (<a href="b1d6697301">b1d6697</a>)</li> <li><strong>api:</strong> api update (<a href="98ef30efd2">98ef30e</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="e1280b2c3e"><code>e1280b2</code></a> release: 0.24.0 (<a href="https://redirect.github.com/groq/groq-python/issues/240">#240</a>)</li> <li><a href="ab7fe20db7"><code>ab7fe20</code></a> release: 0.23.1 (<a href="https://redirect.github.com/groq/groq-python/issues/239">#239</a>)</li> <li><a href="https://github.com/groq/groq-python/commit/f3d1ea0... _Description has been truncated_ --------- 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.