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