Brandon Hancock
594784473b
Merge branch 'main' into feat/individual-react-agent
2025-03-28 12:52:40 -04:00
Brandon Hancock
4bfb71d749
Clean up
2025-03-28 10:55:31 -04:00
Brandon Hancock
1daeaa4a81
docs
2025-03-28 10:51:54 -04:00
Brandon Hancock
4857777a9c
drop hard coded examples
2025-03-28 10:28:31 -04:00
Brandon Hancock
b8c8640f22
cleanup
2025-03-28 10:28:15 -04:00
Brandon Hancock
0ec3c37912
99% done. Need to make docs match new example
2025-03-27 17:18:33 -04:00
Brandon Hancock
30aa5cc3b9
Update logger
2025-03-27 16:21:31 -04:00
Lucas Gomide
625748e462
Merge pull request #2492 from crewAIInc/bugfix-2409-pin-tools
...
chore(deps): pin crewai-tools to compatible version ~=0.38.0
2025-03-27 17:10:54 -03:00
lucasgomide
6e209d5d77
chore(deps): pin crewai-tools to compatible version ~=0.38.0
...
fixes [issue](https://github.com/crewAIInc/crewAI/issues/2390 )
2025-03-27 16:36:08 -03:00
Vini Brasil
f845fac4da
Refactor event base classes ( #2491 )
...
- Renamed `CrewEvent` to `BaseEvent` across the codebase for consistency
- Created a `CrewBaseEvent` that automatically identifies fingerprints for DRY
- Added a new `to_json()` method for serializing events
2025-03-27 15:42:11 -03:00
Brandon Hancock
0fca721b11
cleaning up
2025-03-27 13:30:37 -04:00
Lucas Gomide
fc9da22c38
Merge pull request #2265 from Vidit-Ostwal/Branch_2260
...
Added .copy for manager agent and shallow copy for manager llm
2025-03-27 09:26:04 -03:00
Vidit-Ostwal
02f790ffcb
Fixed Intent
2025-03-27 08:14:07 +05:30
Vidit-Ostwal
af7983be43
Fixed Intent
2025-03-27 08:12:47 +05:30
Vidit-Ostwal
a83661fd6e
Merge branch 'main' into Branch_2260
2025-03-27 08:11:17 +05:30
João Moura
e1a73e0c44
Using fingerprints ( #2456 )
...
* using fingerprints
* passing fingerptins on tools
* fix
* update lock
* Fix type checker errors
---------
Co-authored-by: Brandon Hancock <brandon@brandonhancock.io >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com >
2025-03-26 14:54:23 -07:00
Eduardo Chiarotti
48983773f5
feat: add output to ToolUsageFinishedEvent ( #2477 )
...
* feat: add output to ToolUsageFinishedEvent
* feat: add type ignore
* feat: add tests
2025-03-26 16:50:09 -03:00
Lucas Gomide
73701fda1e
Merge pull request #2476 from crewAIInc/devin/1742990927-fix-issue-2475
...
Fix multimodal agent validation errors with image processing
2025-03-26 16:40:23 -03:00
lucasgomide
3deeba4cab
test: adding missing test to ensure multimodal content structures
2025-03-26 16:30:17 -03:00
Devin AI
e3dde17af0
docs: improve LLMCallStartedEvent docstring to clarify multimodal support
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2025-03-26 16:29:24 -03:00
Devin AI
49b8cc95ae
fix: update LLMCallStartedEvent message type to support multimodal content ( #2475 )
...
fix: sort imports in test file to fix linting
fix: properly sort imports with ruff
Co-Authored-By: Joe Moura <joao@crewai.com >
2025-03-26 16:29:15 -03:00
Vidit-Ostwal
6145331ee4
Added test cases mentioned in the issue
2025-03-27 00:37:13 +05:30
Brandon Hancock
e11c7d1fd8
WIP
2025-03-26 14:51:53 -04:00
Lucas Gomide
f1839bc6db
Merge branch 'main' into Branch_2260
2025-03-26 14:24:03 -03:00
Tony Kipkemboi
0b58911153
Merge pull request #2482 from crewAIInc/docs/improve-observability
...
docs: update theme to mint and modify opik observability doc
2025-03-26 11:40:45 -04:00
Tony Kipkemboi
ee78446cc5
Merge branch 'main' into docs/improve-observability
2025-03-26 11:29:59 -04:00
Tony Kipkemboi
50fe5080e6
docs: update theme to mint and modify opik observability doc
2025-03-26 11:28:02 -04:00
Brandon Hancock (bhancock_ai)
e1b8394265
Fixed ( #2481 )
...
Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com >
2025-03-26 11:25:10 -04:00
Lorenze Jay
c23e8fbb02
Refactor type hints and clean up imports in crew.py ( #2480 )
...
- Removed unused import of BaseTool from langchain_core.tools.
- Updated type hints in crew.py to streamline code and improve readability.
- Cleaned up whitespace for better code formatting.
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2025-03-26 11:16:09 -04:00
Lucas Gomide
65aeb85e88
Merge pull request #2352 from crewAIInc/devin/1741797763-fix-long-role-name
...
Fix #2351 : Sanitize collection names to meet ChromaDB requirements
2025-03-26 12:07:15 -03:00
Devin AI
6c003e0382
Address PR comment: Move import to top level in knowledge_storage.py
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2025-03-26 12:02:17 -03:00
lucasgomide
6b14ffcffb
fix: delegate collection name sanitization to knowledge store
2025-03-26 12:02:17 -03:00
Devin AI
df25703cc2
Address PR review: Add constants, IPv4 validation, error handling, and expanded tests
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2025-03-26 12:02:17 -03:00
Devin AI
12a815e5db
Fix #2351 : Sanitize collection names to meet ChromaDB requirements
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2025-03-26 12:02:17 -03:00
Tony Kipkemboi
102836a2c2
Merge pull request #2478 from anmorgan24/Add-Opik-to-docs
...
Add Opik to docs
2025-03-26 10:55:51 -04:00
Brandon Hancock
e6b90699a8
more testing
2025-03-26 10:54:00 -04:00
Tony Kipkemboi
d38be25d33
Merge branch 'main' into Add-Opik-to-docs
2025-03-26 10:48:17 -04:00
Abby Morgan
ac848f9ff4
Update opik-observability.mdx
...
Changed icon to meteor as per tony's request
2025-03-26 10:46:59 -04:00
Vini Brasil
a25a27c3d3
Add exclude option to to_serializable() ( #2479 )
2025-03-26 11:35:12 -03:00
Abby Morgan
22c8e5f433
Update opik-observability.mdx
...
Fix typo
2025-03-26 10:06:36 -04:00
Abby Morgan
8df8255f18
Update opik-observability.mdx
...
Fix typo
2025-03-26 10:04:53 -04:00
Abby Morgan
66124d9afb
Update opik-observability.mdx
2025-03-26 09:57:32 -04:00
Abby Morgan
7def3a8acc
Update opik-observability.mdx
...
Add resources
2025-03-26 09:42:17 -04:00
Abby Morgan
5b7fed2cb6
Create opik-observability.mdx
2025-03-26 09:36:23 -04:00
Abby Morgan
838b3bc09d
Add opik screenshot
2025-03-26 09:36:05 -04:00
Lucas Gomide
ebb585e494
Merge pull request #2461 from crewAIInc/bugfix-2392-kickoff-for-each-conditional-task
...
fix: properly clone ConditionalTask instances
2025-03-26 08:57:09 -03:00
Abby Morgan
f09238e512
Update docs.json
...
Add Opik to docs/docs.json
2025-03-25 15:52:29 -04:00
lucasgomide
da5f60e7f3
fix: properly clone ConditionalTask instances
...
Previously copying a Task always returned an instance of Task even when we are cloning a subclass, such ConditionalTask.
This commit ensures that the clone preserve the original class type
2025-03-25 16:05:06 -03:00
Brandon Hancock
fa62df7d18
Usage metrics fixed
2025-03-25 14:56:27 -04:00
Brandon Hancock
0785d596f0
output type works now
2025-03-25 14:42:50 -04:00