Lorenze Jay
14e7046980
added usage_metrics to full output ( #756 )
...
* added extra parameter for kickoff to return token usage count after result
* added output_token_usage to class and in full_output
* logger duplicated
* added more types
* added usage_metrics to full output instead
* added more to the description on full_output
* possible mispacing
2024-06-12 14:18:52 -03:00
Brandon Hancock (bhancock_ai)
e202592715
Feature/kickoff for each sync ( #680 )
...
* Sync with deep copy working now
* async working!!
* Clean up code for review
* Fix naming
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-06-11 12:51:39 -03:00
theCyberTech - Rip&Tear
824b0e85f0
Update crew.py ( #644 )
...
Fixed Type on line 53
2024-05-24 00:06:27 -03:00
Eduardo Chiarotti
b48beaaf9c
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
João Moura
fc510dbc3d
New version, updating dependencies, fixing memory
2024-05-13 22:26:41 -03:00
Eduardo Chiarotti
6eb0c0666b
feat: add mypy as type checker, update code and add comment to reference ( #591 )
...
* fix: fix test actually running
* fix: fix test to not send request to openai
* fix: fix linting to remove cli files
* fix: exclude only files that breaks black
* fix: Fix all Ruff checkings on the code and Fix Test with repeated name
* fix: Change linter name on yml file
* feat: update pre-commit
* feat: remove need for isort on the code
* feat: add mypy as type checker, update code and add comment to reference
* feat: remove black linter
* feat: remove poetry to run the command
* feat: change logic to test mypy
* feat: update tests yml to try to fix the tests gh action
* feat: try to add just mypy to run on gh action
* feat: fix yml file
* feat: add comment to avoid issue on gh action
* feat: decouple pytest from the necessity of poetry install
* feat: change tests.yml to test different approach
* feat: change to poetry run
* fix: parameter field on yml file
* fix: update parameters to be on the pyproject
* fix: update pyproject to remove import untyped errors
2024-05-10 16:37:52 -03:00
João Moura
54668d252c
TYPO
2024-05-05 02:14:49 -03:00
João Moura
9071f27d9f
Fixing manager_agent_support
2024-05-05 00:51:18 -03:00
João Moura
68e1444ed8
updating manager llm pydantic error
2024-05-02 23:39:56 -03:00
David Solito
e280e4a62a
Update crew.py ( #551 )
...
Ad manager_agent description in crew docstring
2024-05-02 19:21:22 -03:00
João Moura
cbe53d9daf
small improvements for i18n
2024-05-02 05:00:29 -03:00
João Moura
7ad0357eaa
adding initial support for external prompt file
2024-05-02 05:00:29 -03:00
João Moura
83596c1a32
Fixing task callback
2024-05-02 02:21:59 -03:00
João Moura
55fcda758a
Revert "AgentOps Implementation ( #411 )"
...
This reverts commit bf436f885e .
2024-05-02 02:21:59 -03:00
Braelyn Boynton
bf436f885e
AgentOps Implementation ( #411 )
...
* implements agentops with a langchain handler, agent tracking and tool call recording
* track tool usage
* end session after completion
* track tool usage time
* better tool and llm tracking
* code cleanup
* make agentops optional
* optional dependency usage
* remove telemetry code
* optional agentops
* agentops version bump
* remove org key
* true dependency
* add crew org key to agentops
* cleanup
* Update pyproject.toml
* Revert "true dependency"
This reverts commit e52e8e9568 .
* Revert "cleanup"
This reverts commit 7f5635fb9e .
* optional parent key
* agentops 0.1.5
* Revert "Revert "cleanup""
This reverts commit cea33d9a5d .
* Revert "Revert "true dependency""
This reverts commit 4d1b460b
* cleanup
* Forcing version 0.1.5
* Update pyproject.toml
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-20 12:20:13 -03:00
João Moura
f3bfabb149
Adding manager llm
2024-04-16 16:50:44 -03:00
Joseph Bastulli
74f23ada73
fix: swapped the task callback assignment ( #443 )
2024-04-16 15:54:42 -03:00
Lennart J. Kurzweg
19e0e3fcb4
Added optional manager_agent parameter ( #474 )
...
* Added optional manager_agent parameter
* Update crew.py
---------
Co-authored-by: Lennart J. Kurzweg (Nx2) <git@nx2.site >
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-16 08:18:36 -03:00
GabeKoga
289e12de5a
Feature: Log files ( #423 )
...
* log_file
feature: added a new parameter for crew that creates a txt file to log agent execution
* unit tests and documentation
unit test if file is created but not what is inside the file
2024-04-05 19:44:50 -03:00
GabeKoga
459a404563
purple ( #428 )
...
changed from yellow to purple for visibility
2024-04-05 18:25:59 -03:00
João Moura
a1e1113101
Removing memory flag from agent in favor of crew memory
2024-04-04 15:29:45 -03:00
João Moura
35f6156ed4
checking crew before using memory
2024-04-03 05:03:43 -03:00
João Moura
f85bf00409
Adding long term, short term, entity and contextual memory
2024-04-01 10:45:17 -03:00
João Moura
81d5fe6fc6
Ability to disable cache at agent and crew level
2024-04-01 10:43:05 -03:00
João Moura
5aa543f4d2
Preparing new version
2024-03-11 17:37:12 -03:00
João Moura
815606f4c2
Improving agent logging
2024-03-11 17:05:54 -03:00
Chris Pang
7ce89b8741
added langchain callback to agents ( #333 )
...
Co-authored-by: Chris Pang <chris_pang@racv.com.au >
2024-03-11 16:40:10 -03:00
João Moura
4503f1b9c1
removing double space on logs
2024-03-11 16:23:00 -03:00
João Moura
631fce5b7c
Overridding classes __repr__
2024-03-05 10:12:49 -03:00
João Moura
8468445e1d
Update inner tool usage logic to support both regular and function calling
2024-03-03 20:54:15 -03:00
heyfixit
42cc4a3d1e
fix directory typo ( #295 )
2024-03-03 12:41:14 -03:00
João Moura
d2f8a30c96
cutting a new version addressin backward compatibility
2024-02-28 12:04:13 -03:00
João Moura
38ceb9d409
adding support for input interpolation for tasks and agents
2024-02-28 03:44:23 -03:00
João Moura
9435ff437a
Adding ability to track tools_errors and delegations
2024-02-28 03:44:23 -03:00
João Moura
ed22fdd993
Adding overall usage_metrics to crew and not adding delegation tools if there no agents the allow delegation
2024-02-28 03:44:23 -03:00
João Moura
4ada52153c
Avoid empty task outputs
2024-02-24 03:11:41 -03:00
João Moura
a649eb8555
Adding support to export tasks as json, pydantic objects, and save as file
2024-02-19 22:46:34 -03:00
João Moura
55c0c186d1
adding function calling llm support
2024-02-13 02:57:12 -08:00
João Moura
5a102251cf
Revamping tool usage
2024-02-10 10:36:34 -08:00
João Moura
3613bbc9e8
recreating executor upon setting new step_callback
2024-02-09 01:52:28 -08:00
João Moura
6d8be72aa7
adding crew step_callback
2024-02-09 01:24:31 -08:00
João Moura
c630857010
adding support for full_ouput in crews
2024-02-08 23:23:34 -08:00
João Moura
ed0131b46f
adding user the otpion to share all data of their crews
2024-02-08 23:01:02 -08:00
João Moura
f727b3f5e2
fixing RPM controlelr being set unencessarily
2024-02-07 23:09:36 -08:00
João Moura
5247137ef8
adding initial telemetry
2024-02-07 22:21:44 -08:00
João Moura
d4e33f9953
adding fix to hierarchical process
2024-02-07 02:13:19 -08:00
João Moura
d7f77b42bf
adding manager_llm
2024-02-05 20:46:47 -08:00
João Moura
e2f18e4ee5
adding new docs and smaller fixes
2024-02-04 11:47:49 -08:00
João Moura
e23773e5de
Adding multi thread execution
2024-02-03 23:24:41 -08:00
Gui Vieira
7efecd10ea
Hierarchical process ( #206 )
...
* Hierarchical process + Docs
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-02-02 13:56:35 -03:00