Luke K (pr-0f3t)
abb397e442
Release v0.4.1 ( #4686 )
...
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: Nicholas Tindle <nicktindle@outlook.com >
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com >
Co-authored-by: Richard Beales <rich@richbeales.net >
Co-authored-by: Luke K <2609441+lc0rp@users.noreply.github.com >
Co-authored-by: Luke K (pr-0f3t) <2609441+lc0rp@users.noreply.github.com >
Co-authored-by: Erik Peterson <e@eriklp.com >
Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co >
Co-authored-by: Benny van der Lans <49377421+bfalans@users.noreply.github.com >
Co-authored-by: Jan <jan-github@phobia.de >
Co-authored-by: Robin Richtsfeld <robin.richtsfeld@gmail.com >
Co-authored-by: Marc Bornträger <marc.borntraeger@gmail.com >
Co-authored-by: Stefan Ayala <stefanayala3266@gmail.com >
Co-authored-by: javableu <45064273+javableu@users.noreply.github.com >
Co-authored-by: DGdev91 <DGdev91@users.noreply.github.com >
Co-authored-by: Kinance <kinance@gmail.com >
Co-authored-by: digger yu <digger-yu@outlook.com >
Co-authored-by: David <scenaristeur@gmail.com >
Co-authored-by: gravelBridge <john.tian31@gmail.com >
Fix Python CI "update cassettes" step (#4591 )
fix CI (#4596 )
Fix inverted logic for deny_command (#4563 )
fix current_score.json generation (#4601 )
Fix duckduckgo rate limiting (#4592 )
Fix debug code challenge (#4632 )
Fix issues with information retrieval challenge a (#4622 )
fix issues with env configuration and .env.template (#4630 )
Fix prompt issue causing 'No Command' issues and challenge to fail (#4623 )
Fix benchmark logs (#4653 )
Fix typo in docs/setup.md (#4613 )
Fix run.sh shebang (#4561 )
Fix autogpt docker image not working because missing prompt_settings (#4680 )
Fix execute_command coming from plugins (#4730 )
2023-06-19 12:41:40 -04:00
kaneda2004
63b79a88c6
Adding support for openai_organization env variable ( #289 )
2023-05-30 19:02:16 -07:00
k-boikov
064e95b46b
Allow spinning to be disabled ( #4329 )
2023-05-27 00:01:34 +03:00
Nicholas Tindle
acfd966aa4
Pass Configs to Commands and remove CFG = Config() in the commands/ folder ( #4328 )
...
* feat: pass config to call_ai_functions in coimmands
* feat: config for read_audio_from_file
* feat: file operations cfg
NOTE: we replaced the CFG in the command enable with TRUE b/c not sure how to handle this yet
* feat: git command conversion
* feat: google search
* feat: image generation
* feat: extract cfg from browser commands
* feat: remove cfg from execute code commands
* fix: file operation related tests
* fix: linting
* fix: tests for read_audio
* fix: test error
* feat: update cassettes
* fix: linting
* fix: test typechecking
* fix: google_search errors if unexpected kw arg is passed
* fix: pass config param to google search test
* fix: agent commands were broken + cassettes
* fix: agent test
* feat: cassettes
* feat: enable/disable logic for commands
* fix: some commands threw errors
* feat: fix tests
* Add new cassettes
* Add new cassettes
* ci: trigger ci
* Update autogpt/commands/execute_code.py
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
* fix prompt
* fix prompt + rebase
* add config remove useless imports
* put back CFG just for download file
* lint
* The signature should be mandatory in the decorator
* black isort
* fix: remove the CFG
* fix: non typed arg
* lint: type some args
* lint: add types for libraries
* Add new cassettes
* fix: windows compatibility
* fix: add config access to decorator
* fix: remove twitter mention
* DDGS search works at 3.0.2 version
* ci: linting
---------
Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co >
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
Co-authored-by: kinance <kinance@gmail.com >
2023-05-26 08:39:25 -07:00
Reinier van der Leer
bfbe613960
Vector memory revamp (part 1: refactoring) ( #4208 )
...
Additional changes:
* Improve typing
* Modularize message history memory & fix/refactor lots of things
* Fix summarization
* Move memory relevance calculation to MemoryItem & improve test
* Fix import warnings in web_selenium.py
* Remove `memory_add` ghost command
* Implement overlap in `split_text`
* Move memory tests into subdirectory
* Remove deprecated `get_ada_embedding()` and helpers
* Fix used token calculation in `chat_with_ai`
* Replace Message TypedDict by dataclass
* Fix AgentManager singleton issues in tests
---------
Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co >
2023-05-25 20:31:11 +02:00
WladBlank
bf33f4a7b0
add command shell blacklist and whitelist ( #3950 )
...
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: Richard Beales <rich@richbeales.net >
2023-05-19 18:50:43 +01:00
DGdev91
42a5a0ce13
Make prompt parameters configurable ( #3375 )
...
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
2023-05-17 20:12:10 +03:00
Cenny
0839a16d27
Clarify .env.template image-provider options ( #3720 )
...
* Clarify .env.template image-provider options
* feat: consolidate duplicate options
* Simplify
---------
Co-authored-by: Nicholas Tindle <nicktindle@outlook.com >
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
2023-05-16 12:07:32 +03:00
Abdelkarim Habouch
b958386689
Add Edge browser support using EdgeChromiumDriverManager ( #3058 )
...
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
2023-05-14 00:28:30 +03:00
Boostrix
b06ea616d9
explain temperature setting in env file ( #4140 )
...
Co-authored-by: Richard Beales <rich@richbeales.net >
2023-05-12 19:22:26 +01:00
Luke K
a48f26c150
Enable denylist handling for plugins ( #3688 )
...
Co-authored-by: Luke Kyohere <lkyohere@mfsafrica.com >
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
2023-05-03 21:31:23 -05:00
Nicholas Tindle
d2a9e54dfb
Allow users to Disable Commands via the .env ( #3667 )
2023-05-03 19:05:35 -05:00
kinance
4767fe63d3
Fix the maximum context length issue by chunking ( #3222 )
...
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-05-01 20:13:24 +02:00
Eddie Cohen
5ce6da95fc
Make y/n configurable ( #3178 )
...
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-04-27 21:26:47 +02:00
WladBlank
cd8fdb31ef
Chat plugin capability ( #2929 )
...
Co-authored-by: BillSchumacher <34168009+BillSchumacher@users.noreply.github.com >
2023-04-26 15:08:39 -05:00
chyezh
cac1ea27e2
Support secure and authenticated Milvus memory backends ( #2127 )
...
Co-authored-by: Reinier van der Leer (Pwuts) <github@pwuts.nl >
2023-04-23 18:11:04 +02:00
BillSchumacher
23c650ca10
Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support
2023-04-19 17:28:17 -05:00
bszollosinagy
fa91bc154c
Fix model context overflow issue ( #2542 )
...
Co-authored-by: batyu <batyu@localhost>
2023-04-19 23:28:57 +02:00
Reinier van der Leer
e08b4d601f
Set WIPE_REDIS_ON_START default True
2023-04-19 18:37:05 +02:00
Reinier van der Leer
20bd2de54a
Add headless browser setting
2023-04-19 18:19:39 +02:00
riensen
c5b81b5e10
Adding Allowlisted Plugins via env
2023-04-19 12:50:00 +02:00
Reinier van der Leer
8581ee2c0c
Merge branch 'master' into fix/default-config
2023-04-19 02:51:22 +02:00
BillSchumacher
7086961e00
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1477
2023-04-18 19:20:24 -05:00
Reinier van der Leer
2db4a5da57
Merge branch 'master' into fix/default-config
2023-04-19 02:04:11 +02:00
Josh XT
9514919d37
Option to disable working directory restrictions ( #1875 )
...
Remove restriction on working directory if RESTRICT_TO_WORKSPACE != True
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-04-19 01:54:38 +02:00
Tymec
5576994c2c
fix: merge conflicts
2023-04-19 01:30:28 +02:00
Reinier van der Leer
78734dade8
Consolidate default config with config.py as master
2023-04-18 23:40:43 +02:00
Reinier van der Leer
d6b1aa677d
consolidate browser settings
2023-04-18 16:46:58 +02:00
Reinier van der Leer
9d14b113a3
Merge remote-tracking branch 'origin/master' into support-headless-chrome-mode
2023-04-18 16:01:45 +02:00
Richard Beales
ee224c395e
Merge pull request #2172 from Funkelfetisch/patch-1
...
Update .env.template
2023-04-17 17:57:57 +01:00
Richard Beales
cf2c3fde41
Merge pull request #2132 from mawsyh/master
...
Update .env.template
2023-04-17 17:39:58 +01:00
Tom Kaitchuck
6b64158356
Unbound summary size
...
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com >
2023-04-17 17:08:21 +01:00
NEBULITE Berlin
10b2458f58
Update .env.template
...
"redis" as hostname for redis to correctly use the docker compose internal networking feature
2023-04-17 14:50:28 +02:00
Mad Misaghi
bd25822b35
Update .env.template
...
addedMilvus
2023-04-17 12:24:27 +03:30
Sabin Mendiguren
fb9430da0a
Update .env.template
...
Small fix for the TEMPERATURE to show the real default value
2023-04-16 09:12:50 -07:00
cs0lar
23b89b80cd
merged master and resolved conflicts
2023-04-16 07:49:21 +01:00
Richard Beales
2ea9a8bb1b
Merge pull request #1719 from Ding3LI/master
...
Add missing clarifications and method usages
2023-04-16 07:01:20 +01:00
BillSchumacher
017371b492
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1718
2023-04-15 19:32:05 -05:00
DaoAdvocate
424564825a
.env
2023-04-15 23:48:27 +01:00
DaoAdvocate
c30a621195
updates
2023-04-15 23:48:27 +01:00
Ding3LI
a6432e6ce4
[template] env template: added clarification, optional usages
2023-04-15 16:26:42 -05:00
gucky92
9696fc622c
Transcribing audio
2023-04-15 23:19:20 +02:00
cs0lar
51224229eb
fixed merge conflicts
2023-04-15 20:32:31 +01:00
Richard Beales
097fcd8f56
Merge pull request #1659 from CatMe0w/patch-1
...
Fix typo in .env.template
2023-04-15 19:59:56 +01:00
Richard Beales
c1f18b5324
Revert "Add ability to use local embeddings model" ( #1662 )
2023-04-15 19:25:44 +01:00
CatMe0w
11f3e97b28
Fix typo in .env.template
2023-04-16 01:58:40 +08:00
Richard Beales
33b7866377
Merge pull request #1229 from edcohen08/clone-github-repository
...
command clone github repository
2023-04-15 18:19:47 +01:00
Richard Beales
17cdeee214
Merge pull request #1320 from Tymec/master
...
Add ability to use local embeddings model
2023-04-15 18:13:16 +01:00
Richard Beales
7c0789252e
Merge pull request #1572 from cryptidv/browser-agnostic
...
Make browsing with Selenium Browser Agnostic
2023-04-15 16:32:24 +01:00
Richard Beales
3ee961c600
Merge pull request #1417 from merwanehamadi/feature/change-default-temperature
...
make 0 the default temperature
2023-04-15 16:22:45 +01:00