Commit Graph

  • d2249e621d test: mark converter tests requiring local services to skip in CI Greyson LaLonde 2025-09-26 22:50:26 -04:00
  • 03a711c365 rerecord cassetes Greyson LaLonde 2025-09-26 22:44:04 -04:00
  • 72366e846e fix: handle source code extraction errors for lambda guardrails Greyson LaLonde 2025-09-26 22:37:31 -04:00
  • 0a09beca03 fix: improve VCR configuration and skip local service tests in CI Greyson LaLonde 2025-09-26 22:30:34 -04:00
  • 76ad0e0a10 test: re-record async tool test cassettes with proper mocking Greyson LaLonde 2025-09-26 22:21:46 -04:00
  • 6cf7da6d13 fix: remove broken VCR cassettes for async tool tests Greyson LaLonde 2025-09-26 22:18:37 -04:00
  • 02267c1435 fix: specify tests directory in pytest command to avoid import conflicts Greyson LaLonde 2025-09-26 22:14:02 -04:00
  • a717f44011 refactor: move src and tests from lib/crewai to root Greyson LaLonde 2025-09-26 22:09:32 -04:00
  • b88f065ad8 feat: sync with upstream crewai-tools changes Greyson LaLonde 2025-09-26 15:37:34 -04:00
  • e2270456c4 feat: add crewai-tools library to workspace Greyson LaLonde 2025-09-26 15:05:41 -04:00
  • 3eeb9b8f6c chore: prepare for crewai-tools migration Greyson LaLonde 2025-09-26 14:52:25 -04:00
  • 14a1bf6317 feat: add crewai-tools library to workspace Greyson LaLonde 2025-09-26 14:37:51 -04:00
  • 98a8607c87 chore: update workspace configuration and lock file Greyson LaLonde 2025-09-26 14:32:15 -04:00
  • daf6f679ff feat: restructure project as UV workspace with crewai in lib/ Greyson LaLonde 2025-09-26 14:29:28 -04:00
  • 74b5c88834 Merge branch 'main' into release/v1.0.0-alpha.1 Greyson LaLonde 2025-09-26 13:32:05 -04:00
  • 7d5cd4d3e2 chore: bump CrewAI version to 0.201.1 and update dependencies in project templates (#3605) 0.201.1 Lorenze Jay 2025-09-26 09:58:00 -07:00
  • 73e932bfee fix: update embedding functions to inherit from chromadb callable Greyson LaLonde 2025-09-26 12:25:19 -04:00
  • 8b52e05006 feat: update LiteLLM dependency to >=1.77.4 to address CVEs devin/1758900634-update-litellm-dependency Devin AI 2025-09-26 15:35:48 +00:00
  • 12fa7e2ff1 fix: rename watson to watsonx embedding provider and prefix env vars Greyson LaLonde 2025-09-26 10:57:18 -04:00
  • 091d1267d8 fix: prefix embedding provider env vars with EMBEDDINGS_ Greyson LaLonde 2025-09-26 10:50:45 -04:00
  • ae8e52b484 wip lg-triggers-endpoints-run Lucas Gomide 2025-09-26 09:11:31 -03:00
  • b3e1f28c2b fix: resolve lint issue in Watson embedding name test devin/1758883773-fix-watson-embedding-name-method Devin AI 2025-09-26 10:56:48 +00:00
  • 9578b60734 fix: add missing name() method to WatsonEmbeddingFunction Devin AI 2025-09-26 10:52:54 +00:00
  • 3b046c4881 fix: resolve lint issues in Watson environment variable tests devin/1758879321-fix-watson-env-vars-inconsistency Devin AI 2025-09-26 09:45:47 +00:00
  • b14bcd01c5 fix: standardize Watson environment variables to WATSONX_ prefix Devin AI 2025-09-26 09:40:33 +00:00
  • 9fbc602b3e Revert "Update CodeQL workflow to include custom config file" Canary-Crew-Github-Action- theCyberTech 2025-09-26 15:15:20 +08:00
  • b5b10a8cde chore: update version and dependencies to 0.201.0 (#3593) 0.201.0 Lorenze Jay 2025-09-25 18:04:12 -07:00
  • 2485ed93d6 feat: upgrade chromadb to v1.1.0, improve types Greyson LaLonde 2025-09-25 20:48:37 -04:00
  • ce5ea9be6f feat: add custom embedding types and migrate providers Greyson LaLonde 2025-09-25 18:28:39 -04:00
  • 13e5ec711d feat: add apps & actions attributes to Agent (#3504) Lucas Gomide 2025-09-25 17:46:51 -03:00
  • e350817b8d fix: remove debug logging (#462) Greyson LaLonde 2025-09-25 08:00:41 -04:00
  • e070c1400c feat: update pydantic, add pydantic-settings, migrate to dependency-groups Greyson LaLonde 2025-09-24 14:42:18 -04:00
  • 2a927933f2 Add OPENAI_API_KEY as required by QdrantSearchTool (#461) Thiago Moretto 2025-09-24 13:34:37 -03:00
  • 6537e3737d fix: correct directory name in quickstart documentation Greyson LaLonde 2025-09-24 11:41:33 -04:00
  • 346faf229f feat: add pydantic-compatible import validation and deprecate old utilities Greyson LaLonde 2025-09-24 11:36:02 -04:00
  • a0b757a12c Lorenze/traces mark as failed (#3586) Lorenze Jay 2025-09-23 22:02:27 -07:00
  • 1dbe8aab52 fix: add batch_size support to prevent embedder token limit errors Greyson LaLonde 2025-09-24 00:05:43 -04:00
  • aa15b38d41 ci: add canary workflow trigger for branch testing Greyson LaLonde 2025-09-23 23:51:18 -04:00
  • 9c54bfce1b Update CodeQL workflow to include custom config file theCyberTech 2025-09-24 00:21:31 +08:00
  • 4ac65eb0a6 fix: support nested config format for embedder configuration Greyson LaLonde 2025-09-23 11:57:46 -04:00
  • 4489baa149 fix: resolve lint and type-checker issues devin/1758641789-fix-watson-embedder-support Devin AI 2025-09-23 15:47:29 +00:00
  • 1442f3e4b6 fix: add Watson embedding support to factory Devin AI 2025-09-23 15:41:56 +00:00
  • 3e97393f58 chore: improve typing and consolidate utilities Greyson LaLonde 2025-09-23 11:33:46 -04:00
  • 34bed359a6 feat: add crewai uv wrapper for uv commands (#3581) Heitor Carvalho 2025-09-23 11:55:15 -03:00
  • 7c2aa2f923 fix: remove circular deps Greyson LaLonde 2025-09-22 19:35:08 -04:00
  • feeed505bb docs(changelog): add releases 0.193.2, 0.193.1, 0.193.0, 0.186.1, 0.186.0 across en/ko/pt-BR (#3577) Tony Kipkemboi 2025-09-22 19:19:55 -04:00
  • cb0efd05b4 chore: fix ruff linting issues in tools module Greyson LaLonde 2025-09-22 13:13:23 -04:00
  • db5f565dea fix: apply ruff linting fixes to tasks module Greyson LaLonde 2025-09-22 13:09:53 -04:00
  • 58413b663a chore: fix ruff linting issues in rag module Greyson LaLonde 2025-09-22 13:06:22 -04:00
  • 37636f0dd7 chore: fix ruff linting and mypy issues in flow module Greyson LaLonde 2025-09-22 13:03:06 -04:00
  • 0e370593f1 chore: resolve all ruff and mypy issues in experimental module Greyson LaLonde 2025-09-22 12:56:28 -04:00
  • 1bd10bb254 Add base_url param to exa search tool (#454) Ryan 2025-09-23 00:19:56 +08:00
  • 207079e562 Fix CSVKnowledgeSource token limit issue with batching devin/1758535481-fix-csv-token-limit Devin AI 2025-09-22 10:06:40 +00:00
  • 2c80ac6283 Add Canary Crew for Github Action theCyberTech 2025-09-22 15:23:26 +08:00
  • aa8dc9d77f Add source to LLM Guardrail events (#3572) Vini Brasil 2025-09-22 11:58:00 +09:00
  • 9c1096dbdc fix: Make 'ready' parameter optional in _create_reasoning_plan function (#3561) Jonathan Hill 2025-09-20 20:57:18 -05:00
  • 47044450c0 Adding fallback to crew settings (#3562) João Moura 2025-09-20 22:54:36 -03:00
  • 30631a65a1 Fix lint issues in test script devin/1758402947-fix-issue-3559 Devin AI 2025-09-20 21:33:20 +00:00
  • d46550d296 Fix TraceBatchManager authentication handling for issue #3559 Devin AI 2025-09-20 21:29:35 +00:00
  • 0ee438c39d fix version (#3557) 0.193.2 João Moura 2025-09-20 17:14:28 -03:00
  • cbb9965bf7 preparing new version 0.193.1 Joao Moura 2025-09-20 12:27:25 -07:00
  • 4951d30dd9 Dix issues with getting id (#3556) João Moura 2025-09-20 15:29:25 -03:00
  • 7426969736 chore: apply ruff linting fixes and type annotations to memory module Greyson LaLonde 2025-09-19 22:20:13 -04:00
  • d879be8b66 chore: fix ruff linting issues in agents module Greyson LaLonde 2025-09-19 22:11:21 -04:00
  • 24b84a4b68 chore: apply ruff linting fixes to crews module Greyson LaLonde 2025-09-19 22:02:22 -04:00
  • 8e571ea8a7 chore: fix ruff linting and mypy issues in knowledge module Greyson LaLonde 2025-09-19 21:39:15 -04:00
  • 2cfc4d37b8 chore: apply ruff linting fixes to events module Greyson LaLonde 2025-09-19 20:10:55 -04:00
  • f4abc41235 chore: apply ruff linting fixes to CLI module Greyson LaLonde 2025-09-19 19:55:55 -04:00
  • de5d3c3ad1 chore: add pydantic.mypy plugin for better type checking Greyson LaLonde 2025-09-19 19:23:33 -04:00
  • 007b17ca66 Merge branch 'main' into gl/refactor/agent-adapter-typing-and-docs gl/refactor/agent-adapter-typing-and-docs Greyson LaLonde 2025-09-19 17:15:47 -04:00
  • c062826779 chore: update dependencies and versioning for CrewAI 0.193.0 (#3542) 0.193.0 Lorenze Jay 2025-09-19 12:01:55 -07:00
  • c7b7492876 chore: fix ruff linting issues in project module gl/chore/project-ruff-linting-fixes Greyson LaLonde 2025-09-19 14:23:01 -04:00
  • 82cb72ea41 fix: add ConfigDict for Pydantic model_config and ClassVar annotations gl/feat/monorepo-structure Greyson LaLonde 2025-09-19 00:44:33 -04:00
  • eca9077590 fix: remove mem0-dependent test files Greyson LaLonde 2025-09-19 00:21:16 -04:00
  • 2607f5361c fix: rename test classes to avoid pytest collection warnings Greyson LaLonde 2025-09-19 00:18:43 -04:00
  • 080a7d753f fix: additional linting fixes from pre-commit hooks Greyson LaLonde 2025-09-19 00:09:44 -04:00
  • c5c07331bb feat: merge latest changes from crewAI-tools main into packages/tools Greyson LaLonde 2025-09-19 00:08:27 -04:00
  • c960f26601 Squashed 'packages/tools/' changes from 78317b9c..0b3f00e6 Greyson LaLonde 2025-09-18 23:38:08 -04:00
  • 78a68c677c feat: merge latest changes from crewAI main into packages/crewai Greyson LaLonde 2025-09-18 23:37:20 -04:00
  • 9491fe8334 Adding Ability for user to get deeper observability (#3541) João Moura 2025-09-18 21:47:09 -03:00
  • c47ff15bf6 set tracing if user enables it joaomdmoura/opensource-tracing Joao Moura 2025-09-18 17:01:52 -07:00
  • 270e0b6edd avoinding line breaking Joao Moura 2025-09-18 16:40:51 -07:00
  • a0cbb5cfdb feat(tracing): enhance first-time trace display and auto-open browser Joao Moura 2025-09-18 16:37:48 -07:00
  • 6f2ea013a7 docs: update RagTool references from EmbedChain to CrewAI native RAG (#3537) Greyson LaLonde 2025-09-18 19:06:44 -04:00
  • e29ca9ec28 feat: replace embedchain with native crewai adapter (#451) Greyson LaLonde 2025-09-18 19:02:22 -04:00
  • 39e8792ae5 fix: add l2 distance metric support for backward compatibility (#3540) Greyson LaLonde 2025-09-18 18:36:33 -04:00
  • 8025f5bb95 fix: use 'db' instead of '.db' for storage directory gl/fix/chromadb-storage-path Greyson LaLonde 2025-09-18 18:19:43 -04:00
  • 25ba1620cd fix: change default chromadb storage to project-local directory Greyson LaLonde 2025-09-18 18:15:37 -04:00
  • 2f682e1564 feat: update ChromaDB embedding function to use OpenAI API (#3538) Lorenze Jay 2025-09-18 14:50:35 -07:00
  • d4aa676195 feat: add configurable search parameters for RAG, knowledge, and memory (#3531) Greyson LaLonde 2025-09-18 16:58:03 -04:00
  • 8a2ed4320e fix: Resolve remaining lint issues (W291, W293, B904) devin/1758226297-prompt-caching-support Devin AI 2025-09-18 20:52:18 +00:00
  • 9a0b3e881d fix: Resolve all remaining lint issues (S101, RUF005, N806) Devin AI 2025-09-18 20:46:07 +00:00
  • d0e26f37e5 fix: Replace assert with conditional check for event bus emission Devin AI 2025-09-18 20:38:33 +00:00
  • af6c61bcb8 fix: Resolve type checking errors in prompt caching implementation Devin AI 2025-09-18 20:32:17 +00:00
  • a395a5cde1 feat: Add prompt caching support for AWS Bedrock and Anthropic models Devin AI 2025-09-18 20:21:50 +00:00
  • 578fa8c2e4 Lorenze/ephemeral trace ask (#3530) Lorenze Jay 2025-09-18 10:17:34 -07:00
  • 6f5af2b27c Update CodeQL workflow to ignore specific paths (#3534) Rip&Tear 2025-09-18 23:26:15 +08:00
  • 8ee3cf4874 test: fix flaky agent repeated tool usage test (#3533) Greyson LaLonde 2025-09-17 22:00:32 -04:00
  • f2d3fd0c0f fix(events): add missing event exports to __init__.py (#3532) Greyson LaLonde 2025-09-17 21:50:27 -04:00
  • f28e78c5ba refactor: unify rag storage with instance-specific client support (#3455) Greyson LaLonde 2025-09-17 14:46:54 -04:00