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

- LangFlow Agent canvas screenshot