This repository contains various AI agent implementations and testing projects:
langchain_simple_agent/: Implementation of a simple agent using LangChain framework
selenium_agent/: Agent implementation using Selenium for web automation
omni-parse-test/: Testing environment for Microsoft's OmniParser
utils/: Utility scripts and helper functions
See requirements.txt for all dependencies.
Each subfolder contains its own README with specific setup instructions for that component.
I have a conda env named 'agents'
conda create -n agents python=3.12
conda activate agents
pip install -r requirements.txt
Some components may have specific environment requirements. Please refer to individual folder READMEs for detailed setup instructions.
10 commits
Python
46.4%
Jupyter Notebook
42.5%
HTML
9.0%
JavaScript
1.2%
This repository contains various AI agent implementations and testing projects:
langchain_simple_agent/: Implementation of a simple agent using LangChain framework
selenium_agent/: Agent implementation using Selenium for web automation
omni-parse-test/: Testing environment for Microsoft's OmniParser
utils/: Utility scripts and helper functions
See requirements.txt for all dependencies.
Each subfolder contains its own README with specific setup instructions for that component.
I have a conda env named 'agents'
conda create -n agents python=3.12
conda activate agents
pip install -r requirements.txt
Some components may have specific environment requirements. Please refer to individual folder READMEs for detailed setup instructions.
10 commits
Python
46.4%
Jupyter Notebook
42.5%
HTML
9.0%
JavaScript
1.2%