Commit Graph

10 Commits

Author SHA1 Message Date
Eduardo Chiarotti
bcdea6849f feat: add deploy man tests 2024-08-22 20:17:02 -03:00
Eduardo Chiarotti
92ca4ce841 feat: add tests 2024-08-22 20:06:11 -03:00
Eduardo Chiarotti
27f2682301 feat: add unit tests for cl 2024-08-22 19:50:40 -03:00
Eduardo Chiarotti
0c3c4fbe17 feat: add tests for utils 2024-08-22 19:45:15 -03:00
Eduardo Chiarotti
5f3fa857cc feat: add tests for authentication module 2024-08-22 18:54:20 -03:00
Eduardo Chiarotti
51ee483e9d feat: add ability to train on custom file (#1161)
* feat: add ability to train on custom file

* feat: add pkl file validation

* feat: fix tests

* feat: fix tests

* feat: fix tests
2024-08-09 19:41:58 -03:00
Eduardo Chiarotti
d824db82a3 feat: Add execution time to both task and testing feature (#1031)
* feat: Add execution time to both task and testing feature

* feat: Remove unused functions

* feat: change test_crew to evalaute_crew to avoid issues with testing libs

* feat: fix tests
2024-07-29 23:17:07 -03:00
Eduardo Chiarotti
6930656897 feat: add crewai test feature (#984)
* feat: add crewai test feature

* fix: remove unused import

* feat: update docstirng

* fix: tests
2024-07-22 17:21:05 -03:00
Lorenze Jay
be1b9a3994 Reset memory (#958)
* reseting memory on cli

* using storage.reset

* deleting memories on command

* added tests

* handle when no flags are used

* added docs
2024-07-18 13:29:42 -03:00
Eduardo Chiarotti
24ed8a2549 feat: Add crew train cli (#624)
* fix: fix crewai-tools cli command

* feat: add crewai train CLI command

* feat: add the tests

* fix: fix typing hinting issue on code

* fix: test.yml

* fix: fix test

* fix: removed fix since it didnt changed the test
2024-05-23 18:46:45 -03:00