8 Downloads Updated 1 month ago
ollama run daudfarzand/myjobsqwen
ollama launch claude --model daudfarzand/myjobsqwen
ollama launch codex --model daudfarzand/myjobsqwen
ollama launch opencode --model daudfarzand/myjobsqwen
ollama launch openclaw --model daudfarzand/myjobsqwen
daudfarzand/myjobsqwen is a MyJobs‑aware coding assistant model.
It is tuned to work inside the MyJobs codebase and architecture: an agentic, LLM‑powered service that automates the LinkedIn job application lifecycle (searching, applying, tracking, and initial communications).
The model is optimized for:
It bakes MyJobs‑specific behavior directly into the system prompts, so you can talk to it as “the MyJobs assistant” without constantly re‑describing the project.
The model is pre‑aligned with the following high‑level context:
Architecture
Repository layout (conceptual)
frontend/ – React/Next.js UI, pages, and componentsbackend/app/ – FastAPI routers, models, agents, and servicesbackend/migrations/ (+ Alembic config) – database migrationsdocker-compose.yml + backend Dockerfile – local and production
service orchestrationPrimary user goals
The model does not automatically see your filesystem or live code. It relies on this high‑level baked‑in context plus whatever code or docs you paste or feed through your own tooling (e.g., LangGraph, RAG, editor integrations).
The system prompts inside this model enforce the following behavior:
Role
Coding conventions
APIRouter, Pydantic models, and type hints everywhereDocumentation and formatting
## / ### headings (no # in answers)Reasoning style
Safety and secrets
.env content and credentials as sensitive; prefers env‑var
names over hard‑coded values”`bash ollama run daudfarzand/myjobsqwen