crewai-cli 1.15.2a1.dev20260701__tar.gz → 1.15.2a2.dev20260702__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/PKG-INFO +2 -2
  2. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/pyproject.toml +1 -1
  3. crewai_cli-1.15.2a2.dev20260702/src/crewai_cli/__init__.py +1 -0
  4. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/declarative_flow/AGENTS.md +44 -6
  5. crewai_cli-1.15.2a1.dev20260701/src/crewai_cli/__init__.py +0 -1
  6. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/.gitignore +0 -0
  7. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/README.md +0 -0
  8. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/add_crew_to_flow.py +0 -0
  9. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/__init__.py +0 -0
  10. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/constants.py +0 -0
  11. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/main.py +0 -0
  12. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/providers/__init__.py +0 -0
  13. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/providers/auth0.py +0 -0
  14. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/providers/base_provider.py +0 -0
  15. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/providers/entra_id.py +0 -0
  16. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/providers/keycloak.py +0 -0
  17. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/providers/okta.py +0 -0
  18. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/providers/workos.py +0 -0
  19. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/token.py +0 -0
  20. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/authentication/utils.py +0 -0
  21. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/checkpoint_cli.py +0 -0
  22. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/checkpoint_tui.py +0 -0
  23. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/cli.py +0 -0
  24. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/command.py +0 -0
  25. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/config.py +0 -0
  26. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/constants.py +0 -0
  27. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/create_crew.py +0 -0
  28. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/create_flow.py +0 -0
  29. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/create_json_crew.py +0 -0
  30. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/crew_chat.py +0 -0
  31. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/crew_run_tui.py +0 -0
  32. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/deploy/__init__.py +0 -0
  33. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/deploy/archive.py +0 -0
  34. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/deploy/main.py +0 -0
  35. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/deploy/validate.py +0 -0
  36. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/enterprise/__init__.py +0 -0
  37. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/enterprise/main.py +0 -0
  38. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/evaluate_crew.py +0 -0
  39. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/experimental/__init__.py +0 -0
  40. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/experimental/skills/__init__.py +0 -0
  41. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/experimental/skills/main.py +0 -0
  42. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/git.py +0 -0
  43. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/install_crew.py +0 -0
  44. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/kickoff_flow.py +0 -0
  45. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/memory_tui.py +0 -0
  46. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/organization/__init__.py +0 -0
  47. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/organization/main.py +0 -0
  48. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/plot_flow.py +0 -0
  49. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/plus_api.py +0 -0
  50. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/provider.py +0 -0
  51. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/py.typed +0 -0
  52. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/remote_template/__init__.py +0 -0
  53. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/remote_template/main.py +0 -0
  54. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/replay_from_task.py +0 -0
  55. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/reset_memories_command.py +0 -0
  56. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/run_crew.py +0 -0
  57. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/run_declarative_flow.py +0 -0
  58. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/settings/__init__.py +0 -0
  59. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/settings/main.py +0 -0
  60. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/shared/__init__.py +0 -0
  61. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/shared/token_manager.py +0 -0
  62. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/task_outputs.py +0 -0
  63. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/AGENTS.md +0 -0
  64. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/__init__.py +0 -0
  65. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/.gitignore +0 -0
  66. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/README.md +0 -0
  67. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/__init__.py +0 -0
  68. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/config/agents.yaml +0 -0
  69. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/config/tasks.yaml +0 -0
  70. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/crew.py +0 -0
  71. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/knowledge/user_preference.txt +0 -0
  72. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/main.py +0 -0
  73. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/pyproject.toml +0 -0
  74. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/skills/.gitkeep +0 -0
  75. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/tools/__init__.py +0 -0
  76. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/crew/tools/custom_tool.py +0 -0
  77. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/declarative_flow/.gitignore +0 -0
  78. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/declarative_flow/README.md +0 -0
  79. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/declarative_flow/flow.yaml +0 -0
  80. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/declarative_flow/pyproject.toml +0 -0
  81. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/.gitignore +0 -0
  82. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/README.md +0 -0
  83. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/__init__.py +0 -0
  84. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/crews/content_crew/config/agents.yaml +0 -0
  85. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/crews/content_crew/config/tasks.yaml +0 -0
  86. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/crews/content_crew/content_crew.py +0 -0
  87. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/main.py +0 -0
  88. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/pyproject.toml +0 -0
  89. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/skills/.gitkeep +0 -0
  90. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/tools/__init__.py +0 -0
  91. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/flow/tools/custom_tool.py +0 -0
  92. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/.gitignore +0 -0
  93. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/README.md +0 -0
  94. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/agent.jsonc +0 -0
  95. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/agent_settings.jsonc +0 -0
  96. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/crew.jsonc +0 -0
  97. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/knowledge/user_preference.txt +0 -0
  98. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/pyproject.toml +0 -0
  99. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/json_crew/task.jsonc +0 -0
  100. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/tool/.gitignore +0 -0
  101. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/tool/README.md +0 -0
  102. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/tool/pyproject.toml +0 -0
  103. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/tool/src/{{folder_name}}/__init__.py +0 -0
  104. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/templates/tool/src/{{folder_name}}/tool.py +0 -0
  105. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/tools/__init__.py +0 -0
  106. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/tools/main.py +0 -0
  107. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/train_crew.py +0 -0
  108. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/triggers/__init__.py +0 -0
  109. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/triggers/main.py +0 -0
  110. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/tui_picker.py +0 -0
  111. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/update_crew.py +0 -0
  112. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/user_data.py +0 -0
  113. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/utils.py +0 -0
  114. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/src/crewai_cli/version.py +0 -0
  115. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/__init__.py +0 -0
  116. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/__init__.py +0 -0
  117. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/providers/__init__.py +0 -0
  118. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/providers/test_auth0.py +0 -0
  119. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/providers/test_entra_id.py +0 -0
  120. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/providers/test_keycloak.py +0 -0
  121. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/providers/test_okta.py +0 -0
  122. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/providers/test_workos.py +0 -0
  123. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/test_auth_main.py +0 -0
  124. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/authentication/test_utils.py +0 -0
  125. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/deploy/__init__.py +0 -0
  126. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/deploy/test_archive.py +0 -0
  127. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/deploy/test_deploy_main.py +0 -0
  128. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/deploy/test_validate.py +0 -0
  129. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/enterprise/__init__.py +0 -0
  130. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/enterprise/test_main.py +0 -0
  131. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/experimental/__init__.py +0 -0
  132. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/experimental/skills/__init__.py +0 -0
  133. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/experimental/skills/test_main.py +0 -0
  134. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/organization/__init__.py +0 -0
  135. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/organization/test_main.py +0 -0
  136. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/skills/__init__.py +0 -0
  137. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/skills/test_safe_extract.py +0 -0
  138. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_cli.py +0 -0
  139. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_click_compatibility.py +0 -0
  140. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_config.py +0 -0
  141. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_constants.py +0 -0
  142. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_create_crew.py +0 -0
  143. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_create_flow.py +0 -0
  144. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_crew_run_tui.py +0 -0
  145. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_crew_test.py +0 -0
  146. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_flow_commands.py +0 -0
  147. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_git.py +0 -0
  148. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_install_crew.py +0 -0
  149. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_kickoff_flow.py +0 -0
  150. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_plus_api.py +0 -0
  151. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_run_crew.py +0 -0
  152. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_run_declarative_flow.py +0 -0
  153. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_settings_command.py +0 -0
  154. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_token_manager.py +0 -0
  155. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_train_crew.py +0 -0
  156. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_utils.py +0 -0
  157. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/test_version.py +0 -0
  158. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/tools/__init__.py +0 -0
  159. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/tools/test_main.py +0 -0
  160. {crewai_cli-1.15.2a1.dev20260701 → crewai_cli-1.15.2a2.dev20260702}/tests/triggers/test_main.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crewai-cli
