Memory
Autonomous user preference detection, storage and injection. The agent detects preferences from conversation, saves them to Postgres, and loads active ones at the start of every flow.
Daily
Periodic routine that runs news, cleans up inbox and applies if there's no recent activity. Designed to run 1-2 times per day.
Referrals
Discovers internal contacts (1st/2nd degree connections, university alumni, ex-colleagues) and recruiters at target companies, stages personalized referral requests or outreach DMs in DB, and applies dynamic ATS micro-alignment (JD-to-CV tailoring).
Apply
Searches for jobs on LinkedIn, filters by profile Must-haves, applies via Easy Apply, registers each application in DB.
Browser Automation
Control a dedicated browser via playwright-cli for web automation. Covers the safe wrapper, golden rules for reliability, tab parallelization, snapshots, eval, and all core commands. Includes app-specific guides for Gmail, LinkedIn, and more. Use when automating any web app.
Onboarding
Initial environment setup. Browser, logins, DB, user data.
Db
Safe Postgres CLI. Reads DATABASE_URL from .env, runs SQL, prints JSON. Read-only by default.
News
Reviews job application updates from Gmail, LinkedIn and platforms. Prepares drafts, presents executive summary by priority, validates with the user and sends replies.
Profile
Captures and structures the user's profile from CV + questionnaire to make decisions on their behalf. Ensures quality matching.
Polish
Optimizes the user's LinkedIn profile and CV to align with their declared professional goals. Audits, redacts improvements, applies with per-section approval, and exports a polished CV to PDF.
Targets
Active direct sourcing. Registers and creates standout profiles on the 40 target companies' career sites, then applies to matching positions.
Radar
Registers the user on job platforms, configures alerts with profile keywords, sets up career site alerts (big tech + target companies), creates a Gmail filter to route alerts to a Job Alerts folder.
Dashboard
Opens a local web dashboard that visualizes the job application pipeline, funnel stats, recent messages, and target company status. The agent opens it at the end of a round so the user can visually review the pipeline.
Strategy
Configure and adjust the job search strategy level. The agent interrogates the user, proposes a level, and saves it to DB. All flows respect it.