aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-30Merge branch 'master' into summary_memorysummary_memoryGravatar Richard Beales 43-1209/+2994
2023-04-30Feature/test summarization against memory challenge (#3567)Gravatar merwanehamadi 12-2054/+1407
2023-04-29Refactor AIConfig to Sanitize Input for Goal Parameters (#3492)Gravatar Luke K 2-2/+52
2023-04-30Run Black and IsortGravatar Toran Bruce Richards 3-8/+22
2023-04-30Tweak memory summarisation promptGravatar Toran Bruce Richards 1-2/+2
2023-04-30fix broken partial commit.Gravatar Toran Bruce Richards 1-0/+6
2023-04-30Remove thoughts from memory summarisation.Gravatar Toran Bruce Richards 1-4/+6
2023-04-29replace 50+ occurrences of print() with logger (#3056)Gravatar Richard Beales 20-139/+134
2023-04-30Change "system" role to "Your Computer".Gravatar Toran Bruce Richards 1-1/+3
2023-04-30Merge branch 'summary_memory' of https://github.com/torantulino/auto-gpt into...Gravatar Toran Bruce Richards 1-1/+1
2023-04-30removes current memory globalGravatar Toran Bruce Richards 2-8/+2
2023-04-30Adds check for empty full_message_historyGravatar Toran Bruce Richards 1-7/+8
2023-04-30Fix. Update last_memory_indexGravatar Toran Bruce Richards 1-1/+1
2023-04-30Provide default new_events value when empty.Gravatar Toran Bruce Richards 1-0/+4
2023-04-30Replace "assistant" role with "you" when sumbitting to memory agent.Gravatar Toran Bruce Richards 1-0/+5
2023-04-30Remove global pre_index from summary_memory.Gravatar Toran Bruce Richards 3-12/+10
2023-04-30memory challenge B (#3550)Gravatar merwanehamadi 4-3/+870
2023-04-29Feature/challenge memory management (#3425)Gravatar merwanehamadi 9-1/+1649
2023-04-29Refactor test_spiunner to deprecate unittest in favor of pytest (#3532)Gravatar Media 1-38/+40
2023-04-29Removing duplicate tests browse_tests (#3535)Gravatar Media 1-29/+0
2023-04-29fix typo in testing.md (#3537)Gravatar Ikko Eltociear Ashimine 1-1/+1
2023-04-29Extend & improve file operations tests (#3404)Gravatar k-boikov 2-118/+156
2023-04-29Fix `clone_repository` to conform to URL validation (#3150)Gravatar Steven Baumann 1-6/+6
2023-04-30Update autogpt/memory_management/summary_memory.pyGravatar Toran Bruce Richards 1-1/+0
2023-04-30Update autogpt/memory_management/summary_memory.pyGravatar Toran Bruce Richards 1-1/+1
2023-04-29Run black formatterGravatar Toran Bruce Richards 1-7/+8
2023-04-29Integrate summary memory with autogpt systemGravatar Toran Bruce Richards 1-33/+47
2023-04-29Run isort.Gravatar Toran Bruce Richards 1-1/+2
2023-04-29Black formattingGravatar Toran Bruce Richards 1-7/+12
2023-04-29Add complete typing and docstringsGravatar Toran Bruce Richards 1-4/+21
2023-04-29Remove test printsGravatar Toran Bruce Richards 1-4/+1
2023-04-29Add running summary memory functions.Gravatar Toran Bruce Richards 1-0/+78
2023-04-28Feature/llm data structs (#3486)Gravatar James Collins 9-14/+122
2023-04-28Architecture-agnostic dev-container patch, now with Redis 😍 (#3102)Gravatar Deso 3-28/+34
2023-04-28update pyproject (#2757)Gravatar BillSchumacher 1-3/+20
2023-04-28More graceful browsing error handling (#3494)Gravatar James Collins 2-1/+20
2023-04-28Fix memory by adding it only when context window full (#3469)Gravatar merwanehamadi 6-12/+471
2023-04-28Organize all the llm stuff into a subpackage (#3436)Gravatar James Collins 31-51/+59
2023-04-28Refactor test_chat to use pytest instead of unittest (#3484)Gravatar Media 1-73/+67
2023-04-28move remove_color_codes to utils and add tests (#3260)Gravatar k-boikov 1-0/+28
2023-04-28Remove unittest in favor of pytest in the test_token_counter module (#3453)Gravatar Media 1-67/+68
2023-04-28Removing unitest in favor of pytest from test_config.py (#3417)Gravatar Media 1-122/+115
2023-04-28Add tests for code/shell execution & improve config fixture (#1268)Gravatar rickythefox 3-18/+61
2023-04-27Fix URL to docs in API throttling message (#3201)Gravatar Johnny C 1-2/+2
2023-04-27Make y/n configurable (#3178)Gravatar Eddie Cohen 7-11/+20
2023-04-27Add a regression test for the embedding (#3422)Gravatar James Collins 1-0/+25
2023-04-27Fix README: remove redundant "Disclaimer" (#3391)Gravatar Dhruv Awasthi 1-1/+0
2023-04-27Update broken link (#3416)Gravatar Iliass 1-1/+1
2023-04-27Fix `browse_website` headless mode for Firefox (#2816)Gravatar Irmius 2-1/+8
2023-04-27Fix imports, type hints and fixtures for goal oriented tests (#3415)Gravatar Reinier van der Leer 6-48/+54