feat: Release v1.1.2 with Agent enhancements, OllamaClient integration, and FunctionTool improvements - #436
Merged
Conversation
added 7 commits
August 9, 2025 21:30
… test cases to test_agent.py:\n- test_flip_thinking_model_toggles_state: Verifies state toggle functionality\n- test_flip_thinking_model_recreates_planner: Ensures planner is recreated\n- test_flip_thinking_model_preserves_other_attributes: Confirms other attrs unchanged\n- test_flip_thinking_model_with_initial_true: Tests with initial thinking model enabled\n\nAll tests pass and ensure the flip_thinking_model method works correctly.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
added 4 commits
August 15, 2025 20:10
- Add token consumption tracking to Runner class with methods to get and update token statistics - Add estimated_token_count property to Generator class to track prompt tokens - Include step-by-step token tracking in Runner execution loops - Add debug logging for token usage per step
…on handler, agent core files, prompts, runner, and updated API documentation index
Sylph-AI
approved these changes
Aug 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces AdalFlow v1.1.1 with significant Agent improvements and bug fixes.
Key Features:
Bug Fixes:
Testing:
Added 4 comprehensive test cases for Agent.flip_thinking_model() method:
Maintenance:
Impact: