Skip to content

Introduce LLM routing & Linear Router Implementation#7

Merged
vizsatiz merged 1 commit intodevelopfrom
feature/flo-router
Aug 29, 2024
Merged

Introduce LLM routing & Linear Router Implementation#7
vizsatiz merged 1 commit intodevelopfrom
feature/flo-router

Conversation

@vishnurk6247
Copy link
Copy Markdown
Member

  • Add linear agentic flow

@vishnurk6247 vishnurk6247 changed the title Intoduce llm routing Introduce llm routing Aug 27, 2024
@vishnurk6247 vishnurk6247 changed the title Introduce llm routing Introduce LLM routing Aug 27, 2024
Comment thread flo_ai/models/flo_team.py
return FloTeam(self.name, super_graph)

def build_linear_agents_graph(self) -> FloTeam:
flo_agent_nodes = [self.build_node(flo_agent) for flo_agent in self.flo_agents]
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.

We might have to see how we can apply the linear functional flo to teams, that is between teams. That is something we will have to implement here

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.

Making this change in a separate pull request

Comment thread flo_ai/models/flo_team.py
return FloTeam(self.name, super_graph)

def build_linear_agents_graph(self) -> FloTeam:
flo_agent_nodes = [self.build_node(flo_agent) for flo_agent in self.flo_agents]
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.

Making this change in a separate pull request

@vizsatiz vizsatiz changed the title Introduce LLM routing Introduce LLM routing & Linear Router Implementation Aug 29, 2024
@vizsatiz vizsatiz merged commit 97ede91 into develop Aug 29, 2024
@vizsatiz vizsatiz deleted the feature/flo-router branch August 29, 2024 12:59
thomastomy5 pushed a commit that referenced this pull request Apr 27, 2026
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