• Joined on 2024-12-05
andre synced commits to devin/1743672884-fix-litellm-callback-error at andre/crewAI from mirror 2025-04-03 10:58:11 +00:00
andre synced commits to feat/byoa at andre/crewAI from mirror 2025-04-03 02:48:11 +00:00
andre synced new reference feat/byoa to andre/crewAI from mirror 2025-04-03 02:48:11 +00:00
andre synced commits to main at andre/crewAI from mirror 2025-04-02 18:38:10 +00:00
efe27bd570 Feat/individual react agent (#2483)
andre synced commits to feature-external-memory at andre/crewAI from mirror 2025-04-02 18:38:10 +00:00
a9a329a57e fix: fix typing check
135596a0dc chore: add warning messages about the deprecation of UserMemory
609fb52c1b docs: add docs about external memory
d12306a71b fix: support to provide a custom storage to External Memory
dd6d29a767 test: ensure the config takes precedence over memory_config when setting mem0
Compare 13 commits »
andre synced commits to feat/individual-react-agent at andre/crewAI from mirror 2025-04-02 18:38:09 +00:00
007ea5e839 Merge branch 'main' into feat/individual-react-agent
9b51e1174c fix expected output (#2498)
a3b5413f16 Merge pull request #2413 from exiao/main
bce4bb5c4e Update docs.json
3f92e217f9 Merge branch 'main' into main
Compare 8 commits »
andre synced commits to main at andre/crewAI from mirror 2025-04-02 10:28:10 +00:00
9b51e1174c fix expected output (#2498)
andre synced commits to devin/1743560186-fix-issue-2511 at andre/crewAI from mirror 2025-04-02 10:28:10 +00:00
c1bf544b1b Fix model provider detection and context window size calculation for Gemini 2.5
b2314a3d30 Fix import sorting in test file
baeb0dab48 Address PR comments: Add constants for context window sizes and expand test coverage
3b378dc5a6 Fix lint errors in test file
Compare 4 commits »
andre synced new reference feature-external-memory to andre/crewAI from mirror 2025-04-02 02:18:11 +00:00
andre synced commits to feat/individual-react-agent at andre/crewAI from mirror 2025-04-02 02:18:11 +00:00
52aeac4b75 Remove redundant error handling for action and final answer in CrewAgentParser. Update tests to reflect this change by deleting the corresponding test case.
e33532796b Merge branch 'feat/individual-react-agent' of github.com:crewAIInc/crewAI into feat/individual-react-agent
7f0d80d427 Add Excalidraw diagram file for visual representation of input-output flow
e4df956bea Merge branch 'main' into feat/individual-react-agent
b0f9637662 fix documentation for "Using Crews and Flows Together" (#2490)
Compare 6 commits »
andre synced commits to feature-external-memory at andre/crewAI from mirror 2025-04-02 02:18:11 +00:00
andre synced commits to main at andre/crewAI from mirror 2025-04-02 02:18:11 +00:00
a3b5413f16 Merge pull request #2413 from exiao/main
bce4bb5c4e Update docs.json
3f92e217f9 Merge branch 'main' into main
b6c32b014c Update phoenix-observability.mdx
06950921e9 Update phoenix-observability.mdx
Compare 6 commits »
andre synced new reference devin/1743560186-fix-issue-2511 to andre/crewAI from mirror 2025-04-02 02:18:10 +00:00
andre synced commits to devin/1743560186-fix-issue-2511 at andre/crewAI from mirror 2025-04-02 02:18:10 +00:00
andre synced commits to feature-cleanup-pydatic-issues at andre/crewAI from mirror 2025-04-01 18:08:11 +00:00
andre synced commits to main at andre/crewAI from mirror 2025-04-01 18:08:11 +00:00
b0f9637662 fix documentation for "Using Crews and Flows Together" (#2490)
63ef3918dd feat: cleanup Pydantic warning (#2507)
Compare 2 commits »
andre synced commits to fix/cli-create-provider-flag at andre/crewAI from mirror 2025-04-01 18:08:11 +00:00
1b7c5d1821 Merge branch 'main' into fix/cli-create-provider-flag
63ef3918dd feat: cleanup Pydantic warning (#2507)
3c24350306 fix: remove logs we don't need to see from UserMemory initializion (#2497)
Compare 3 commits »
andre synced new reference feature-cleanup-pydatic-issues to andre/crewAI from mirror 2025-04-01 18:08:11 +00:00
andre synced commits to feat/individual-react-agent at andre/crewAI from mirror 2025-04-01 01:48:11 +00:00
01ebf802e3 Refactor agent tests by removing outdated test cases and updating YAML cassettes to reflect changes in tool usage and response formats. Adjusted request and response headers, including user agent and content length, for improved accuracy in testing. Enhanced interaction formats for consistency across tests.
4856c4a685 Update tool usage logging to store tool arguments as native types instead of strings, enhancing data integrity and usability.
bfcc228bc3 Update YAML cassette for LLM tests to reflect changes in response structure and model version. Adjusted request and response headers, including updated content length and user agent. Enhanced token limits and request counts for improved testing accuracy.
802a4d079f Update tool usage logging to ensure tool arguments are consistently formatted as strings. Adjust agent test cases to reflect changes in maximum iterations and expected outputs, enhancing clarity in assertions. Update YAML cassettes to align with new response formats and improve overall consistency across tests.
570c7845fa Refactor agent tests to update model versions and improve response formatting in YAML cassettes. Changed model references from 'o1-preview' to 'o3-mini' and adjusted interaction formats for consistency. Enhanced error handling in context length tests and refined mock setups for better clarity.
Compare 14 commits »
andre synced new reference devin/1743451054-fix-issue-2503 to andre/crewAI from mirror 2025-04-01 01:48:11 +00:00