Skip to content

Add PraisonAI to NLP Toolkits section#38

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

Add PraisonAI to NLP Toolkits section#38
MervinPraison wants to merge 1 commit intohuggingface:mainfrom
MervinPraison:add-praisonai

Conversation

@MervinPraison
Copy link
Copy Markdown

Adding PraisonAI

PraisonAI is a Multi-AI Agents framework that integrates with HuggingFace models.

Key Features:

  • 100+ LLM support via LiteLLM including HuggingFace models
  • MCP Protocol support for seamless tool integration
  • Agentic workflows with route(), parallel(), loop(), repeat() patterns
  • Built-in memory (short-term, long-term, entity, episodic)
  • Self-reflection for improved agent responses
  • Python & JavaScript SDKs

HuggingFace Integration:

PraisonAI supports HuggingFace models through LiteLLM, enabling users to leverage the HuggingFace ecosystem for multi-agent workflows.

Quick Start:

from praisonaiagents import Agent

agent = Agent(
    llm="huggingface/meta-llama/Llama-2-7b-chat-hf",
    instructions="You are a helpful assistant"
)
agent.start("Explain transformers architecture")

Thank you!

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