Skip to content

steveh250/LangFlow-Agent

Repository files navigation

LangFlow-Agent

LangFlow custom Python tools and scripts for Agent PoC that I built back in November 2024.

This repo contains some custom tools and a corrected API call tool to fix some bugs. Also contains a video of the Agent in action.

  • APITool-Corrected: A corrected version of a LangFlow component for calling API's with a Curl command that didn't work in Tool mode (see Issue: langflow-ai/langflow#5325)
  • RestrictedDirectoryListerComponent.py - custom component Tool to be used by a LangFlow Agent to list files in a restricited directory.
  • RestrictedFileReaderToolComponent.py - custom component Tool to be used by a LangFlow Agent to show the content of a file to the Agent
  • LangFlow-Agent-Canvas.png - LangFlow Agent canvas (see below)
  • SEOAgent-Video.mp4 - Video of the Agent in action (see bleow)
  • SEO Agent - Conceptual-Logical.png - Logical and Conceptual design of Agent (see below)
  • LangFlow-Flask-Wrapper - Flask wrapper for the binary that will be called by the Agent via the API Tool.
  • Thanks to Gary A. Stafford for the Streamlit front end info - https://github.com/garystafford/build-chatbot-with-langflow
SEOAgent-Video.mp4
  • Logical and Conceptual Model of the Agent
SEO Agent - Conceptual-Logical
  • LangFlow Agent canvas screenshot

LangFlow-Agent-Canvas

About

LangFlow custom Python tools and scripts for Agent PoC from Nov 2024.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages