Skip to content

Add PraisonAI to AI memory tools list#11

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

Add PraisonAI to AI memory tools list#11
MervinPraison wants to merge 1 commit into
topoteretes:mainfrom
MervinPraison:add-praisonai

Conversation

@MervinPraison
Copy link
Copy Markdown

Adding PraisonAI

PraisonAI is a production-ready Multi-AI Agents framework with built-in memory capabilities.

Memory Features:

  • Short-term memory - Context within conversation
  • Long-term memory - Persistent across sessions
  • Entity memory - Track entities and relationships
  • Episodic memory - Remember past interactions

Additional Features:

  • Fastest agent instantiation (3.77μs)
  • 100+ LLM support via LiteLLM
  • MCP Protocol support
  • Agentic workflows with route(), parallel(), loop(), repeat() patterns
  • Self-reflection for improved agent responses
  • Both Python & JavaScript SDKs

Memory Example:

from praisonaiagents import Agent

agent = Agent(
    instructions="You are a helpful assistant",
    memory=True  # Enable built-in memory
)
agent.start("Remember my name is John")
agent.start("What is my name?")  # Agent remembers: John

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