Skip to content

Commit a8bc2b4

Browse files
feat(fragile): update to 0.0.45
- this is a trigger commit. I forgot that refactor() doesn't trigger a new pypi release.
1 parent 6f8727f commit a8bc2b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/mathy_python/mathy/agents/fragile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ def swarm_solve(problem: str, config: SwarmConfig):
213213
msg.good(f"Solved! {problem} = {last_state.agent.problem}")
214214
mathy_env.print_history(last_state)
215215
else:
216-
msg.fail(f"Failed to find a solution! :(")
216+
msg.fail(f"Failed to find a solution :(")

0 commit comments

Comments
 (0)