PennyPilot is a lightweight AI assistant designed to help job seekers and freelancers accelerate job applications. It provides two main capabilities:
This project is fully functional without an OpenAI key or API integration, using logic-based tool classes for easy testing and reuse.
run_tools.py
or Streamlit
UIagent.yaml
Paste a job description and your resume, and PennyPilot returns:
tools/job_summarizer.py
: Summarizes job descriptionstools/proposal_writer.py
: Generates proposals from inputagent_config/agent.yaml
: Defines the toolsrun_tools.py
: Local test runnerapp.py
: Streamlit UI (optional)