Commit Graph

  • 22d997d088 Merge pull request #1 from dschonholtz/master Douglas Schonholtz 2023-04-17 19:07:49 -04:00
  • 31900f6733 Merge remote-tracking branch 'upstream/master' bingokon 2023-04-18 00:01:58 +01:00
  • 67846bad21 Merge pull request #2192 from merwanehamadi/feature/change-flake-config BillSchumacher 2023-04-17 17:28:12 -05:00
  • 59ff485253 Prompt engineering fixes douglas 2023-04-17 18:14:09 -04:00
  • 7f4e38844f adding openai plugin loader Evgeny Vakhteev 2023-04-17 14:57:55 -07:00
  • 7212c3876d Cleanup douglas 2023-04-17 17:34:45 -04:00
  • 89081d942c First commit for AutoGPT Benchmarks douglas 2023-04-17 17:22:31 -04:00
  • da65bc3f68 black Merwane Hamadi 2023-04-17 13:47:38 -07:00
  • cf9a94a8b6 isort implemented Merwane Hamadi 2023-04-17 13:41:42 -07:00
  • 9577468f0c remove isort Merwane Hamadi 2023-04-17 12:51:30 -07:00
  • 3134beb983 Configure isort settings in pyproject.toml and remove tool.setuptools Merwane Hamadi 2023-04-17 12:51:12 -07:00
  • 254cd69748 Update CI workflow to use flake8, black, and isort formatting checks Merwane Hamadi 2023-04-17 12:50:21 -07:00
  • 2f4ef3ba6a Update pre-commit hooks with isort, black, and local pytest-check Merwane Hamadi 2023-04-17 12:49:56 -07:00
  • 9705f60dd3 'Refactored by Sourcery' Sourcery AI 2023-04-17 19:44:54 +00:00
  • 9cb1555ade Merge pull request #2193 from Lootheo/betterparsing Richard Beales 2023-04-17 20:43:25 +01:00
  • ea67b6772c 🐛 Minor type fixes Taylor Beeston 2023-04-17 12:42:17 -07:00
  • f784049079 🏷️ Type plugins field in config Taylor Beeston 2023-04-17 12:41:34 -07:00
  • d23ada30d7 🐛 Fix on_planning Taylor Beeston 2023-04-17 12:41:17 -07:00
  • dea5000a01 🐛 Fix pre_instruction Taylor Beeston 2023-04-17 12:40:46 -07:00
  • 239aa3aa02 🎨 Bring in plugin_template Taylor Beeston 2023-04-17 12:38:46 -07:00
  • 75baa11e81 Merge pull request #2227 from Tmpecho/patch-1 Richard Beales 2023-04-17 20:30:21 +01:00
  • e40d6f3314 Merge pull request #2050 from tzengyuxio/master Richard Beales 2023-04-17 20:23:35 +01:00
  • e849e4ff0b Merge pull request #1836 from cs0lar/fix/weaviate_index_to_classname Richard Beales 2023-04-17 20:21:39 +01:00
  • 6222b2d542 Merge pull request #1474 from bszollosinagy/allow_easy_setup Richard Beales 2023-04-17 20:18:21 +01:00
  • 9c062b44aa Added return type hint to functions Tmpecho 2023-04-17 20:46:47 +02:00
  • cd587bc406 Merge pull request #2096 from cryptidv/fix-linux-selenium Richard Beales 2023-04-17 19:37:16 +01:00
  • 935481c4b5 Merge pull request #2093 from lengweiping1983/master Richard Beales 2023-04-17 19:32:18 +01:00
  • d063436b0a Merge pull request #2176 from hamidzr/patch-1 Richard Beales 2023-04-17 19:26:04 +01:00
  • 3f0b84eb7b Merge pull request #2183 from aminghani/fix-bug-imoprt123 Richard Beales 2023-04-17 19:22:20 +01:00
  • 64e05778ef Merge pull request #1987 from cryptidv/fix-oai-error-msgs BillSchumacher 2023-04-17 12:47:28 -05:00
  • 6cbf00df60 Merge pull request #2217 from Pwuts/patch-3 BillSchumacher 2023-04-17 12:21:51 -05:00
  • 3b37c89d88 fix(pr-label): concurrency group cannot be empty Reinier van der Leer 2023-04-17 19:15:20 +02:00
  • d4b74661aa Merge pull request #2168 from H-jj-R/master Richard Beales 2023-04-17 18:02:09 +01:00
  • ee224c395e Merge pull request #2172 from Funkelfetisch/patch-1 Richard Beales 2023-04-17 17:57:57 +01:00
  • 9dea8b1f66 Merge pull request #2105 from gabrielrbarbosa/fix-brian-tts-speech-exception Richard Beales 2023-04-17 17:46:21 +01:00
  • efc7b4deb6 Merge pull request #2024 from deece/master Richard Beales 2023-04-17 17:43:01 +01:00
  • e6ef12d313 Merge pull request #2153 from bobvanluijt/patch-2 Richard Beales 2023-04-17 17:41:32 +01:00
  • a5506abdad Merge pull request #2137 from suzuken/config-fix-openai-link Richard Beales 2023-04-17 17:40:48 +01:00
  • cf2c3fde41 Merge pull request #2132 from mawsyh/master Richard Beales 2023-04-17 17:39:58 +01:00
  • ed89d9f801 Merge pull request #2129 from XFFXFF/fix_missing_import Richard Beales 2023-04-17 17:39:08 +01:00
  • 2bb0ecf497 Merge pull request #2203 from Pwuts/patch-2 Richard Beales 2023-04-17 17:35:04 +01:00
  • 08ad320d19 moving load plugins into plugins from main, adding tests Evgeny Vakhteev 2023-04-17 09:33:01 -07:00
  • ef7b417105 fix(pr-label): mitigate excessive concurrent runs Reinier van der Leer 2023-04-17 18:11:34 +02:00
  • f2baa0872b config.py format jingxing 2023-04-17 14:24:10 +08:00
  • 8637b8b61b whitespace Steve Byerly 2023-04-17 02:30:24 +00:00
  • 6ac9ce614a whitespace Steve Byerly 2023-04-17 02:29:51 +00:00
  • bd670b4db3 whitespace Steve Byerly 2023-04-17 02:24:14 +00:00
  • def96ffe2f fix split file Steve Byerly 2023-04-17 02:06:46 +00:00
  • 6b64158356 Unbound summary size Tom Kaitchuck 2023-04-16 01:53:24 -07:00
  • 23e7031326 install chrome/firefox for headless browing when running in docker container jimmycliff obonyo 2023-04-16 00:37:50 +03:00
  • a2a6f84f13 internal resource request bug REal0day 2023-04-16 15:14:54 -05:00
  • 316f37bfce Merge pull request #2198 from Pwuts/patch-1 BillSchumacher 2023-04-17 10:51:02 -05:00
  • e7c3ff9b9e fix(pr-label): set job permissions explicitly Reinier van der Leer 2023-04-17 17:47:58 +02:00
  • baf31e69e5 Use python:3-alpine image for code execution (#1192) rickythefox 2023-04-17 17:45:23 +02:00
  • 7fd55fa2f4 Merge pull request #2195 from Pwuts/patch-1 BillSchumacher 2023-04-17 10:36:53 -05:00
  • 35106ef662 feat(pr-labels): auto-label conflicting PRs Reinier van der Leer 2023-04-17 17:33:50 +02:00
  • d4860fe9f0 Don't incapacitate yourself! (#1240) lfricken 2023-04-17 10:27:53 -05:00
  • d47466ddf9 Add Nix flakes support through direnv superherointj 2023-04-12 15:48:46 -03:00
  • 57ee84437b changed break for continue Manuel Otheo 2023-04-17 09:20:52 -06:00
  • 286edbbb8c changed rstrip for strip and added case for empty string Manuel Otheo 2023-04-17 09:17:07 -06:00
  • 00ba50bcb4 Merge branch 'Significant-Gravitas:master' into master lengweiping1983 2023-04-17 23:04:40 +08:00
  • 1d49b87e48 added missing import Acer 2023-04-17 18:34:11 +04:30
  • 6700ac94fa docs: update docs Hamid Zare 2023-04-17 09:28:32 -04:00
  • 10b2458f58 Update .env.template NEBULITE Berlin 2023-04-17 14:50:28 +02:00
  • 2c55ff0b3d Update web_selenium.py EH 2023-04-17 15:43:14 +03:00
  • 9887016bdf Move under chrome Eesa Hamza 2023-04-17 15:39:04 +03:00
  • a0b0a4cec5 Merge remote-tracking branch 'origin/master' H-jj-R 2023-04-17 13:26:18 +01:00
  • 8dadf79614 Spelling fixes H-jj-R 2023-04-17 13:25:49 +01:00
  • 10cd0f3362 Add the OpenAI API Keys Configuration to the top of the readme Eesa Hamza 2023-04-17 07:32:40 +03:00
  • d82ca101de Resolved merge conflict: Deleted autogpt/json_fixes/auto_fix.py as in HEAD BingokoN 2023-04-17 12:25:55 +01:00
  • 0d2e196368 refactoring/splitting the json fix functions into general module and llm module which need AI's assistance. BingokoN 2023-04-17 12:14:43 +01:00
  • 125f0ba61a Update README.md with Weaviate installation and reference Bob van Luijt 2023-04-17 12:46:27 +02:00
  • 74a8b5d832 config.py: update OpenAI link suzuken 2023-04-17 18:15:49 +09:00
  • bd25822b35 Update .env.template Mad Misaghi 2023-04-17 12:24:27 +03:30
  • 2b87245e22 fix a missing import XFFXFF 2023-04-17 16:21:52 +08:00
  • 60b779a905 Remove requirements-docker.txt Alastair D'Silva 2023-04-17 17:09:13 +10:00
  • f41febd3ae Merge pull request #2083 from Song2017/master Richard Beales 2023-04-17 07:37:29 +01:00
  • 1001e5489e config.py format jingxing 2023-04-17 14:24:10 +08:00
  • be712fc606 Merge pull request #905 from endolith/noqa Richard Beales 2023-04-17 07:14:41 +01:00
  • cf25831ad5 Merge pull request #2003 from BatesJernigan/format-error-msg Richard Beales 2023-04-17 07:13:47 +01:00
  • 6dbe84a1bf Merge pull request #1555 from nolan23/update-docs Richard Beales 2023-04-17 07:12:25 +01:00
  • eefbccd957 Merge pull request #2012 from 0xf333/0xf333_branch Richard Beales 2023-04-17 07:09:45 +01:00
  • fe85f079b0 Fix early abort BillSchumacher 2023-04-17 01:09:17 -05:00
  • 2cb559ebdd Merge pull request #2061 from wangxuqi/milvus_memory_test_fix Richard Beales 2023-04-17 07:08:41 +01:00
  • 64383776a2 Update brian.py - Prevent TypeError exception Gabriel R. Barbosa 2023-04-17 03:04:35 -03:00
  • 8386188356 Fix early abort BillSchumacher 2023-04-17 00:49:51 -05:00
  • 664f896696 Update dockerhub-imagepush.yml Richard Beales 2023-04-17 06:22:19 +01:00
  • e86764df45 Add linux selenium fixes Eesa Hamza 2023-04-17 07:55:48 +03:00
  • 71c6600abf memory object move to memory_add block lengweiping 2023-04-17 12:44:46 +08:00
  • fbd4e06df5 Add early abort functions. BillSchumacher 2023-04-16 23:39:33 -05:00
  • 3715ebc7eb Add hooks for chat completion BillSchumacher 2023-04-16 23:30:42 -05:00
  • d394b032d7 Fix test BillSchumacher 2023-04-16 23:23:31 -05:00
  • 23d3dafc51 Maybe fix tests, fix safe_path function. BillSchumacher 2023-04-16 23:18:29 -05:00
  • 708374d95b fix linting BillSchumacher 2023-04-16 22:56:34 -05:00
  • 0fa8073947 add docker requirements - jsonschema Ben Song 2023-04-17 11:53:05 +08:00
  • 81c65af560 blacked BillSchumacher 2023-04-16 22:51:39 -05:00
  • c0aa423d7b Fix agent remembering do nothing command, use correct google function, disabled image_gen if not configured. BillSchumacher 2023-04-16 22:46:38 -05:00
  • 03c137741a Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support BillSchumacher 2023-04-16 22:13:37 -05:00
  • c110f3489d Finish integrating command registry BillSchumacher 2023-04-16 21:51:36 -05:00
  • 9589334a30 Add File Downloading Capabilities (#1680) EH 2023-04-17 03:34:02 +01:00