Skip to content

refactor: upmerge fixes from main - #146

Merged
AndreRatzenberger merged 17 commits into
0.5.0bfrom
feat/beta/upmerge
Jul 16, 2025
Merged

refactor: upmerge fixes from main#146
AndreRatzenberger merged 17 commits into
0.5.0bfrom
feat/beta/upmerge

Conversation

@AndreRatzenberger

Copy link
Copy Markdown
Member

No description provided.

AndreRatzenberger and others added 17 commits May 30, 2025 09:18
👔 add include_reasoning in declarative evaluator and flock_factory
🐛 fix: webapp crashed wenn deserializing a pydantic model for visualization
🐛 fix a crash when generating sharable links
…get saved into a blob like with shared links instead of getting saved in the table storage -> no >64kb exception anymore
fix: if feedback for agent run provided the definition of flock will get saved into a blob like with shared links instead of getting saved in the table storage -> no >64kb exception anymore
Co-authored-by: andre.ratzenberger <andre.ratzenberger@whiteduck.de>
…-router-config-attribute-error-5068

Fix conditional router config attribute error
@AndreRatzenberger
AndreRatzenberger merged commit 75edd35 into 0.5.0b Jul 16, 2025
2 checks passed
@AndreRatzenberger
AndreRatzenberger deleted the feat/beta/upmerge branch July 16, 2025 15:13

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Invalid Model Identifier in Quick Start

The README.md Quick Start example was updated to use model='openai/gpt-4.1'. This is an invalid OpenAI model identifier, which will cause runtime errors and prevent the example code from running successfully. OpenAI's API does not recognize 'gpt-4.1'; valid models include 'gpt-4o', 'gpt-4', and 'gpt-4-turbo'.

README.md#L58-L59

flock/README.md

Lines 58 to 59 in 92f6685

# 1. Create the main orchestrator
my_flock = Flock(model="openai/gpt-4.1")

Fix in CursorFix in Web


BugBot free trial expires on July 23, 2025
Learn more in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants