Tony Kipkemboi
a3b5413f16
Merge pull request #2413 from exiao/main
...
Add Arize Phoenix docs and tutorials
2025-04-01 17:23:07 -04:00
exiao
bce4bb5c4e
Update docs.json
2025-04-01 14:51:01 -04:00
Lorenze Jay
3f92e217f9
Merge branch 'main' into main
2025-04-01 10:35:26 -07:00
theadityarao
b0f9637662
fix documentation for "Using Crews and Flows Together" ( #2490 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
---------
Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com >
2025-04-01 10:31:22 -07:00
Lucas Gomide
63ef3918dd
feat: cleanup Pydantic warning ( #2507 )
...
A several warnings were addressed following by https://docs.pydantic.dev/2.10/migration
2025-04-01 08:45:45 -07:00
Lucas Gomide
3c24350306
fix: remove logs we don't need to see from UserMemory initializion ( #2497 )
2025-03-31 08:27:36 -07:00
Lucas Gomide
356d4d9729
Merge pull request #2495 from Vidit-Ostwal/fix-user-memory-config
...
Fix user memory config
2025-03-28 17:17:52 -03:00
Vidit-Ostwal
e290064ecc
Fixes minor typo in memory docs
2025-03-28 22:39:17 +05:30
Vidit-Ostwal
77fa1b18c7
added early return
2025-03-28 22:30:32 +05:30
Vidit-Ostwal
08a6a82071
Minor Changes
2025-03-28 22:08:15 +05:30
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
exiao
b6c32b014c
Update phoenix-observability.mdx
2025-03-27 13:22:33 -04:00
exiao
06950921e9
Update phoenix-observability.mdx
2025-03-27 13:07:16 -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
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
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
sakunkun
7c67c2c6af
fix project_test.py
2025-03-26 14:02:04 +08:00
sakunkun
e4f5c7cdf2
Merge branch 'crewAIInc:main' into bug_fix
2025-03-26 10:50:15 +08:00