Commit Graph

  • 6bc8818ae9 chore: refactor and type memoize utility function Greyson Lalonde 2025-10-13 13:09:10 -04:00
  • 620df71763 chore: refactor decorators and add output class wrappers Greyson Lalonde 2025-10-13 13:01:14 -04:00
  • 7d6324dfa3 chore: refactor annotation decorators with type-safe wrappers Greyson Lalonde 2025-10-13 12:44:02 -04:00
  • 541eec0639 chore: refactor project decorators and imports for clarity Greyson Lalonde 2025-10-13 12:29:57 -04:00
  • 2ebb2e845f fix: add a leeway of 10s when decoding jwt (#3698) Heitor Carvalho 2025-10-13 12:42:03 -03:00
  • 5bddfc6782 fix: replace unsafe ast.literal_eval() with secure alternative to prevent code injection fix/unsafe-code-execution Rip&Tear 2025-10-12 19:33:28 +08:00
  • 5e3f2e7be2 test Rip&Tear 2025-10-12 16:59:57 +08:00
  • 02c808eaae test: trigger local k8s deployment Rip&Tear 2025-10-12 16:59:21 +08:00
  • 6c5ac13242 Merge branch 'main' into release/v1.0.0 Greyson Lalonde 2025-10-12 02:07:55 -04:00
  • d0e629ee8d Fix task configuration with None context parameter in YAML devin/1760164364-fix-none-context-yaml Devin AI 2025-10-11 06:34:20 +00:00
  • 7b550ebfe8 fix: inject tool repository credentials in crewai run command Greyson LaLonde 2025-10-10 15:00:04 -04:00
  • ef7e565f71 Fix type-checker and lint CI failures devin/1760120542-fix-issue-3691 Devin AI 2025-10-10 18:33:39 +00:00
  • fe86049bd7 Fix task.copy() to preserve NOT_SPECIFIED context (fixes #3691) Devin AI 2025-10-10 18:27:17 +00:00
  • 52b2f07c9f docs: ensure CREWAI_PLATFORM_INTEGRATION_TOKEN is mentioned on docs (#3687) Lucas Gomide 2025-10-09 18:42:51 -03:00
  • da331ce422 Update triggers docs (#3678) Lucas Gomide 2025-10-09 16:11:57 -03:00
  • 0648e88f22 feat: bump versions to 1.0.0a4 (#3686) 1.0.0a4 Lorenze Jay 2025-10-09 11:05:05 -07:00
  • abe1f40bc2 Merge branch 'main' into release/v1.0.0 Greyson LaLonde 2025-10-09 13:52:58 -04:00
  • 29919c2d81 fix: revert bad cron sched Greyson LaLonde 2025-10-09 13:52:25 -04:00
  • b71c88814f fix: correct cron schedule to run every 5 days at specific dates Greyson LaLonde 2025-10-09 13:10:45 -04:00
  • 06f7d224c0 fix: remove duplicate line and add explicit env var Greyson LaLonde 2025-10-09 12:44:29 -04:00
  • faddcd0de7 Merge branch 'main' of github.com:crewAIInc/crewAI into release/v1.0.0 lorenzejay 2025-10-09 09:30:27 -07:00
  • 86e78701f1 return message list for liteagent kickoff response lorenze/return-messages-list-liteagent lorenzejay 2025-10-09 09:14:57 -07:00
  • 5ccdfdb1d3 Fix lint errors: remove unused variable and add raw string prefixes devin/1760023516-fix-tool-propagation-hierarchical Devin AI 2025-10-09 15:51:17 +00:00
  • 01114168df Fix tool propagation bug in hierarchical crews (#3679) Devin AI 2025-10-09 15:32:45 +00:00
  • 2f4fdf9a90 Merge branch 'release/v1.0.0' of https://github.com/crewAIInc/crewAI into release/v1.0.0 Greyson LaLonde 2025-10-09 10:34:19 -04:00
  • 28a8a7e6fa feat: update docs with new approach to consume Platform Actions (#3675) Lucas Gomide 2025-10-09 09:17:09 -03:00
  • cb8bcfe214 docs: update security policy for vulnerability reporting Rip&Tear 2025-10-09 12:57:57 +08:00
  • 51e8fb1f90 fix: resolve linting errors across codebase Greyson LaLonde 2025-10-08 20:18:01 -04:00
  • 13a514f8be chore: update crewAI and crewAI-tools dependencies to version 0.203.0 and 0.76.0 respectively (#3674) 0.203.0 Lorenze Jay 2025-10-08 14:34:51 -07:00
  • f094df6015 chore: add noqa for intentional print in printer utility Greyson LaLonde 2025-10-08 17:33:13 -04:00
  • 458f56fb33 fix: replace print statements with logger in agent and memory handling Greyson LaLonde 2025-10-08 17:28:50 -04:00
  • 11f6b34aa3 chore: exclude tests from GitHub Actions linter Greyson LaLonde 2025-10-08 17:13:12 -04:00
  • 47b6baee01 Merge branch 'main' into release/v1.0.0 Greyson LaLonde 2025-10-08 17:08:16 -04:00
  • 316b1cea69 docs: add guide for capturing telemetry logs in CrewAI AMP (#3673) Lorenze Jay 2025-10-08 14:06:10 -07:00
  • f9992d8d7a chore: exclude tests from ruff linting Greyson LaLonde 2025-10-08 17:04:13 -04:00
  • 79d4e42e62 chore: merge main into release/v1.0.0 Greyson LaLonde 2025-10-08 16:52:55 -04:00
  • 6f2e39c0dd feat: enhance knowledge and guardrail event handling in Agent class (#3672) Lorenze Jay 2025-10-08 11:53:13 -07:00
  • 8d93361cb3 docs: add missing /resume files (#3661) Lucas Gomide 2025-10-07 13:21:27 -03:00
  • 54ec245d84 docs: clarify webhook URL parameter in HITL workflows (#3660) Lucas Gomide 2025-10-07 13:06:11 -03:00
  • f589ab9b80 chore: load json tool input before console output Vidit Ostwal 2025-10-07 19:48:28 +05:30
  • fadb59e0f0 chore: add scheduled cache rebuild to prevent expiration Greyson LaLonde 2025-10-06 11:45:28 -04:00
  • 1a60848425 chore: remove crewAI.excalidraw file Greyson LaLonde 2025-10-06 11:03:55 -04:00
  • 8b9186311f feat: introduce trigger listing and execution commands for local development (#3643) Lucas Gomide 2025-10-06 11:20:49 -03:00
  • 0135163040 chore: remove mkdocs cache directory Greyson LaLonde 2025-10-05 21:41:09 -04:00
  • dac5d6d664 fix: use system PATH for Docker binary instead of hardcoded path Greyson LaLonde 2025-10-05 21:36:05 -04:00
  • f0f94f2540 fix: add CodeQL configuration to properly exclude template directories (#3641) Rip&Tear 2025-10-06 08:21:51 +08:00
  • 29a0ac483f fix: allow failed pypi publish 1.0.0a3 Greyson LaLonde 2025-10-03 19:25:14 -04:00
  • 38bc5a9dc4 fix: match tag and release title, ignore devtools build for pypi Greyson LaLonde 2025-10-03 19:18:19 -04:00
  • 0b305dabc9 feat: bump versions to 1.0.0a3 Lorenze Jay 2025-10-03 15:51:27 -07:00
  • ebeed0b752 feat: allow release after tag Greyson LaLonde 2025-10-03 18:49:58 -04:00
  • 2a0018a99b fix: allow pre-release Greyson LaLonde 2025-10-03 18:40:18 -04:00
  • 5865d39137 fix: ensure dep refs are updated for devtools Greyson LaLonde 2025-10-03 18:32:31 -04:00
  • e529ebff2b feat: add base devtooling Greyson LaLonde 2025-10-03 18:23:54 -04:00
  • ed54ee2a9d chore: bump version to 1.0.0a3 lorenze/1.0.0a3-bump-version lorenzejay 2025-10-03 14:48:48 -07:00
  • 126b91eab3 Lorenze/native inference sdks (#3619) Lorenze Jay 2025-10-03 14:32:35 -07:00
  • 7d236d42fb style: fix lint issues in test_task_output_json_overrides_llm_response_format devin/1759470530-fix-output-priority Devin AI 2025-10-03 06:09:45 +00:00
  • 0452c0af47 fix: prioritize task output_json over LLM response_format Devin AI 2025-10-03 06:04:24 +00:00
  • 428810bd6f feat: bump version to 1.0.0a2 v1.0.0a2 1.0.0a2 Greyson LaLonde 2025-10-02 16:38:17 -04:00
  • 610bc4b3f5 chore: merge main into release/v1.0.0 Greyson LaLonde 2025-10-02 15:32:54 -04:00
  • e73c5887d9 fix: handle properly anyOf oneOf allOf schema's props Lucas Gomide 2025-10-02 15:32:17 -03:00
  • c5ac5fa78a feat: add required env var validation for brightdata Mike Plachta 2025-10-02 09:35:29 -07:00
  • bf9e0423f2 chore(docs): bring AMP doc refresh from release/v1.0.0 into main (#3637) Tony Kipkemboi 2025-10-02 11:36:04 -04:00
  • 5456c80556 chore: apply linting fixes to crewai-tools Greyson LaLonde 2025-10-02 11:06:38 -04:00
  • df754dbcc8 docs: add contextual action to request feature on GitHub (#3635) Tony Kipkemboi 2025-10-02 10:44:13 -04:00
  • f47e0c82c4 Add tracing documentation and enable tracing feature in CrewAI Lorenze Jay 2025-10-02 04:33:18 -07:00
  • e8356b777c docs: expand contextual options in docs.json tonykipkemboi 2025-10-01 15:41:05 -04:00
  • ade425a543 docs: fix lingering unused code tonykipkemboi 2025-10-01 14:49:15 -04:00
  • eabced321c Add braintrust docs (#3628) Doug Guthrie 2025-10-01 12:38:22 -06:00
  • d7f6f07a5d docs: full name of acronym AMP tonykipkemboi 2025-10-01 14:22:16 -04:00
  • 9e1dae0746 docs: parity for all translations tonykipkemboi 2025-10-01 14:11:23 -04:00
  • 53d94df7de Fix pre-existing lint and type-checker errors in flow.py devin/1759339020-flow-init-required-fields Devin AI 2025-10-01 17:37:53 +00:00
  • 1ce52c6616 Fix lint issues in test_flow.py Devin AI 2025-10-01 17:30:23 +00:00
  • 0650fbbe88 Fix Flow initialization with Pydantic models having required fields Devin AI 2025-10-01 17:17:29 +00:00
  • b5161c320d Merge branch 'main' into release/v1.0.0 1.0.0a1 Tony Kipkemboi 2025-10-01 10:53:44 -04:00
  • c061252de7 fix: repository public issue fix/repository-public-issue Eduardo Chiarotti 2025-10-01 11:37:06 -03:00
  • c793c829ea WIP: v1 docs (#3626) Tony Kipkemboi 2025-10-01 10:25:28 -04:00
  • b77074e48e docs: add HITL webhook authentication examples Greyson LaLonde 2025-09-29 23:51:39 -04:00
  • 1de7dcd3c2 fix: Prevent callback validation ValueError from being suppressed devin/1759142904-dynamic-task-ordering Devin AI 2025-09-29 11:13:40 +00:00
  • ed95f47b80 fix: Resolve critical bugs identified by Cursor Bugbot Devin AI 2025-09-29 11:08:32 +00:00
  • c467c96e9f fix: Remove whitespace from blank lines in example file Devin AI 2025-09-29 11:00:26 +00:00
  • e1c2c08bba feat: Add dynamic task ordering capability to Sequential and Hierarchical processes Devin AI 2025-09-29 10:50:28 +00:00
  • 0fe9352149 chore: bump version to 1.0.0a1 across all packages v1.0.0.a1 v1.0.0-alpha.1 1.0.0.a1 Lorenze Jay 2025-09-28 08:53:35 -07:00
  • 548170e989 fix: add permission to action Greyson LaLonde 2025-09-28 01:08:19 -04:00
  • 417a4e3d91 chore: ci publish and pin versions Greyson LaLonde 2025-09-28 00:59:25 -04:00
  • 68dce92003 chore: update CI workflows and docs for monorepo structure Greyson LaLonde 2025-09-28 00:28:49 -04:00
  • 289b90f00a feat: add crewai-tools workspace and fix tests/dependencies Greyson LaLonde 2025-09-28 00:05:42 -04:00
  • c591c1ac87 chore: update python version to 3.13 and package metadata Greyson LaLonde 2025-09-27 23:09:52 -04:00
  • 86f0dfc2d7 feat: monorepo restructure and test/ci updates Greyson LaLonde 2025-09-27 22:53:02 -04:00
  • 2b85244b36 dont cache deps gl/feat/workspaces Greyson Lalonde 2025-09-27 20:37:48 -04:00
  • 2b6fba8390 fix: try install project Greyson Lalonde 2025-09-27 20:34:13 -04:00
  • 37b49756b5 fix: try from root Greyson Lalonde 2025-09-27 20:31:47 -04:00
  • 6fd2d8e19b fix: change ref, lint Greyson Lalonde 2025-09-27 17:25:15 -04:00
  • 4d79c41a06 feat: move core functionality to lib workspace structure Greyson Lalonde 2025-09-27 17:22:46 -04:00
  • f0762473d0 chore: update CI workflows and dependencies for workspace structure Greyson Lalonde 2025-09-27 16:37:08 -04:00
  • aca826c553 refactor: move rag package to lib/core and extract standalone utilities Greyson Lalonde 2025-09-27 16:31:54 -04:00
  • d9d7ed00d1 Fix linting and type-checking issues devin/1758986003-fix-ollama-connection-issue-3609 Devin AI 2025-09-27 15:37:02 +00:00
  • 6c81e45ffd Fix issue #3609: Add URL validation for Ollama connections Devin AI 2025-09-27 15:28:09 +00:00
  • 1d1f5f455c test: fix lite agent guardrail test assertions Greyson LaLonde 2025-09-26 23:15:37 -04:00
  • 58b72c3948 test: mark tracing tests requiring API connections to skip in CI Greyson LaLonde 2025-09-26 23:10:45 -04:00
  • 3b18e7d971 test: fix task interpolation test assertion and update cassette Greyson LaLonde 2025-09-26 23:07:51 -04:00