Skip to content

Tags: crewAIInc/crewAI

Tags

0.98.0

Toggle 0.98.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Stateful flows (#1931)

* fix: ensure persisted state overrides class defaults

- Remove early return in Flow.__init__ to allow proper state initialization
- Add test_flow_default_override.py to verify state override behavior
- Fix issue where default values weren't being overridden by persisted state

Fixes the issue where persisted state values weren't properly overriding
class defaults when restarting a flow with a previously saved state ID.

Co-Authored-By: Joe Moura <[email protected]>

* test: improve state restoration verification with has_set_count flag

Co-Authored-By: Joe Moura <[email protected]>

* test: add has_set_count field to PoemState

Co-Authored-By: Joe Moura <[email protected]>

* refactoring test

* fix: ensure persisted state overrides class defaults

- Remove early return in Flow.__init__ to allow proper state initialization
- Add test_flow_default_override.py to verify state override behavior
- Fix issue where default values weren't being overridden by persisted state

Fixes the issue where persisted state values weren't properly overriding
class defaults when restarting a flow with a previously saved state ID.

Co-Authored-By: Joe Moura <[email protected]>

* test: improve state restoration verification with has_set_count flag

Co-Authored-By: Joe Moura <[email protected]>

* test: add has_set_count field to PoemState

Co-Authored-By: Joe Moura <[email protected]>

* refactoring test

* Fixing flow state

* fixing peristed stateful flows

* linter

* type fix

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Joe Moura <[email protected]>

0.95.0

Toggle 0.95.0's commit message
improving guardrails

0.86.0

Toggle 0.86.0's commit message
curting new verson

0.85.0

Toggle 0.85.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1698 from crewAIInc/brandon/cre-510-update-docs-t…

…o-talk-about-pydantic-and-json-outputs

Talk about getting structured consistent outputs with tasks.

v0.83.0

Toggle v0.83.0's commit message
preparing new version

0.80.0

Toggle 0.80.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1597 from crewAIInc/tm-fix-crew-train-test

Fix crew_train_success test

0.79.4

Toggle 0.79.4's commit message
preparing new version

0.79.0

Toggle 0.79.0's commit message
updating LLM docs

0.76.9

Toggle 0.76.9's commit message
prepare new version

0.76.2

Toggle 0.76.2's commit message
new version