diff --git a/docs/edge/ar/changelog.mdx b/docs/edge/ar/changelog.mdx index 2251e8d7f..75684e998 100644 --- a/docs/edge/ar/changelog.mdx +++ b/docs/edge/ar/changelog.mdx @@ -4,6 +4,43 @@ description: "تحديثات المنتج والتحسينات وإصلاحات icon: "clock" mode: "wide" --- + + ## v1.14.8a + + [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.8a) + + ## ما الذي تغير + + ### الميزات + - إضافة إجراء كتلة نصية/كود إلى FlowDefinition + - إضافة إجراءات الطاقم إلى FlowDefinition + - إضافة إجراء مركب `each` إلى FlowDefinition + - تنفيذ دعم وضع DMN في إنشاء الطاقم وتنفيذه + - تحسين وظيفة إعادة تعيين الذاكرة ومعالجة الطاقم بتنسيق JSON + - إضافة تعبيرات إلى إجراءات FlowDefinition + - تنفيذ أدوات تشغيل تعريف التدفق بدون كود Python + - دفع التغذية الراجعة البشرية من تعريف التدفق + - توصيل التكوين والاستمرارية من FlowDefinition إلى وقت التشغيل + - إضافة `crewai run --definition` التجريبية للتدفقات + - دعم تراجع نشر ZIP وتشغيل مشاريع الطاقم بتنسيق JSON + - تقديم الطواقم بتنسيق JSON أولاً + + ### إصلاحات الأخطاء + - إصلاح أداة Exa المكررة + - إصلاح استخدام الرموز المجمعة عبر جميع استدعاءات LLM + - حل المشكلات المتعلقة بتحميل الطاقم ومنطق التحقق + + ### الوثائق + - توثيق حقول FlowDefinition في مخطط JSON + - تحديث وثائق التثبيت والبدء السريع لمشاريع الطاقم بتنسيق JSON أولاً + - تحديث سجل التغييرات والإصدار لـ v1.14.7 + + ## المساهمون + + @gabemilani, @greysonlalonde, @iris-clawd, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl + + + ## v1.14.7 diff --git a/docs/edge/en/changelog.mdx b/docs/edge/en/changelog.mdx index b880bcbb5..f80caaaa1 100644 --- a/docs/edge/en/changelog.mdx +++ b/docs/edge/en/changelog.mdx @@ -4,6 +4,43 @@ description: "Product updates, improvements, and bug fixes for CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.8a + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.8a) + + ## What's Changed + + ### Features + - Add script/code block action to FlowDefinition + - Add crew actions to FlowDefinition + - Add `each` composite action to FlowDefinition + - Implement DMN mode support in crew creation and execution + - Enhance memory reset functionality and JSON crew handling + - Add expressions to FlowDefinition actions + - Implement Flow definition run tools without Python code + - Drive human feedback from the flow definition + - Wire config and persistence from FlowDefinition into the runtime + - Add experimental `crewai run --definition` for flows + - Support ZIP deployment fallback and JSON crew project env runs + - Introduce JSON first crews + + ### Bug Fixes + - Fix duplicated Exa tool + - Fix aggregate token usage across all LLM calls + - Resolve issues with crew loading and validation logic + + ### Documentation + - Document FlowDefinition fields in the JSON schema + - Update installation and quickstart documentation for JSON-first crew projects + - Update changelog and version for v1.14.7 + + ## Contributors + + @gabemilani, @greysonlalonde, @iris-clawd, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl + + + ## v1.14.7 diff --git a/docs/edge/ko/changelog.mdx b/docs/edge/ko/changelog.mdx index 1ca90a907..040c00441 100644 --- a/docs/edge/ko/changelog.mdx +++ b/docs/edge/ko/changelog.mdx @@ -4,6 +4,43 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정" icon: "clock" mode: "wide" --- + + ## v1.14.8a + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.8a) + + ## 변경 사항 + + ### 기능 + - FlowDefinition에 스크립트/코드 블록 액션 추가 + - FlowDefinition에 크루 액션 추가 + - FlowDefinition에 `each` 복합 액션 추가 + - 크루 생성 및 실행에서 DMN 모드 지원 구현 + - 메모리 재설정 기능 및 JSON 크루 처리 기능 향상 + - FlowDefinition 액션에 표현식 추가 + - Python 코드 없이 Flow 정의 실행 도구 구현 + - Flow 정의에서 인간 피드백 유도 + - FlowDefinition의 구성 및 지속성을 런타임에 연결 + - 흐름을 위한 실험적 `crewai run --definition` 추가 + - ZIP 배포 대체 및 JSON 크루 프로젝트 환경 실행 지원 + - JSON 우선 크루 도입 + + ### 버그 수정 + - 중복된 Exa 도구 수정 + - 모든 LLM 호출에서 집계 토큰 사용 수정 + - 크루 로딩 및 검증 로직 관련 문제 해결 + + ### 문서 + - JSON 스키마에서 FlowDefinition 필드 문서화 + - JSON 우선 크루 프로젝트에 대한 설치 및 빠른 시작 문서 업데이트 + - v1.14.7에 대한 변경 로그 및 버전 업데이트 + + ## 기여자 + + @gabemilani, @greysonlalonde, @iris-clawd, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl + + + ## v1.14.7 diff --git a/docs/edge/pt-BR/changelog.mdx b/docs/edge/pt-BR/changelog.mdx index 5fcbd8920..c489d799f 100644 --- a/docs/edge/pt-BR/changelog.mdx +++ b/docs/edge/pt-BR/changelog.mdx @@ -4,6 +4,43 @@ description: "Atualizações de produto, melhorias e correções do CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.8a + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.8a) + + ## O que Mudou + + ### Recursos + - Adicionar ação de bloco de script/código ao FlowDefinition + - Adicionar ações de equipe ao FlowDefinition + - Adicionar ação composta `each` ao FlowDefinition + - Implementar suporte ao modo DMN na criação e execução de equipes + - Melhorar a funcionalidade de redefinição de memória e o manuseio de equipes em JSON + - Adicionar expressões às ações do FlowDefinition + - Implementar ferramentas de execução de definição de fluxo sem código Python + - Conduzir feedback humano a partir da definição de fluxo + - Conectar configuração e persistência do FlowDefinition ao tempo de execução + - Adicionar `crewai run --definition` experimental para fluxos + - Suportar fallback de implantação ZIP e execuções de projeto de equipe em JSON + - Introduzir equipes em JSON primeiro + + ### Correções de Bugs + - Corrigir ferramenta Exa duplicada + - Corrigir uso de token agregado em todas as chamadas LLM + - Resolver problemas com o carregamento de equipes e lógica de validação + + ### Documentação + - Documentar campos do FlowDefinition no esquema JSON + - Atualizar documentação de instalação e início rápido para projetos de equipe em JSON-primeiro + - Atualizar changelog e versão para v1.14.7 + + ## Contribuidores + + @gabemilani, @greysonlalonde, @iris-clawd, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl + + + ## v1.14.7