feat(flo-ai): chat history feature for all agents#164
Merged
Conversation
vizsatiz
requested changes
Nov 13, 2025
|
|
||
| self.add_to_history( | ||
| MessageType.SYSTEM, f'Tool execution error: {analysis}' | ||
| AssistantMessage( |
|
|
||
| raise AgentError(f'Failed after maximum {self.max_retries} attempts.') | ||
|
|
||
| async def _get_message_history(self, variables: Optional[Dict[str, Any]] = None): |
Member
There was a problem hiding this comment.
I think this should go inside base agent I guess
vizsatiz
approved these changes
Nov 15, 2025
vizsatiz
requested changes
Nov 15, 2025
vizsatiz
approved these changes
Nov 15, 2025
thomastomy5
pushed a commit
that referenced
this pull request
Apr 27, 2026
* fix(voice): removing Sales Engagement Score (SES) from call-deepdive * fix(flo-ai): adding chat history to agents * fix(flo-ai): checking upto document processing * fix(flo-ai): formatting the code * fix(flo-ai): resolving suggestions * fix(flo-ai): resolving suggestion and formatting the code * fix(flo-ai): removing unused library * fix(flo-ai): importing base llm * fix(flo-ai): adding pre-commit * fix(floa-ai): updating the test * fix(flo-ai): resolving suggestion * fix(flo-ai): formatting the code * fix(flo-ai):removing DocumentMessage and ImageMessage class * fix(flo-ai): formatting the code * fix(flo-ai): fixing the test issue * fix integration tests, except claude * Minor fix for claude tool calling * Moved all anthropic specific logic to anthropic class * Fix for some examples * fix(test): fixing all failing flo-ai tests * Fixing all tests --------- Co-authored-by: vizsatiz <satis.vishnu@gmail.com>
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.
No description provided.