Skip to content

Conversation

@MervinPraison
Copy link

Description

Adds community tools for interacting with PraisonAI multi-agent workflows.

New Tools

  • PraisonAITool: Run queries through a PraisonAI multi-agent workflow
  • PraisonAIAgentTool: Run queries through a specific PraisonAI agent

Usage

from langchain_community.tools.praisonai import PraisonAITool

tool = PraisonAITool(api_url="http://localhost:8080")
result = tool.run("Research AI trends")

Dependencies

  • Uses httpx for HTTP requests (already a dependency of langchain-community)

Checklist

  • Follows existing tool structure pattern
  • Added to __init__.py exports
  • Added to _module_lookup for lazy loading
  • Includes docstrings with examples

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