Rishabh2095/AgentWorkflowJobApplications
Update dependencies in `pyproject.toml` to include `agentql>=1.0.0` and upgrade `langchain` and related packages to their latest versions for improved compatibility and performance.
Update `langgraph` dependency in `pyproject.toml` to version >=1.0.0 for improved compatibility.
Update dependency versions in `pyproject.toml` for `langchain-cerebras`, `langchain-community`, and `langchain-core` to ensure compatibility and introduce a new `langgraph` version constraint.
Update `langgraph` dependency in `pyproject.toml` to remove version constraints for greater flexibility.
Refactor `pyproject.toml` to remove unused dependencies and streamline the dependency list. Added a new optional `vector-store` section for Pinecone integration.
Update `langgraph-sdk` dependency in `pyproject.toml` to version range >=0.2.0,<0.3.0 for improved compatibility.
Refactor `pyproject.toml` to streamline dependencies and introduce optional dependencies for development and MLflow experiments. Removed several unused packages to reduce bloat.
Remove langgraph-sdk dependency from `pyproject.toml` to streamline project dependencies.
Updated langgraph-sdk dependency to the latest version without a specific version constraint in `pyproject.toml`
Upgraded langgrpah-sdk version
Remove deployment and Dockerfile explanation documents to streamline project documentation.
Refactor document processing functions to support asynchronous operations and update .gitignore for logs directory. Removed redundant import in data loading workflow.
Update dependencies and enhance project configuration
Refactor logging configuration and enhance job application workflow
Modified configuration for LLMs
Modified LLM Configuration
Added logs to gitignore
Remove Deployment Section in README
Updated README
Merge branch 'main' of https://github.com/rishabh1024/job_writer
Update LLM model in self-consistency function from Gemma 3-12b to 3-27b.
Bump grpcio and grpcio-tools to 1.78.x for Hugging Face deployment compatibility
Bump langgraph-sdk to >=0.3.5 for Hugging Face deployment compatibility
Update recursion limit in job workflow and replace LLM model references with Google Gemma. Add new data loading and research subgraph modules for modularity
Update recursion limit in job workflow and replace LLM model references with Google Gemma. Add new data loading and research subgraph modules for modularity
Remove binary database files from tracking and update gitignore
Remove resume.pdf from tracking and add .docker_env to gitignore
Stop tracking job_writer.log
Stop tracking job_writer.log
Merged conflict resolved
Added mongodb store dependency for Agent Memory
Modified Dockerfile to ensure Playwright is installed within the correct directory
Added feature in resume loader to allow uploding resume from hugging face datasets
Add URL support for resume files - enables remote resume access via HTTP/HTTPS URLs
Fix langsmith version conflict: update from 0.4.32 to >=0.6.3 for base image compatibility
Remove resume.pdf from git tracking and add binary files to .gitignore
Modified Dockerfile and docker-compose for HF Deployement
"Modified Dockerfile for HF Deployement, Made changes to main graph and intermediate graph states"
Remove .dockerignore and update langgraph.json paths
Refactor job writing agent: Improved code structure by introducing new data loading classes, enhancing logging practices, and ensuring safe environment variable access. Updated workflow logic for better readability and maintainability.
Code Refactoring and Central Logging
Restructuring the application repo.
Removed the test files
Changed the directory structure. Made significant code changes including usage of design patterns and improved code readability. Last commit was updating the gitignore file, ignore commit message in last commit.
Changed the directory structure. Made significant code changes including usage of design patterns and improved code readability.
First Commit
