Skip to content

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

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

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

Conversation

@jacobsanosh
Copy link
Copy Markdown
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
Comment thread flo_ai/flo_ai/arium/arium.py Outdated
Comment thread flo_ai/flo_ai/models/chat_message.py Outdated
Comment thread flo_ai/flo_ai/models/agent.py Outdated

self.add_to_history(
MessageType.SYSTEM, f'Tool execution error: {analysis}'
AssistantMessage(
Copy link
Copy Markdown
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

Comment thread flo_ai/flo_ai/models/agent.py Outdated

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

async def _get_message_history(self, variables: Optional[Dict[str, Any]] = None):
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

resolved

Comment thread flo_ai/flo_ai/models/agent.py Outdated
Comment thread flo_ai/flo_ai/models/agent.py Outdated
Comment thread flo_ai/flo_ai/models/agent.py Outdated
Comment thread flo_ai/flo_ai/models/agent.py Outdated
@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
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>
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