Metadata-Version: 2.4
Name: michael_agent
Version: 1.0.4
Summary: SmartRecruitAgent - A recruitment automation library
Home-page: https://github.com/yourusername/agent
Author: Michael Jone
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: langchain
Requires-Dist: langgraph
Requires-Dist: langchain-openai
Requires-Dist: PyPDF2
Requires-Dist: pymupdf
Requires-Dist: flask
Requires-Dist: requests
Requires-Dist: watchdog
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Michael Agent

SmartRecruitAgent - A recruitment automation library.

## Installation

You can install this library using pip:

```bash
pip install michael_agent
```

## Usage

Import the library and use its features:

```python
import michael_agent

# Example usage
michael_agent.agent_main()
```

## Features

- Recruitment automation
- Integration with LangChain and OpenAI
- PDF processing
- Flask-based dashboard

## License

This project is licensed under the MIT License.
