Commit Graph

  • d20f52367f remove test file as requested in PR review Devin AI 2025-08-05 20:42:12 +00:00
  • 75752479c2 docs: add CLI config docs (#3275) Lucas Gomide 2025-08-05 16:24:34 -03:00
  • 477bc1f09e feat: add default value for crew.name (#3252) Lucas Gomide 2025-08-05 13:25:50 -03:00
  • 66567bdc2f Support Device authorization with Okta (#3271) Lucas Gomide 2025-08-05 13:16:21 -03:00
  • 0b31bbe957 fix: enable word wrapping for long input tool (#3274) Lucas Gomide 2025-08-05 12:05:38 -03:00
  • 246cf588cd docs: updating MCP docs with connect_timeout attribute (#3273) Lucas Gomide 2025-08-05 11:27:18 -03:00
  • 4daf18256d feat: allow custom client_timeout for MCPAdapter (#409) Lucas Gomide 2025-08-05 10:53:57 -03:00
  • 9220cfba28 fix: use proper ArxivPaperTool import (#408) Lucas Gomide 2025-08-05 10:46:11 -03:00
  • 3c1bcbe072 fix: correct event handler signatures to match event bus expectations devin/1754240537-execution-trace-feature Devin AI 2025-08-03 17:23:25 +00:00
  • e4ba3f4c4c fix: resolve CI failures - remove unused imports and fix event bus registration Devin AI 2025-08-03 17:20:37 +00:00
  • 58fb717ab2 feat: implement execution tracing functionality for CrewAI Devin AI 2025-08-03 17:13:03 +00:00
  • ab1a6714b5 fix: handle missing parameters in Mem0Storage.search() to prevent KeyError devin/1754236688-fix-mem0-storage-keyerror Devin AI 2025-08-03 16:00:43 +00:00
  • 9f0f668d12 fix: use simpler exception assertion for Python 3.10 compatibility devin/1754211172-i18n-global-interface Devin AI 2025-08-03 09:05:11 +00:00
  • 8405122051 fix: correct test structure for Pydantic model validator exception handling Devin AI 2025-08-03 09:03:14 +00:00
  • 2c87f83dc3 feat: add global i18n configuration via CREWAI_I18N_FILE environment variable Devin AI 2025-08-03 08:57:20 +00:00
  • c9159ea09a Fix Agent.kickoff() to pass custom system_template and prompt_template to LiteAgent devin/1754170421-fix-agent-kickoff-custom-prompt Devin AI 2025-08-02 21:39:19 +00:00
  • 56f8ad5297 fix: remove unused import in examples file devin/1754150059-human-input-event-streams Devin AI 2025-08-02 16:13:15 +00:00
  • f133d13a00 fix: resolve lint issues in human input event streaming implementation Devin AI 2025-08-02 16:10:35 +00:00
  • ea560d0af1 feat: implement client-initiated real-time human input event streams Devin AI 2025-08-02 16:05:43 +00:00
  • 2d74f60d1d fix: remove unused imports to resolve lint errors devin/1754016650-fix-crewai-run-active-flag Devin AI 2025-08-01 02:57:53 +00:00
  • 6bb596d2e0 feat: add --active flag to crewai run command Devin AI 2025-08-01 02:54:46 +00:00
  • d590210a61 fix: update AgentOps documentation links to point to correct examples Devin AI 2025-08-01 00:14:34 +00:00
  • 88ed91561f feat: add crewai config command group and tests (#3206) Heitor Carvalho 2025-07-31 11:38:51 -03:00
  • 9a347ad458 chore: update crewai-tools dependency to version 0.59.0 and bump CrewAI version to 0.152.0 (#3244) 0.152.0 Lorenze Jay 2025-07-30 14:38:24 -07:00
  • 34c3075fdb fix: support to add memories to Mem0 with agent_id (#3217) Lucas Gomide 2025-07-30 12:56:46 -03:00
  • 1bdce4cc76 Update uv.lock after environment fix devin/1753885857-fix-reasoning-mode-disable Devin AI 2025-07-30 14:38:09 +00:00
  • 22761d74ba Fix #3242: Add reasoning parameter to LLM class to disable reasoning mode Devin AI 2025-07-30 14:37:53 +00:00
  • 498e8dc6e8 Changed the import error to show missing module files (#2423) Vidit Ostwal 2025-07-30 19:31:17 +05:30
  • 8ab236a68e Fix lint issues: remove unused imports devin/1753869436-add-langdb-observability-docs Devin AI 2025-07-30 10:06:59 +00:00
  • dce11df0b7 Add LangDB AI Gateway documentation to observability section Devin AI 2025-07-30 10:02:49 +00:00
  • 115af9b495 fix: resolve lint issues in EditFileTool implementation devin/1753861000-fast-apply-edit-file-tool Devin AI 2025-07-30 07:47:29 +00:00
  • f2fa1755ae feat: implement Fast Apply edit_file tool Devin AI 2025-07-30 07:43:46 +00:00
  • 3e914133bd Fix lint issues: remove unused imports from test file devin/1753829758-fix-windows-path-length-memory-storage Devin AI 2025-07-29 23:03:55 +00:00
  • f0949f90dd Fix Windows path length issue in memory storage Devin AI 2025-07-29 23:00:35 +00:00
  • cb522cf500 Enhance Flow class to support custom flow names (#3234) Lorenze Jay 2025-07-29 15:41:30 -07:00
  • 707c8583f4 chore: make tavily tools exportable (#400) Lucas Gomide 2025-07-29 15:56:20 -03:00
  • 30df46445b Adding Arxiv Paper tool (#310) Harikrishnan K 2025-07-29 22:23:30 +05:30
  • b8bd3000c6 Make RagTool processs-safe (#399) Vini Brasil 2025-07-28 17:09:53 -03:00
  • 017acc74f5 Add timezone to event timestamps (#3231) Vini Brasil 2025-07-28 17:09:06 -03:00
  • c06478afcc Fix lint and type-checker issues devin/1753580157-fix-custom-tools-registration Devin AI 2025-07-27 01:54:23 +00:00
  • b3be8a6588 Fix custom tool registration in CrewAI 0.150.0 Devin AI 2025-07-27 01:46:12 +00:00
  • fab86d197a Refactor: Move RAG components to dedicated top-level module (#3222) Greyson LaLonde 2025-07-25 10:55:31 -04:00
  • cc24a93009 fix: remove unused variable to resolve lint error devin/1753446809-fix-mem0-memory-search-filter Devin AI 2025-07-25 12:44:08 +00:00
  • 36bb990304 fix: support agent_id in Mem0 memory save/search with OR filtering Devin AI 2025-07-25 12:40:18 +00:00
  • 864e9bfb76 Changed the default value in Mem0 config (#3216) Vidit Ostwal 2025-07-24 22:50:18 +05:30
  • a41145fd7e wip lg-mem0-v2-fixes Lucas Gomide 2025-07-24 10:08:56 -03:00
  • d3b45d197c fix: remove crewai signup references, replaced by crewai login (#3213) Lucas Gomide 2025-07-24 08:47:35 -03:00
  • 579153b070 docs: fix incorrect model naming in Google Vertex AI documentation (#3189) Manuka Yasas 2025-07-24 02:28:57 +05:30
  • b1fdcdfa6e chore: update dependencies and version in project files (#3212) 0.150.0 Lorenze Jay 2025-07-23 11:03:50 -07:00
  • e6ec6cc332 Fix MongoDBVectorSearchTool serialization and schema (#389) Steven Silvester 2025-07-23 12:28:07 -05:00
  • 104485d18b feat: add SerperScrapeWebsiteTool for extracting clean content from URLs (#392) Mike Plachta 2025-07-23 10:22:47 -07:00
  • 18d76a270c docs: add SerperScrapeWebsiteTool documentation and reorganize SerperDevTool setup instructions (#3211) Mike Plachta 2025-07-23 09:12:59 -07:00
  • 30541239ad Changed Mem0 Storage v1.1 -> v2 (#2893) Vidit Ostwal 2025-07-23 18:00:52 +05:30
  • cc08e36d32 feat: change litellm dependency from strict pin to minimum version constraint devin/1753227986-litellm-minimum-version Devin AI 2025-07-22 23:50:14 +00:00
  • 9a65573955 Feature/update docs (#3205) Tony Kipkemboi 2025-07-22 13:55:27 -04:00
  • 4315f33e88 fix: cast dict values to str in _format_prompt gl/fix/agent-executor-type-annotation Greyson LaLonde 2025-07-22 10:34:10 -04:00
  • cf0a17f099 fix: update CrewAgentExecutor.invoke type signature Greyson LaLonde 2025-07-22 10:27:58 -04:00
  • a893e6030b fix: handle None agent_executor and type mismatch Greyson LaLonde 2025-07-22 10:21:31 -04:00
  • 767bbd693d fix: add type annotation for agent_executor field Greyson LaLonde 2025-07-22 10:16:53 -04:00
  • c3e87fc31f Fm/update stagehand (#387) Filip Michalsky 2025-07-22 10:05:29 -04:00
  • 27623a1d01 feat: remove duplicate print on LLM call error (#3183) Lucas Gomide 2025-07-21 23:08:07 -03:00
  • 90afeae467 Fix macOS onnxruntime dependency conflict devin/1753142980-fix-macos-onnxruntime-dependency Devin AI 2025-07-22 00:16:41 +00:00
  • 2593242234 Adding Support to adhoc tool calling using the internal LLM class (#3195) João Moura 2025-07-21 19:36:48 -03:00
  • 2ab6c31544 chore: add deprecation notices to UserMemory (#3201) Greyson LaLonde 2025-07-21 15:26:34 -04:00
  • 3c55c8a22a fix: append user message when last message is from assistent when using Ollama models (#3200) Lucas Gomide 2025-07-21 14:30:40 -03:00
  • 424433ff58 docs: Add Tavily Search & Extractor tools to Search-Research suite (#3146) Ranuga Disansa 2025-07-21 21:31:29 +05:30
  • 2fd99503ed build: upgrade LiteLLM to 1.74.3 (#3199) Lucas Gomide 2025-07-21 10:58:47 -03:00
  • 35c45e3386 Fix lint errors: remove unused imports from test files devin/1753099637-fix-custom-logger-conflict Devin AI 2025-07-21 12:21:26 +00:00
  • 4b2929a9f2 Add reproduction test for custom logger conflict issue Devin AI 2025-07-21 12:15:44 +00:00
  • 6c336d04da Fix custom logger conflicts with CrewAI verbose logging Devin AI 2025-07-21 12:15:30 +00:00
  • fd5cd14eb0 Fix lint issue: remove unused pytest import devin/1752965391-fix-llm-guardrail-json-parsing Devin AI 2025-07-19 22:59:52 +00:00
  • b7cb0186bd Fix LLMGuardrailResult JSON parsing with trailing characters Devin AI 2025-07-19 22:56:22 +00:00
  • 2c38d1d448 Bedrock AgentCore browser and code interpreter toolkits (#385) Piyush Jain 2025-07-18 14:33:39 -07:00
  • 7c5558bc13 feat: prevent agent parser from causing action loops lg-tool-invocation-enhancement Lucas Gomide 2025-07-18 16:35:07 -03:00
  • 942014962e fixed save method, changed the test cases (#3187) Vidit Ostwal 2025-07-19 00:40:26 +05:30
  • c978c4f495 refactor agent parser Lucas Gomide 2025-07-18 15:56:57 -03:00
  • fab7c8504a refactor: improve clean up observervation and final answer Lucas Gomide 2025-07-17 17:26:54 -03:00
  • 2ab79a7dd5 feat: drop unsupported stop parameter for LLM models automatically (#3184) Lucas Gomide 2025-07-18 14:54:28 -03:00
  • 482c7e5318 Fix lint error: use underscore for unused variable in test devin/1752856170-fix-crew-output-json-indexerror Devin AI 2025-07-18 16:35:31 +00:00
  • 5896f6a119 Fix IndexError in CrewOutput.json when tasks_output is empty Devin AI 2025-07-18 16:32:34 +00:00
  • 230d72e5b9 Add initial doc part of keyed mcp server params tm-multiple-mcp-servers-crew-base Thiago Moretto 2025-07-18 09:57:18 -04:00
  • 27c449c9c4 test: remove workaround related to SQLite without FTS5 (#3179) Lucas Gomide 2025-07-18 10:37:15 -03:00
  • 1c48e134a9 Merge branch 'main' into tm-multiple-mcp-servers-crew-base Thiago Moretto 2025-07-18 10:11:12 -03:00
  • db90371c22 Adding support to multiple mcp servers on @CrewBase Thiago Moretto 2025-07-16 21:34:44 -04:00
  • ae9907c8e7 fix: prioritize Action over Final Answer to prevent tool bypassing Lucas Gomide 2025-07-17 15:51:14 -03:00
  • 3836ba50be cleaned text to squash Lucas Gomide 2025-07-17 15:50:44 -03:00
  • 63f7d75b34 feat: improve action detection when agent provide multiples choices Lucas Gomide 2025-07-17 15:50:07 -03:00
  • c212dc2155 fix: try to get the first tool input directory when Agent return a list of inputs Lucas Gomide 2025-07-17 15:37:20 -03:00
  • e18174de19 fix: detect and clean agent-written observations in parser Lucas Gomide 2025-07-17 15:34:11 -03:00
  • 5c5e3b91cd feat: improve ToolMetric in Agent Evaluator when the agent fails to invoke a required tool lg-improve-tool-metrics Lucas Gomide 2025-07-17 10:24:55 -03:00
  • 9737333ffd Use file lock around Chroma client initialization (#3181) Vini Brasil 2025-07-17 11:50:45 -03:00
  • cf5f0a3553 fix: regenerate uv.lock to resolve TOML parse errors devin/1752742948-support-extra-headers-llm Devin AI 2025-07-17 09:07:45 +00:00
  • bb19998fe7 feat: add extra_headers parameter to LLM class Devin AI 2025-07-17 09:07:32 +00:00
  • c216b310e3 Fix response_format validation for OpenAI-compatible models devin/1752717093-fix-structured-output-compatibility Devin AI 2025-07-17 01:56:56 +00:00
  • bf248d5118 docs: fix neatlogs documentation (#3171) Lucas Gomide 2025-07-16 22:18:04 -03:00
  • 2490e8cd46 Update CrewAI version to 0.148.0 in project templates and dependencies (#3172) 0.148.0 Lorenze Jay 2025-07-16 12:36:43 -07:00
  • 9b67e5a15f Emit events about Agent eval (#3168) Lucas Gomide 2025-07-16 14:18:59 -03:00
  • cbe570088e feat: add regression tests and configure its workflow lg-agent-pipeline-regression Lucas Gomide 2025-07-15 18:45:26 -03:00
  • eaf550521c global handlers(?) WIP lg-event-bus-thread-safety Lucas Gomide 2025-07-15 13:47:53 -03:00
  • 6ebb6c9b63 Supporting eval single Agent/LiteAgent (#3167) Lucas Gomide 2025-07-15 10:22:41 -03:00