Commit Graph

109 Commits (37ff26ec2c3df95433f41803ace92f142acf2c91)

Author SHA1 Message Date
BillSchumacher 239d64a602
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/2032 2023-04-18 19:39:11 -05:00
BillSchumacher aeb1178a47
linting 2023-04-18 19:26:18 -05:00
BillSchumacher 5b86682e24
Skip imagegen tests in CI 2023-04-18 19:24:13 -05:00
Tymec ac023e95c0 fix: remove "wait-for-model" header from hf request 2023-04-19 01:46:24 +02:00
Tymec da4c765378 test: added unit test 2023-04-19 01:38:31 +02:00
bingokon 31900f6733 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	autogpt/app.py
#	autogpt/json_fixes/auto_fix.py
#	autogpt/json_fixes/bracket_termination.py
#	autogpt/json_fixes/master_json_fix_method.py
#	autogpt/json_utils/json_fix_llm.py
#	autogpt/json_utils/utilities.py
2023-04-18 00:01:58 +01:00
Merwane Hamadi cf9a94a8b6 isort implemented 2023-04-17 13:42:01 -07:00
Richard Beales e849e4ff0b
Merge pull request #1836 from cs0lar/fix/weaviate_index_to_classname
fixes Weaviate index name to classname conversion
2023-04-17 20:21:39 +01:00
BingokoN d82ca101de Resolved merge conflict: Deleted autogpt/json_fixes/auto_fix.py as in HEAD 2023-04-17 12:25:55 +01:00
BingokoN 0d2e196368 refactoring/splitting the json fix functions into general module and llm module which need AI's assistance. 2023-04-17 12:14:43 +01:00
xuqi.wxq 1d4dc0c534 Fix milvus test Error: 'NameError: name 'MockConfig' is not defined' 2023-04-17 10:17:26 +08:00
bingokon 7a32e03bd5 refactoring the all json utilities 2023-04-17 00:48:53 +01:00
0xArty 955a5b0a43 Marked local chache tests as integration tests as they require api keys 2023-04-16 22:17:03 +01:00
0xArty 627533bed6
minimall add pytest (#1859)
* minimall add pytest

* updated docs and pytest command

* proveted milvus integration test running if milvus is not installed
2023-04-16 21:55:53 +01:00
cs0lar 0b936a2bb8 fixes index name to classname conversion 2023-04-16 10:48:43 +01:00
cs0lar 23b89b80cd merged master and resolved conflicts 2023-04-16 07:49:21 +01:00
BillSchumacher 0d1fd4fcf0
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1436 2023-04-16 01:32:18 -05:00
Richard Beales f048f88337
Merge pull request #1700 from OmriGM/tests/chat-tests
Added tests for `create_chat_message` and `generate_context` methods of the chat module
2023-04-16 07:16:04 +01:00
Itamar Friedman 5a8700060e fixing tests to fit latest merges into master 2023-04-15 23:19:50 +01:00
BillSchumacher 9cf7227a67
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/87 2023-04-15 16:17:57 -05:00
Omri Grossman 5495d6c0d3
Removed redundant test 2023-04-16 00:09:33 +03:00
cs0lar 03d2032a6a merged master and resolved conflicts 2023-04-15 22:08:38 +01:00
Omri Grossman 167d1be130
Moved test_chat to /unit 2023-04-15 23:40:03 +03:00
Omri Grossman accec9ab75
Lint fixes - extra whitespace 2023-04-15 23:32:22 +03:00
Omri Grossman e3751f0e36
Removed comments 2023-04-15 23:23:37 +03:00
Omri Grossman 8293d96f24
Added tests for `create_chat_message` and `generate_context` methods of the chat module 2023-04-15 23:15:28 +03:00
BillSchumacher 11d6dabe37
Quality update 2023-04-15 14:55:13 -05:00
cs0lar 51224229eb fixed merge conflicts 2023-04-15 20:32:31 +01:00
Richard Beales 1c12a84ded
Merge pull request #1658 from wangxuqi/milvus_memory
Fix Milvus as a long-term memory backend.
2023-04-15 19:53:02 +01:00
Pi a1d201028b
Added missing \n at end of file 2023-04-15 19:51:52 +01:00
Richard Beales c1f18b5324
Revert "Add ability to use local embeddings model" (#1662) 2023-04-15 19:25:44 +01:00
Richard Beales e0590e08d7
Merge pull request #1471 from gersh/fix_agents
Fix list_agents to return string instead of JSON object
2023-04-15 18:46:50 +01:00
xuqi.wxq 5e189c83ee Fix Milvus as a long-term memory backend. 2023-04-16 01:45:38 +08:00
Richard Beales 36019cb5ab
Merge pull request #1618 from younessZMZ/master
Adjust test_config file
2023-04-15 18:39:31 +01:00
Richard Beales af46c0471e
Merge pull request #1609 from younessZMZ/branch1
Adjust test_prompt_generator and add test report generation
2023-04-15 18:32:27 +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
Gershon Bialer 6a3fcda751 Merge remote-tracking branch 'origin/master' into fix_agents 2023-04-15 10:04:15 -07:00
younessZMZ 110e2f3ae5 Adjust test_config file 2023-04-15 15:58:01 +00:00
Richard Beales 26ffa41f20
Merge pull request #1567 from drikusroor/cover-token-counter
test: Write unit tests for token_counter
2023-04-15 16:30:37 +01:00
Richard Beales 95f7ed607a
Merge pull request #1202 from merwanehamadi/feature/setup-integration-tests
Feature/setup integration tests
2023-04-15 16:13:01 +01:00
younessZMZ 0c1ff5d6a4 Adjust test_prompt_generator and add test report generation 2023-04-15 15:10:42 +00:00
cs0lar b2bfd395ed fixed formatting 2023-04-15 15:49:24 +01:00
Tymec 53297e55bf Merge remote-tracking branch 'upstream/master' 2023-04-15 16:03:08 +02:00
cs0lar b987cff7da Merge branch 'master' into feature/weaviate-memory 2023-04-15 14:43:01 +01:00
Drikus Roor d52381eead fix: Fix imports 2023-04-15 15:20:19 +02:00
Drikus Roor bdefa24ac6 test: Write unit tests for token_counter 2023-04-15 15:11:25 +02:00
BillSchumacher 1073954fb7
Reorg (#1537)
* Pi's message.

* Fix most everything.

* Blacked

* Add Typing, Docstrings everywhere, organize the code a bit.

* Black

* fix import

* Update message, dedupe.

* Increase backoff time.

* bump up retries
2023-04-15 13:56:23 +01:00
cs0lar 4c7deef9ae merged master and resolved conflicts 2023-04-15 06:51:04 +01:00
Gershon Bialer 9990b78702 Fix linter issues. 2023-04-14 22:44:42 -07:00
Gershon Bialer 2644bc86db list_agents should return string not JSON 2023-04-14 21:42:54 -07:00