Skip to content

feat(flo-ai): chat history feature for all agents#164

Merged
vizsatiz merged 21 commits intodevelopfrom
chat-history-fix
Nov 15, 2025
Merged

feat(flo-ai): chat history feature for all agents#164
vizsatiz merged 21 commits intodevelopfrom
chat-history-fix

Conversation

@jacobsanosh
Copy link
Contributor

No description provided.

@jacobsanosh jacobsanosh changed the title feat(flao-ai): chat history feature for all agents feat(flo-ai): chat history feature for all agents Nov 13, 2025

self.add_to_history(
MessageType.SYSTEM, f'Tool execution error: {analysis}'
AssistantMessage(
Copy link
Member

Choose a reason for hiding this comment

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

Here too I guess


raise AgentError(f'Failed after maximum {self.max_retries} attempts.')

async def _get_message_history(self, variables: Optional[Dict[str, Any]] = None):
Copy link
Member

Choose a reason for hiding this comment

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

I think this should go inside base agent I guess

Copy link
Contributor Author

Choose a reason for hiding this comment

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

resolved

@vizsatiz vizsatiz merged commit abc35b0 into develop Nov 15, 2025
5 checks passed
@vizsatiz vizsatiz deleted the chat-history-fix branch November 15, 2025 15:29
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