CoolFace
Apppublic

Rishabh2095/AgentWorkflowJobApplications

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
46 commits on main
f5b0ef45mo ago

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.

Rishabh2095
a427fe55mo ago

Update `langgraph` dependency in `pyproject.toml` to version >=1.0.0 for improved compatibility.

Rishabh2095
b5c8ed35mo ago

Update dependency versions in `pyproject.toml` for `langchain-cerebras`, `langchain-community`, and `langchain-core` to ensure compatibility and introduce a new `langgraph` version constraint.

Rishabh2095
4bf2da15mo ago

Update `langgraph` dependency in `pyproject.toml` to remove version constraints for greater flexibility.

Rishabh2095
5f75df25mo ago

Refactor `pyproject.toml` to remove unused dependencies and streamline the dependency list. Added a new optional `vector-store` section for Pinecone integration.

Rishabh2095
2da4b745mo ago

Update `langgraph-sdk` dependency in `pyproject.toml` to version range >=0.2.0,<0.3.0 for improved compatibility.

Rishabh2095
63706f75mo ago

Refactor `pyproject.toml` to streamline dependencies and introduce optional dependencies for development and MLflow experiments. Removed several unused packages to reduce bloat.

Rishabh2095
e53a5525mo ago

Remove langgraph-sdk dependency from `pyproject.toml` to streamline project dependencies.

Rishabh2095
b5135485mo ago

Updated langgraph-sdk dependency to the latest version without a specific version constraint in `pyproject.toml`

Rishabh2095
e1dbd375mo ago

Upgraded langgrpah-sdk version

Rishabh2095
8a965c65mo ago

Remove deployment and Dockerfile explanation documents to streamline project documentation.

Rishabh2095
1b1a81e5mo ago

Refactor document processing functions to support asynchronous operations and update .gitignore for logs directory. Removed redundant import in data loading workflow.

Rishabh2095
abfd9fc5mo ago

Update dependencies and enhance project configuration

Rishabh2095
36fab636mo ago

Refactor logging configuration and enhance job application workflow

Rishabh2095
4e6b7ed6mo ago

Modified configuration for LLMs

Rishabh2095
0aefc846mo ago

Modified LLM Configuration

Rishabh2095
149fa5c6mo ago

Added logs to gitignore

Rishabh2095
6771a0b7mo ago

Remove Deployment Section in README

Rishabh2095
5b6d4567mo ago

Updated README

Rishabh2095
a7a3ed57mo ago

Merge branch 'main' of https://github.com/rishabh1024/job_writer

Rishabh2095
bc9c8da7mo ago

Update LLM model in self-consistency function from Gemma 3-12b to 3-27b.

Rishabh2095
642e5647mo ago

Bump grpcio and grpcio-tools to 1.78.x for Hugging Face deployment compatibility

Rishabh2095, Cursor
17542a87mo ago

Bump langgraph-sdk to >=0.3.5 for Hugging Face deployment compatibility

Rishabh2095, Cursor
69e77a37mo ago

Update recursion limit in job workflow and replace LLM model references with Google Gemma. Add new data loading and research subgraph modules for modularity

Rishabh2095
201701a7mo ago

Update recursion limit in job workflow and replace LLM model references with Google Gemma. Add new data loading and research subgraph modules for modularity

Rishabh2095
98420978mo ago

Remove binary database files from tracking and update gitignore

Rishabh2095
046210e8mo ago

Remove resume.pdf from tracking and add .docker_env to gitignore

Rishabh2095
ff1490e8mo ago

Stop tracking job_writer.log

Rishabh2095
44010a88mo ago

Stop tracking job_writer.log

Rishabh2095
eb36d358mo ago

Merged conflict resolved

Rishabh2095
40ea6518mo ago

Added mongodb store dependency for Agent Memory

Rishabh2095
ea101408mo ago

Modified Dockerfile to ensure Playwright is installed within the correct directory

Rishabh2095
f57fe358mo ago

Added feature in resume loader to allow uploding resume from hugging face datasets

Rishabh2095
daec63e8mo ago

Add URL support for resume files - enables remote resume access via HTTP/HTTPS URLs

Rishabh2095
e2af4178mo ago

Fix langsmith version conflict: update from 0.4.32 to >=0.6.3 for base image compatibility

Rishabh2095
6e10a748mo ago

Remove resume.pdf from git tracking and add binary files to .gitignore

Rishabh2095
c7be6618mo ago

Modified Dockerfile and docker-compose for HF Deployement

Rishabh2095
83498588mo ago

"Modified Dockerfile for HF Deployement, Made changes to main graph and intermediate graph states"

Rishabh2095
916328a9mo ago

Remove .dockerignore and update langgraph.json paths

Rishabh2095
a01026b9mo ago

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.

Rishabh2095
046508a9mo ago

Code Refactoring and Central Logging

Rishabh2095
6e2bf859mo ago

Restructuring the application repo.

mrrobot1024
31667809mo ago

Removed the test files

mrrobot1024
8acadd79mo ago

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.

mrrobot1024
80ed4c79mo ago

Changed the directory structure. Made significant code changes including usage of design patterns and improved code readability.

mrrobot1024
a8b79ed1y ago

First Commit

Rishabh2095