Commit Graph

  • 202ca028d6 docs: Add file upload support documentation for flows Alex 2026-03-28 23:39:30 -07:00
  • bce10f5978 fix: ensure output directory exists before writing in flow template (#5291) Lorenze Jay 2026-04-05 22:21:18 -07:00
  • d2e57e375b updating poem to content use case (#5286) Lorenze Jay 2026-04-05 22:05:02 -07:00
  • 27d579041a style: apply ruff format to governance.py devin/1775368465-security-governance-guardrails Devin AI 2026-04-05 06:08:06 +00:00
  • 31c174e1a4 feat: add governance policy framework for ungoverned call sites (OWASP Agentic Top 10) Devin AI 2026-04-05 06:05:21 +00:00
  • c0c1920270 fix: prevent Bedrock tool call arguments from being silently dropped devin/1775347433-fix-bedrock-tool-args Devin AI 2026-04-05 00:09:43 +00:00
  • 1086d5d70d fix: rename loop variable to avoid shadowing provider parameter in create_crew() devin/1775307303-fix-provider-shadowing Devin AI 2026-04-04 13:01:25 +00:00
  • 1386a4325b fix: remove $ prefix from f-strings in BrightDataSearchTool.get_search_url devin/1775307258-fix-brightdata-serp-query-url Devin AI 2026-04-04 12:58:19 +00:00
  • 0000239b3c feat: add google_drive/upload_from_file action for token-efficient file uploads feat/google-drive-upload-from-file Iris Clawd 2026-04-03 20:30:34 +00:00
  • d039a075aa docs: add AMP Training Tab guide (#5083) iris-clawd 2026-04-03 13:09:31 -07:00
  • 2ffd04a945 chore(deps-dev): bump types-regex dependabot/uv/types-regex-2026.2.28.20260301 dependabot[bot] 2026-04-03 18:04:31 +00:00
  • ce99312db1 chore: add exclude-newer = 3 days to all pyproject.toml files Greyson LaLonde 2026-04-04 02:02:58 +08:00
  • c571620f8c fix: remove seo indexing field causing Arabic page rendering Greyson LaLonde 2026-04-04 01:34:23 +08:00
  • f66e30b7b7 fix: update outdated CrewAI Toolkit links in docs devin/1775206691-fix-outdated-toolkit-links Devin AI 2026-04-03 09:02:33 +00:00
  • 931f3556cf ci: add vulnerability scanning with pip-audit and Snyk (#5242) iris-clawd 2026-04-02 21:44:44 -07:00
  • 914776b7ed docs: update changelog and version for v1.13.0 (#5247) 1.13.0 Lorenze Jay 2026-04-02 16:16:16 -07:00
  • e40b29b5f5 fix: use None sentinel instead of 'unknown' in _extract_tool_name devin/1775170555-fix-tool-name-collision-regression Devin AI 2026-04-02 23:12:11 +00:00
  • 6ef6fada4d feat: bump versions to 1.13.0 (#5246) Lorenze Jay 2026-04-02 16:12:03 -07:00
  • 901475e78c fix: wire _extract_tool_name into codebase and add regression tests for #5244 Devin AI 2026-04-02 23:02:55 +00:00
  • 1b7be63b60 Revert "refactor: remove unused and methods from (#5172)" (#5243) Lucas Gomide 2026-04-02 19:02:59 -03:00
  • b6b97e479e fix: convert AgentAction to AgentFinish in finalize instead of skipping fix/finalize-agent-action-to-finish Greyson LaLonde 2026-04-03 05:46:11 +08:00
  • 59aa5b2243 fix: add tool repository credentials to crewai install (#5224) alex-clawd 2026-04-02 13:56:36 -07:00
  • 2e2fae02d2 fix: add tool repository credentials to uv build in tool publish (#5223) alex-clawd 2026-04-02 13:52:08 -07:00
  • 181a62100f fix: auto-use qdrant-edge on Windows where lancedb has no wheels (#5045) fix/windows-lancedb-5045 Iris Clawd 2026-03-26 16:25:06 +00:00
  • f789cf854b try this docs/conversational-flows-self-ask lorenzejay 2026-04-01 16:23:22 -07:00
  • 575bf87f07 use latest lorenzejay 2026-04-01 16:18:34 -07:00
  • 9c4fb28956 fix checking on docs repo lorenzejay 2026-04-01 16:07:31 -07:00
  • 4fe0cc348f droppped link path that does not exist lorenzejay 2026-04-01 15:59:26 -07:00
  • 3bc168f223 fix: correct broken persistence link in conversational flows docs Iris Clawd 2026-04-01 22:05:58 +00:00
  • b690ef69ae docs: add Conversational Flows (self.ask) section to flows docs Iris Clawd 2026-04-01 21:17:42 +00:00
  • 7780565f1b fix: address review comments for MCP stdio command allowlist iris/fix/mcp-stdio-command-allowlist Alex 2026-04-02 13:14:00 -07:00
  • 52c4e4a309 feat: add command allowlist validation for MCP stdio transport Iris Clawd 2026-03-30 22:08:51 +00:00
  • f990a05fc0 docs: fix locale-prefixed links in security pages docs/add-vulnerability-reporting-section Alex 2026-04-02 13:13:17 -07:00
  • e0887276c3 docs: add top-level Security Policy page across all languages Iris Clawd 2026-03-26 17:50:56 +00:00
  • 0650d1947c docs: add stop endpoint page to api-reference docs/stop-execution-endpoint Alex 2026-04-02 13:12:30 -07:00
  • 0e07dd0b1a docs: document /stop/{kickoff_id} endpoint for cancelling executions Iris Clawd 2026-04-01 13:36:44 +00:00
  • 804c26bd01 feat: add RuntimeState RootModel for unified state serialization Greyson LaLonde 2026-04-03 03:46:55 +08:00
  • f3edebea20 fix: guard lazy executor in test utils + convert delegation logging to permanent debug level fix/hierarchical-trace-nesting Alex 2026-04-01 14:35:20 -07:00
  • 1405cd14f5 debug: add delegation scope verification logging Alex 2026-04-01 14:00:13 -07:00
  • 4e46913045 fix: pass fingerprint metadata via config instead of tool args (#5216) Greyson LaLonde 2026-04-03 03:21:02 +08:00
  • 335130cb15 feat: enhance event listener with new telemetry spans for skill and memory events (#5240) Lorenze Jay 2026-04-02 10:38:02 -07:00
  • 186ea77c63 docs: Add coding agent skills demo video to getting started pages (#5237) iris-clawd 2026-04-02 10:11:02 -07:00
  • 8d25902de1 docs: add skills demo video to skills concept page docs/add-skills-demo-video Iris Clawd 2026-04-02 16:49:48 +00:00
  • c091aa63c6 Merge branch 'main' into fix/oss-9-extra-forbidden-security-context fix/oss-9-extra-forbidden-security-context Lorenze Jay 2026-04-02 09:10:49 -07:00
  • 9e51229e6c chore: add ExecutionContext model for state Greyson LaLonde 2026-04-02 23:44:21 +08:00
  • 247d623499 docs: update changelog and version for v1.13.0a7 1.13.0a7 Greyson LaLonde 2026-04-02 22:21:17 +08:00
  • c260f3e19f feat: bump versions to 1.13.0a7 Greyson LaLonde 2026-04-02 22:16:05 +08:00
  • d9cf7dda31 chore: type remaining Any fields on BaseAgent and Crew Greyson LaLonde 2026-04-02 21:17:35 +08:00
  • 415b894405 fix: wrap sync instructor.to_json() in asyncio.to_thread for ato_json devin/1775133051-fix-async-converter-blocking Devin AI 2026-04-02 12:54:20 +00:00
  • 85369cf23e style: fix ruff formatting in converter.py Devin AI 2026-04-02 12:44:44 +00:00
  • 128552a5fa fix: use async LLM calls in converter for async workflows (issue #5230) Devin AI 2026-04-02 12:39:01 +00:00
  • c14abf1758 fix: add GPT-5 and o-series to multimodal vision prefixes (#5183) alex-clawd 2026-04-01 14:08:37 -07:00
  • f10d320ddb feat(a2ui): add A2UI extension with v0.8/v0.9 support, schemas, and docs Greyson LaLonde 2026-04-02 04:46:07 +08:00
  • aec7ad9731 chore: remove old a2a cassettes from lib/crewai (moved in previous commit) refactor/extract-crewai-a2a-package Greyson LaLonde 2026-04-02 04:11:43 +08:00
  • bba48ec9df refactor: pin crewai-a2a version and move a2a tests to standalone package Greyson LaLonde 2026-04-02 04:10:13 +08:00
  • edd79e50ef fix: ignore extra fields in dynamic tool schemas to prevent security_context validation errors Iris Clawd 2026-04-01 19:42:13 +00:00
  • 2ada20e9c6 refactor: extract a2a module into standalone workspace package Greyson LaLonde 2026-04-02 02:32:14 +08:00
  • 258f31d44c docs: update changelog and version for v1.13.0a6 (#5214) 1.13.0a6 João Moura 2026-04-01 10:26:07 -07:00
  • 68720fd4e5 feat: bump versions to 1.13.0a6 (#5213) João Moura 2026-04-01 10:23:44 -07:00
  • 3132910084 perf: reduce framework overhead — lazy event bus, skip tracing when disabled (#5187) alex-clawd 2026-04-01 10:17:57 -07:00
  • 503c153eab Merge branch 'main' into fix/docs-locale-default-english fix/docs-locale-default-english Lucas Gomide 2026-04-01 11:58:05 -03:00
  • c8f3a96779 docs: fix RBAC permission levels to match actual UI options (#5210) Lucas Gomide 2026-04-01 11:35:06 -03:00
  • 087a916d0c docs: set English as explicit default language to fix locale auto-redirect (CON-49) Iris Clawd 2026-04-01 14:19:29 +00:00
  • ff04e37c9e docs: remove Arabic locale from navigation to fix auto-redirect (CON-49) docs/fix-arabic-locale-redirect Iris Clawd 2026-04-01 14:02:41 +00:00
  • 84a9ecb86a style: apply ruff formatting to internal_instructor.py devin/1775040271-fix-instructor-base-url Devin AI 2026-04-01 10:55:42 +00:00
  • 2ed6fa1b7d fix: forward base_url and api_key from LLM to instructor client Devin AI 2026-04-01 10:53:07 +00:00
  • 88f653cb4a fix: forward base_url and api_key from LLM to instructor client (#5204) devin/1775038361-fix-instructor-base-url Devin AI 2026-04-01 10:19:46 +00:00
  • 2315422fc4 fix: forward frequency_penalty and presence_penalty to Responses API delegate devin/1775033893-azure-responses-api Devin AI 2026-04-01 09:20:26 +00:00
  • 1a7d2ad05c fix: resolve mypy no-any-return error in last_response_id property Devin AI 2026-04-01 09:13:51 +00:00
  • f69171cd76 feat: add Responses API support for Azure OpenAI provider Devin AI 2026-04-01 09:09:12 +00:00
  • 18ada25f01 docs: update changelog and version for v1.13.0a5 (#5200) 1.13.0a5 João Moura 2026-04-01 00:00:09 -07:00
  • 146da8d73a feat: bump versions to 1.13.0a5 (#5199) João Moura 2026-03-31 23:59:07 -07:00
  • 98c6109214 docs: update changelog and version for v1.13.0a4 1.13.0a4 Greyson LaLonde 2026-04-01 05:08:12 +08:00
  • 54a9174c12 feat: bump versions to 1.13.0a4 Greyson LaLonde 2026-04-01 05:01:29 +08:00
  • c26ae969b3 docs: update changelog and version for v1.13.0a3 1.13.0a3 Greyson LaLonde 2026-04-01 04:16:25 +08:00
  • 205555b786 feat: bump versions to 1.13.0a3 Greyson LaLonde 2026-04-01 04:02:29 +08:00
  • d6714a0e60 refactor: convert Flow to Pydantic BaseModel Greyson LaLonde 2026-04-01 03:48:41 +08:00
  • 107bc7f7be chore(deps): bump the security-updates group across 1 directory with 2 updates (#5088) dependabot[bot] 2026-03-31 14:03:42 -05:00
  • b1f49b1356 docs: fix inaccuracies in agent-capabilities across all languages (#5191) iris-clawd 2026-03-31 11:00:00 -07:00
  • accae5ca43 docs: Add Agent Capabilities overview and improve Skills documentation (#5189) iris-clawd 2026-03-31 10:47:38 -07:00
  • 0cd27790fd Merge branch 'main' into fix/trace-serialization-pydantic-context fix/trace-serialization-pydantic-context Greyson LaLonde 2026-04-01 00:25:22 +08:00
  • 68e943be68 feat: emit token usage data in LLMCallCompletedEvent Lucas Gomide 2026-03-31 13:18:36 -03:00
  • 8388169a56 Merge branch 'main' into fix/trace-serialization-pydantic-context Greyson LaLonde 2026-03-31 23:45:34 +08:00
  • 3283a00e31 fix(deps): cap lancedb below 0.30.1 for Windows compatibility Greyson LaLonde 2026-03-31 16:59:45 +08:00
  • 5de23b867c chore: remove unnecessary comments in _build_event_data Greyson LaLonde 2026-03-31 16:41:57 +08:00
  • 8edd8b3355 Merge branch 'fix/trace-serialization-pydantic-context' of https://github.com/crewAIInc/crewAI into fix/trace-serialization-pydantic-context Greyson LaLonde 2026-03-31 16:36:00 +08:00
  • 2af6a531f5 fix: serialize Enum via .value and add trace serializer for tool usage events Greyson LaLonde 2026-03-31 16:34:59 +08:00
  • c0d6d2b63f chore: removed additional unused import in test Greyson LaLonde 2026-03-31 16:33:41 +08:00
  • 3e0c750f51 Merge branch 'fix/trace-serialization-pydantic-context' of https://github.com/crewAIInc/crewAI into fix/trace-serialization-pydantic-context Greyson LaLonde 2026-03-31 16:26:43 +08:00
  • 416f01fe23 fix: add trace field serializer for agent on tool usage events Greyson LaLonde 2026-03-31 16:25:14 +08:00
  • da65ca2502 chore: remove unused import in test Greyson LaLonde 2026-03-31 16:23:21 +08:00
  • 47f192e112 fix: handle plain classes and callables in to_serializable Greyson LaLonde 2026-03-31 15:59:43 +08:00
  • 19d1088bab chore: remove redundant callable check in to_serializable Greyson LaLonde 2026-03-31 15:49:37 +08:00
  • 1faee0c684 refactor: type trace ref helpers as TypedDict Greyson LaLonde 2026-03-31 15:45:34 +08:00
  • 6da1c5f964 fix: reduce trace event serialization bloat Greyson LaLonde 2026-03-31 15:40:25 +08:00
  • fad083ffaa fix: add 'task' (singular) to TRACE_EXCLUDE_FIELDS fix/trace-serialization-bloat Alex 2026-03-30 18:53:31 -07:00
  • 1dd059a395 fix: resolve forward refs for CrewAgentExecutor BaseModel gl/refactor/executor-basemodel Greyson LaLonde 2026-03-31 08:29:19 +08:00
  • 297f7a0426 refactor: convert CrewAgentExecutor to BaseModel Greyson LaLonde 2026-03-31 08:22:53 +08:00
  • dfc0f9a317 refactor: replace InstanceOf[T] with plain type annotations Greyson LaLonde 2026-03-31 08:11:21 +08:00
  • ef79456968 chore: remove unused third_party LLM directory Greyson LaLonde 2026-03-31 07:33:56 +08:00