Skip to content

Add PraisonAI Multi-Agent Framework Cookbook#72

Open
MervinPraison wants to merge 1 commit intotogethercomputer:mainfrom
MervinPraison:add-praisonai
Open

Add PraisonAI Multi-Agent Framework Cookbook#72
MervinPraison wants to merge 1 commit intotogethercomputer:mainfrom
MervinPraison:add-praisonai

Conversation

@MervinPraison
Copy link

@MervinPraison MervinPraison commented Jan 31, 2026

Summary

Adds a cookbook demonstrating PraisonAI integration with Together AI for building multi-agent systems.

What is PraisonAI?

PraisonAI is a production-ready multi-agent framework with:

  • 🚀 Fastest agent instantiation (3.77μs) - benchmarked against CrewAI, LangGraph
  • 🔧 100+ built-in tools
  • 🌐 MCP Protocol support
  • 🧠 Built-in memory (short-term, long-term, entity, episodic)
  • 🔄 Workflow patterns (route, parallel, loop, repeat)
  • 📦 Python & JavaScript SDKs

Notebook Contents

  1. Basic Agent - Simple agent with Llama 3.1
  2. Agent with Tools - Custom function tools
  3. Multi-Agent Team - Researcher + Writer collaboration
  4. DeepSeek R1 Reasoning - Complex problem solving
  5. Model Reference - Together AI model formats

Links


Note

Low Risk
Documentation-only addition (new .ipynb) with no changes to runtime code paths or production behavior.

Overview
Adds a new cookbook Jupyter notebook Agents/PraisonAI/Agents_PraisonAI.ipynb demonstrating PraisonAI usage with Together AI models, including setup, a basic agent example, an agent extended with custom tools, a simple multi-agent team workflow (AgentTeam/Task), and a DeepSeek R1 reasoning example.

Includes a small model reference table and resource links to help users pick Together AI model identifiers.

Written by Cursor Bugbot for commit 5eafc4a. This will update automatically on new commits. Configure here.

@MervinPraison
Copy link
Author

Thanks for reviewing this cookbook!

If Together AI is interested, we'd love to also be included on the Integrations page at docs.together.ai/docs/integrations alongside Agno, LangGraph, CrewAI, etc.

PraisonAI has native support for Together AI via LiteLLM (together_ai/<model> format) and we think it would be valuable for Together AI users looking for multi-agent frameworks.

Happy to provide any additional content needed for an integration page!

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.

1 participant