3
- Version: 1.15.2a1.dev20260701
3
+ Version: 1.15.2a2.dev20260702
4
4
  Summary: CLI for CrewAI — scaffold, run, deploy and manage AI agent crews.
5
5
  Project-URL: Homepage, https://crewai.com
6
6
  Project-URL: Documentation, https://docs.crewai.com
@@ -10,7 +10,7 @@ Requires-Python: <3.14,>=3.10
10
10
  Requires-Dist: appdirs~=1.4.4
11
11
  Requires-Dist: certifi
12
12
  Requires-Dist: click<9,>=8.1.7
13
- Requires-Dist: crewai-core==1.15.2a1.dev20260701
13
+ Requires-Dist: crewai-core==1.15.2a2.dev20260702
14
14
  Requires-Dist: cryptography>=42.0
15
15
  Requires-Dist: httpx~=0.28.1
16
16
  Requires-Dist: packaging>=23.0
@@ -8,7 +8,7 @@ authors = [
8
8
  ]
9
9
  requires-python = ">=3.10, <3.14"
10
10
  dependencies = [
11
- "crewai-core==1.15.2a1.dev20260701",
11
+ "crewai-core==1.15.2a2.dev20260702",
12
12
  "click>=8.1.7,<9",
13
13
  "pydantic>=2.11.9,<2.13",
14
14
  "pydantic-settings~=2.10.1",
@@ -0,0 +1 @@
1
+ __version__ = "1.15.2a2.dev20260702"
@@ -1,8 +1,3 @@
1
- ---
2
- name: flow-definition
3
- description: Create or edit CrewAI Flow declarations. Use when the user needs a YAML or JSON flow with methods, state, agents, crews, tools, outputs, or conditional branches.
4
- ---
5
-
6
1
  # Flow Definition
7
2
 
8
3
  You are writing a CrewAI Flow declaration for the user.
@@ -27,6 +22,8 @@ Do not include explanatory prose unless the user asks for it.
27
22
  6. Pass data with `${...}` mappings from `state` and completed `outputs`.
28
23
  7. Before final output, check every `listen`, `emit`, and `outputs.some_method` reference.
29
24
 
25
+ Set optional fields only when you are confident they are needed. Otherwise, trust CrewAI defaults and omit them.
26
+
30
27
  Method names must match `^[A-Za-z_][A-Za-z0-9_]*$`.
31
28
 
32
29
  ## Choose One Action Per Method
@@ -42,6 +39,7 @@ Pick the simplest action that does the job.
42
39
  - `state` is the initial shared data shape. Action results do not automatically merge into `state`.
43
40
  - Read method results with `outputs.method_name` after that method can run.
44
41
  - `listen` targets a method name or a router-emitted event name.
42
+ - Methods must not listen to their own method name.
45
43
  - Method names and emitted event names share one namespace. Avoid reusing the same string for both unless the user explicitly wants that.
46
44
  - Use `router: true` plus `emit` when one method chooses between named branches.
47
45
  - A router action must return exactly one emitted event string. It must not return JSON, a list, or an explanation.
@@ -93,6 +91,7 @@ Dynamic value rules:
93
91
  - Do not put more than one action under a method's `do`.
94
92
  - Do not make `do` a list.
95
93
  - Do not reference `outputs.some_method` before `some_method` can run.
94
+ - Do not set a method's `listen` to its own method name.
96
95
  - Do not use the same string for an emitted event and a method name unless the user asks for it.
97
96
  - Do not use `emit` without `router: true`.
98
97
  - Do not rely on crew action-level `inputs` alone to ground agent behavior. Inputs that do not match placeholders are effectively unused by the prompt.
@@ -163,7 +162,7 @@ methods:
163
162
  role: Follow-up router
164
163
  goal: 'Return exactly one bare value: followup or done. Do not include explanation.'
165
164
  backstory: Skilled at routing reviewed research briefs.
166
- input: "${outputs.research_brief.raw}"
165
+ input: "${'Reviewed research: ' + text(outputs, 'research_brief.raw')}"
167
166
  write_followup:
168
167
  listen: followup
169
168
  do:
@@ -186,6 +185,7 @@ Fields:
186
185
  - `name` (required): string. Unique flow name used in logs, events, and traces.
187
186
  - `description` (optional): string | null; default `null`. Human-readable summary of the flow.
188
187
  - `state` (required): [State](#json-schema-state-statetypejson_schema). State contract for the initial state and updates during execution.
188
+ - `config` (optional): [Config (`config`)](#config-config); default generated default. Serializable flow-level execution configuration.
189
189
  - `methods` (required): map of string to [Method](#method-methods). Mapping of method names to method definitions.
190
190
 
191
191
  ### JSON Schema State (`state[type=json_schema]`)
@@ -241,10 +241,22 @@ Fields:
241
241
  - `goal` (required): string. Crew agent goal. Crew inputs are interpolated with `{name}` placeholders such as `{topic}`; this is not CEL. Example: `Research {topic}`
242
242
  - `backstory` (required): string. Crew agent backstory. Crew inputs are interpolated with `{name}` placeholders such as `{topic}`; this is not CEL. Example: `Expert at concise technical research.`
243
243
  - `settings` (optional): map of string to any. Additional agent settings passed to the loader. Example: `{"llm": "openai/gpt-4o-mini"}`
244
+ - `llm` (optional): string or inline LLM config; default `null`. Language model that runs this crew agent. Use an object when setting LLM options such as `max_tokens`. Example: `{"max_tokens": 4096, "model": "openai/gpt-4o-mini"}`
245
+ - `planning_config` (optional): object | null; default `null`. Agent planning configuration. Set `max_attempts` to limit planning refinement attempts before task execution. Example: `{"max_attempts": 3}`
246
+ - `allow_delegation` (optional): boolean | null; default `null`. Enable agent to delegate and ask questions among each other. Example: `false`
247
+ - `max_iter` (optional): integer | null; default `null`. Maximum iterations for an agent to execute a task Example: `25`
248
+ - `max_rpm` (optional): integer | null; default `null`. Maximum number of requests per minute for the agent execution to be respected. Example: `10`
249
+ - `max_execution_time` (optional): integer | null; default `null`. Maximum execution time in seconds for an agent to execute a task Example: `300`
244
250
  - `tools` (optional): list[string | map of string to any] | null; default `null`. Tool refs or serialized tool definitions available to this agent. String refs can use CrewAI tool names, `custom:<name>`, or fully qualified `module:Class` references. Example: `["crewai_tools:SerperDevTool", "custom:file_read"]`
245
251
  - `apps` (optional): list[string] | null; default `null`. Platform apps available to this agent. Can contain app names such as `gmail` or app/action refs such as `gmail/send_email`. Example: `["gmail", "slack/send_message"]`
246
252
  - `mcps` (optional): list[string | map of string to any] | null; default `null`. MCP server refs or serialized MCP server configs available to this agent. String refs can use HTTPS URLs, connected MCP integration slugs, or refs with a `#tool_name` suffix for specific tools. Example: `["https://api.weather.com/mcp#get_current_weather", "snowflake", "stripe#list_invoices", {"cache_tools_list": true, "headers": {"Authorization": "Bearer your_token"}, "streamable": true, "url": "https://api.example.com/mcp"}]`
247
253
 
254
+ #### LLM Definition
255
+
256
+ Fields:
257
+ - `model` (required): string. Model identifier used to instantiate the LLM. Example: `openai/gpt-4o-mini`
258
+ - `max_tokens` (optional): integer | null; default `null`. Maximum number of tokens the LLM can generate. If null, CrewAI does not set an explicit output token cap and the provider's default applies. Example: `4096`
259
+
248
260
  #### Crew Task Definition (`methods.<name>.do[call=crew].with.tasks[]`)
249
261
 
250
262
  Fields:
@@ -269,11 +281,23 @@ Fields:
269
281
  - `goal` (required): string. Individual agent goal for the Flow agent action outside of a crew. Example: `Draft a concise customer reply`
270
282
  - `backstory` (required): string. Individual agent backstory used to shape behavior outside of a crew. Example: `Expert at resolving SaaS support questions.`
271
283
  - `settings` (optional): map of string to any. Additional agent settings passed to the loader. Example: `{"llm": "openai/gpt-4o-mini"}`
284
+ - `llm` (optional): string or inline LLM config; default `null`. Language model that runs this agent. Use an object when setting LLM options such as `max_tokens`. Example: `{"max_tokens": 4096, "model": "openai/gpt-4o-mini"}`
285
+ - `planning_config` (optional): object | null; default `null`. Agent planning configuration. Set `max_attempts` to limit planning refinement attempts before task execution. Example: `{"max_attempts": 3}`
286
+ - `allow_delegation` (optional): boolean | null; default `null`. Enable agent to delegate and ask questions among each other. Example: `false`
287
+ - `max_iter` (optional): integer | null; default `null`. Maximum iterations for an agent to execute a task Example: `25`
288
+ - `max_rpm` (optional): integer | null; default `null`. Maximum number of requests per minute for the agent execution to be respected. Example: `10`
289
+ - `max_execution_time` (optional): integer | null; default `null`. Maximum execution time in seconds for an agent to execute a task Example: `300`
272
290
  - `tools` (optional): list[string | map of string to any] | null; default `null`. Tool refs or serialized tool definitions available to this agent. String refs can use CrewAI tool names, `custom:<name>`, or fully qualified `module:Class` references. Example: `["crewai_tools:SerperDevTool", "custom:file_read"]`
273
291
  - `apps` (optional): list[string] | null; default `null`. Platform apps available to this agent. Can contain app names such as `gmail` or app/action refs such as `gmail/send_email`. Example: `["gmail", "slack/send_message"]`
274
292
  - `mcps` (optional): list[string | map of string to any] | null; default `null`. MCP server refs or serialized MCP server configs available to this agent. String refs can use HTTPS URLs, connected MCP integration slugs, or refs with a `#tool_name` suffix for specific tools. Example: `["https://api.weather.com/mcp#get_current_weather", "snowflake", "stripe#list_invoices", {"cache_tools_list": true, "headers": {"Authorization": "Bearer your_token"}, "streamable": true, "url": "https://api.example.com/mcp"}]`
275
293
  - `input` (required): string. Input passed to the individual agent kickoff outside of a crew. Use a single string value, often a dynamic `${...}` expression. When an agent needs multiple fields, build one single-line CEL string with labels and separators, using `text(root, 'path')` for values that may be missing or null, for example `${'Ticket ID: ' + text(state, 'ticket_id') + '; Message: ' + text(state, 'message')}`. In YAML, avoid `\n` escapes inside `${...}` strings. Example: `${state.ticket.body}`
276
294
 
295
+ #### LLM Definition
296
+
297
+ Fields:
298
+ - `model` (required): string. Model identifier used to instantiate the LLM. Example: `openai/gpt-4o-mini`
299
+ - `max_tokens` (optional): integer | null; default `null`. Maximum number of tokens the LLM can generate. If null, CrewAI does not set an explicit output token cap and the provider's default applies. Example: `4096`
300
+
277
301
  ### Expression Action (`methods.<name>.do[call=expression]`)
278
302
 
279
303
  Shape:
@@ -283,11 +307,25 @@ Fields:
283
307
  - `call` (required): must be `expression`. Action discriminator. Use expression to evaluate a CEL expression.
284
308
  - `expr` (required): string. CEL expression evaluated against state, outputs, and local context.
285
309
 
310
+ ### Config (`config`)
311
+
312
+ Fields:
313
+ - `tracing` (optional): boolean | null; default `null`. Override for flow tracing; when omitted, execution defaults apply.
314
+ - `stream` (optional): boolean; default `false`. Whether the flow should emit streaming events when supported.
315
+ - `memory` (optional): map of string to any | null; default `null`. Serializable memory configuration passed to flow execution.
316
+ - `input_provider` (optional): string | null; default `null`. Provider key used to supply initial state.
317
+ - `suppress_flow_events` (optional): boolean; default `false`. Disable flow event emission for this definition.
318
+ - `max_method_calls` (optional): integer; default `100`. Maximum number of method executions allowed during one kickoff.
319
+ - `defer_trace_finalization` (optional): boolean; default `false`. Defer trace finalization so callers can complete tracing later.
320
+ - `checkpoint` (optional): boolean | map of string to any | null; default `null`. Checkpointing configuration, or true to use default checkpointing.
321
+
286
322
  ### Cross-Field Rules
287
323
 
288
324
  - A method has exactly one `do` action object with one `call` discriminator.
289
325
  - `listen` targets method names and router-emitted event names in one shared namespace.
326
+ - Methods cannot listen to their own method name.
290
327
  - A router method result must match one declared `emit` value.
291
328
  - Crew action-level `inputs` are the Crew kickoff inputs; use CEL-wrapped strings there for runtime values.
292
329
  - Crew agent/task interpolation uses `{name}` placeholders from evaluated crew inputs.
293
330
  - Agent `with.input` must be text. Use `${outputs.method_name.raw}` or a text field like `${outputs.method_name.json_dict.summary}`.
331
+
@@ -1 +0,0 @@
1
- __version__ = "1.15.2a1.dev20260701"