LogCreative
e659b60d8b
docs: update "LLM-Connections" import and "Tasks" formatting ( #1345 )
...
* Update Tasks.md
Current formating of the page Tasks has been broken, fix the markdown formatting.
* Update LLM-Connections.md
LLM class has been moved to llm.py file
2024-09-24 01:52:41 -03:00
LogCreative
33695aa2fd
docs: update "LLM-Connections" import and "Tasks" formatting ( #1345 )
...
* Update Tasks.md
Current formating of the page Tasks has been broken, fix the markdown formatting.
* Update LLM-Connections.md
LLM class has been moved to llm.py file
2024-09-24 01:52:41 -03:00
João Moura
7987bfee39
adding OPENAI_BASE_URL as fallback
2024-09-23 23:39:04 -03:00
João Moura
6958c8dd48
adding OPENAI_BASE_URL as fallback
2024-09-23 23:39:04 -03:00
João Moura
b6075f1a97
prepare new version
v0.63.1
2024-09-23 22:05:48 -03:00
João Moura
09eaa76b44
prepare new version
2024-09-23 22:05:48 -03:00
João Moura
9820a69443
removing logs
v0.63.0
2024-09-23 20:56:58 -03:00
João Moura
44f74fd6f6
removing logs
2024-09-23 20:56:58 -03:00
João Moura
753118687d
removing logs
2024-09-23 19:59:23 -03:00
João Moura
9eeebd3c65
removing logs
2024-09-23 19:59:23 -03:00
João Moura
35e234ed6e
removing logging
2024-09-23 19:37:23 -03:00
João Moura
8abe4d98ed
removing logging
2024-09-23 19:37:23 -03:00
João Moura
2d54b096af
updating tests
2024-09-23 17:45:20 -03:00
João Moura
6f061cc306
updating tests
2024-09-23 17:45:20 -03:00
João Moura
493f046c03
Checking supports_function_calling isntead of gpt models
2024-09-23 16:23:38 -03:00
João Moura
8ebc89a227
Checking supports_function_calling isntead of gpt models
2024-09-23 16:23:38 -03:00
João Moura
3b6d1838b4
preapring new version
2024-09-23 04:28:26 -03:00
João Moura
9a62aa2977
preapring new version
2024-09-23 04:28:26 -03:00
João Moura
769ab940ed
ignore type checker
2024-09-23 04:25:13 -03:00
João Moura
4ad69c573a
ignore type checker
2024-09-23 04:25:13 -03:00
João Moura
498a9e6e68
updating colors
2024-09-23 04:06:10 -03:00
João Moura
2867cc4482
updating colors
2024-09-23 04:06:10 -03:00
Mr. Guo
699be4887c
Fix encoding issue when loading i18n json file ( #1341 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-09-23 04:01:35 -03:00
Mr. Guo
d43135ca45
Fix encoding issue when loading i18n json file ( #1341 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-09-23 04:01:35 -03:00
João Moura
854c58ded7
updating docs
2024-09-23 03:59:16 -03:00
João Moura
73497596ae
updating docs
2024-09-23 03:59:16 -03:00
João Moura
a19a4a5556
Adding new LLM class
2024-09-23 03:59:05 -03:00
João Moura
b440d143ed
Adding new LLM class
2024-09-23 03:59:05 -03:00
João Moura
59e51f18fd
updating tests
2024-09-23 03:58:41 -03:00
João Moura
355338767c
updating tests
2024-09-23 03:58:41 -03:00
João Moura
7d981ba8ce
adding callbacks to llm
2024-09-23 00:54:01 -03:00
João Moura
035929814e
adding callbacks to llm
2024-09-23 00:54:01 -03:00
João Moura
6dad33f47c
supressing warning
2024-09-23 00:30:14 -03:00
João Moura
699631fd1d
supressing warning
2024-09-23 00:30:14 -03:00
João Moura
18c3925fa3
implementing initial LLM class
2024-09-22 22:37:29 -03:00
João Moura
2d5af62df2
implementing initial LLM class
2024-09-22 22:37:29 -03:00
João Moura
000e2666fb
linter
2024-09-22 17:04:40 -03:00
João Moura
7c0633e5de
linter
2024-09-22 17:04:40 -03:00
Ayo Ayibiowu
91ff331fec
feat(memory): adds support for customizable memory interface ( #1339 )
...
* feat(memory): adds support for customizing crew storage
* chore: allow overwriting the crew memory configuration
* docs: update custom storage usage
* fix(lint): use correct syntax
* fix: type check warning
* fix: type check warnings
* fix(test): address agent default failing test
* fix(lint). address type checker error
* Update crew.py
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-09-22 17:03:23 -03:00
Ayo Ayibiowu
6682fe3d89
feat(memory): adds support for customizable memory interface ( #1339 )
...
* feat(memory): adds support for customizing crew storage
* chore: allow overwriting the crew memory configuration
* docs: update custom storage usage
* fix(lint): use correct syntax
* fix: type check warning
* fix: type check warnings
* fix(test): address agent default failing test
* fix(lint). address type checker error
* Update crew.py
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-09-22 17:03:23 -03:00
João Moura
e3c7c0185d
fixing linting
2024-09-22 16:51:01 -03:00
João Moura
0f283325e1
fixing linting
2024-09-22 16:51:01 -03:00
Arthur Chien
405650840e
Fix encoding issue when loading YAML file ( #1316 )
...
related to #1270
Co-authored-by: ccw@cht.com.tw <ccw@cht.com.tw >
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-09-22 16:50:50 -03:00
Arthur Chien
f7994667e5
Fix encoding issue when loading YAML file ( #1316 )
...
related to #1270
Co-authored-by: ccw@cht.com.tw <ccw@cht.com.tw >
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-09-22 16:50:50 -03:00
João Moura
1bd188e0d2
updating dependencies
2024-09-22 16:47:57 -03:00
João Moura
f8169b74f1
updating dependencies
2024-09-22 16:47:57 -03:00
João Moura
9de7aa6377
fix test
2024-09-22 13:57:52 -03:00
João Moura
cf74f5c9b6
fix test
2024-09-22 13:57:52 -03:00
FabioPolito24
d4c0a4248c
Refactor: Remove redundant task creation in kickoff_for_each_async ( #1326 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-09-22 10:42:05 -04:00
FabioPolito24
f8a48a1389
Refactor: Remove redundant task creation in kickoff_for_each_async ( #1326 )
...
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-09-22 10:42:05 -04:00