Skip to content

Latest commit

 

History

History
 
 

PlatformDocsBlogDiscord

Agents


This repository implements various agentic workflows using opensource LLMs.

Cookbook Description Open
Serial Chain Agent Chain multiple LLM calls sequentially to process complex tasks. Colab
Conditional Router Agent Workflow Create an agent that routes tasks to specialized models. Colab
Parallel Agent Workflow Run multiple LLMs in parallel and aggregate their solutions. Colab
Orchestrator Subtask Agent Workflow Break down tasks into parallel subtasks to be executed by LLMs. Colab
Looping Agent Workflow Build an agent that iteratively improves responses Colab
Together Open Deep Research An Open Source Deep-Research Implementation with Multi-Step Web Search Colab