Lorenze Jay
b90793874c
return this
2024-11-15 15:51:07 -08:00
Lorenze Jay
cdf5233523
Merge branch 'main' of github.com:crewAIInc/crewAI into knowledge
2024-11-15 15:42:32 -08:00
Lorenze Jay
cb03ee60b8
improvements all around Knowledge class
2024-11-15 15:28:07 -08:00
Lorenze Jay
10f445e18a
ensure embeddings are persisted
2024-11-14 18:31:07 -08:00
Lorenze Jay
3dc02310b6
upgrade chroma and adjust embedder function generator ( #1607 )
...
* upgrade chroma and adjust embedder function generator
* >= version
* linted
2024-11-14 14:13:12 -08:00
Lorenze Jay
98a708ca15
Merge branch 'main' of github.com:crewAIInc/crewAI into knowledge
2024-11-14 12:22:07 -08:00
Dev Khant
e70bc94ab6
Add support for retrieving user preferences and memories using Mem0 ( #1209 )
...
* Integrate Mem0
* Update src/crewai/memory/contextual/contextual_memory.py
Co-authored-by: Deshraj Yadav <deshraj@gatech.edu >
* pending commit for _fetch_user_memories
* update poetry.lock
* fixes mypy issues
* fix mypy checks
* New fixes for user_id
* remove memory_provider
* handle memory_provider
* checks for memory_config
* add mem0 to dependency
* Update pyproject.toml
Co-authored-by: Deshraj Yadav <deshraj@gatech.edu >
* update docs
* update doc
* bump mem0 version
* fix api error msg and mypy issue
* mypy fix
* resolve comments
* fix memory usage without mem0
* mem0 version bump
* lazy import mem0
---------
Co-authored-by: Deshraj Yadav <deshraj@gatech.edu >
Co-authored-by: João Moura <joaomdmoura@gmail.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-11-14 10:59:24 -08:00
Eduardo Chiarotti
9285ebf8a2
feat: Reduce level for Bandit and fix code to adapt ( #1604 )
2024-11-14 13:12:35 -03:00
Thiago Moretto
4ca785eb15
Merge pull request #1597 from crewAIInc/tm-fix-crew-train-test
...
Fix crew_train_success test
0.80.0
2024-11-13 10:52:49 -03:00
Thiago Moretto
c57cbd8591
Fix crew_train_success test
2024-11-13 10:47:49 -03:00
Thiago Moretto
7fb1289205
Merge pull request #1596 from crewAIInc/tm-recording-cached-prompt-tokens
...
Add cached prompt tokens info on usage metrics
2024-11-13 10:37:29 -03:00
Thiago Moretto
f02681ae01
Merge branch 'main' into tm-recording-cached-prompt-tokens
2024-11-13 10:19:02 -03:00
Thiago Moretto
c725105b1f
do not include cached on total
2024-11-13 10:18:30 -03:00
Thiago Moretto
36aa4bcb46
Cached prompt tokens on usage metrics
2024-11-13 10:16:30 -03:00
Eduardo Chiarotti
b98f8f9fe1
fix: Step callback issue ( #1595 )
...
* fix: Step callback issue
* fix: Add empty thought since its required
2024-11-13 10:07:28 -03:00
João Moura
bcfcf88e78
removing prints
2024-11-12 18:37:57 -03:00
Thiago Moretto
fd0de3a47e
Merge pull request #1588 from crewAIInc/tm-workaround-litellm-bug
...
fixing LiteLLM callback replacement bug
2024-11-12 17:19:01 -03:00
Thiago Moretto
c7b9ae02fd
fix test_agent_usage_metrics_are_captured_for_hierarchical_process
2024-11-12 16:43:43 -03:00
Thiago Moretto
4afb022572
fix LiteLLM callback replacement
2024-11-12 15:04:57 -03:00
João Moura
8610faef22
add missing init
2024-11-11 02:29:40 -03:00
João Moura
6d677541c7
preparing new version
0.79.4
2024-11-11 00:03:52 -03:00
João Moura
49220ec163
preparing new version
2024-11-10 23:46:38 -03:00
João Moura
40a676b7ac
curring new version
2024-11-10 21:16:36 -03:00
João Moura
50bf146d1e
preparing new version
2024-11-10 20:47:56 -03:00
João Moura
40d378abfb
updating LLM docs
0.79.0
2024-11-10 11:36:03 -03:00
João Moura
1b09b085a7
preparing new version
2024-11-10 11:00:16 -03:00
Brandon Hancock
7b59c5b049
adding in lorenze feedback
2024-11-07 12:10:09 -05:00
Brandon Hancock
86ede8344c
update yaml to include optional deps
2024-11-07 11:41:49 -05:00
Brandon Hancock
59165cbad8
fix linting
2024-11-07 11:37:06 -05:00
Brandon Hancock
4af263ca1e
Merge branch 'main' into knowledge
2024-11-07 11:33:08 -05:00
João Moura
9f2acfe91f
making sure we don't check for agents that were not used in the crew
2024-11-06 23:07:23 -03:00
Brandon Hancock
617ee989cd
added additional sources
2024-11-06 16:41:17 -05:00
Brandon Hancock
6131dbac4f
Improve types and better support for file paths
2024-11-06 15:57:03 -05:00
Brandon Hancock
1a35114c08
Adding core knowledge sources
2024-11-06 12:33:55 -05:00
Brandon Hancock (bhancock_ai)
e856359e23
fix missing config ( #1557 )
2024-11-05 12:07:29 -05:00
Brandon Hancock
a8a2f80616
WIP
2024-11-05 12:04:58 -05:00
Brandon Hancock (bhancock_ai)
faa231e278
Fix flows to support cycles and added in test ( #1556 )
2024-11-05 12:02:54 -05:00
Brandon Hancock (bhancock_ai)
3d44795476
Feat/watson in cli ( #1535 )
...
* getting cli and .env to work together for different models
* support new models
* clean up prints
* Add support for cerebras
* Fix watson keys
2024-11-05 12:01:57 -05:00
Tony Kipkemboi
f50e709985
docs update ( #1558 )
...
* add llm providers accordion group
* fix numbering
* Fix directory tree & add llms to accordion
* update crewai enterprise link in docs
2024-11-05 11:26:19 -05:00
Brandon Hancock
dc314c1151
Merge branch 'main' into knowledge
2024-11-04 15:02:47 -05:00
João Moura
75322b2de1
initial knowledge
2024-11-04 15:53:19 -03:00
Brandon Hancock (bhancock_ai)
d70c542547
Raise an error if an LLM doesnt return a response ( #1548 )
2024-11-04 11:42:38 -05:00
Gui Vieira
57201fb856
Increase providers fetching timeout
2024-11-01 18:54:40 -03:00
Brandon Hancock (bhancock_ai)
9b142e580b
add inputs to flows ( #1553 )
...
* add inputs to flows
* fix flows lint
2024-11-01 14:37:02 -07:00
Brandon Hancock (bhancock_ai)
3878daffd6
Feat/ibm memory ( #1549 )
...
* Everything looks like its working. Waiting for lorenze review.
* Update docs as well.
* clean up for PR
2024-11-01 16:42:46 -04:00
Tony Kipkemboi
34954e6f74
Update docs ( #1550 )
...
* add llm providers accordion group
* fix numbering
* Fix directory tree & add llms to accordion
2024-11-01 15:58:36 -04:00
C0deZ
e66a135d5d
refactor: Move BaseTool to main package and centralize tool description generation ( #1514 )
...
* move base_tool to main package and consolidate tool desscription generation
* update import path
* update tests
* update doc
* add base_tool test
* migrate agent delegation tools to use BaseTool
* update tests
* update import path for tool
* fix lint
* update param signature
* add from_langchain to BaseTool for backwards support of langchain tools
* fix the case where StructuredTool doesn't have func
---------
Co-authored-by: c0dez <li@vitablehealth.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-11-01 12:30:48 -04:00
Vini Brasil
66698503b8
Replace .netrc with uv environment variables ( #1541 )
...
This commit replaces .netrc with uv environment variables for installing
tools from private repositories. To store credentials, I created a new
and reusable settings file for the CLI in
`$HOME/.config/crewai/settings.json`.
The issue with .netrc files is that they are applied system-wide and are
scoped by hostname, meaning we can't differentiate tool repositories
requests from regular requests to CrewAI's API.
2024-10-31 15:00:58 -03:00
Tony Kipkemboi
ec2967c362
Add llm providers accordion group ( #1534 )
...
* add llm providers accordion group
* fix numbering
2024-10-30 21:56:13 -04:00
Robin Wang
4ae07468f3
Enhance log storage to support more data types ( #1530 )
2024-10-30 16:45:19 -04:00