{"id":18522716,"url":"https://github.com/sytpb/chat-with-job-agent","last_synced_at":"2025-07-08T23:03:04.297Z","repository":{"id":203138546,"uuid":"698464039","full_name":"sytpb/chat-with-job-agent","owner":"sytpb","description":"an agent for job tasks","archived":false,"fork":false,"pushed_at":"2023-11-22T13:38:25.000Z","size":1161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T23:03:01.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chat-with-job-agent.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sytpb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-30T02:15:27.000Z","updated_at":"2023-10-23T18:10:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac86a284-5c8f-4ea7-92d7-06d2694dbded","html_url":"https://github.com/sytpb/chat-with-job-agent","commit_stats":null,"previous_names":["sytpb/chat-with-job-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sytpb/chat-with-job-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sytpb%2Fchat-with-job-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sytpb%2Fchat-with-job-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sytpb%2Fchat-with-job-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sytpb%2Fchat-with-job-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sytpb","download_url":"https://codeload.github.com/sytpb/chat-with-job-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sytpb%2Fchat-with-job-agent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264363732,"owners_count":23596500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T17:32:49.644Z","updated_at":"2025-07-08T23:03:04.281Z","avatar_url":"https://github.com/sytpb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cp align=\"center\"\u003e\n  An open-source AI chatbot app template built with Next.js, the Vercel AI SDK, OpenAI, and Vercel KV.\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n## Features\n\n- [Next.js](https://nextjs.org) App Router\n- React Server Components (RSCs), Suspense, and Server Actions\n- [Vercel AI SDK](https://sdk.vercel.ai/docs) for streaming chat UI\n- Support for OpenAI (default), Anthropic, Hugging Face, or custom AI chat models and/or LangChain\n- Edge runtime-ready\n- [shadcn/ui](https://ui.shadcn.com)\n  - Styling with [Tailwind CSS](https://tailwindcss.com)\n  - [Radix UI](https://radix-ui.com) for headless component primitives\n  - Icons from [Phosphor Icons](https://phosphoricons.com)\n- Chat History, rate limiting, and session storage with [Vercel KV](https://vercel.com/storage/kv)\n- [NextAuth.js](https://github.com/nextauthjs/next-auth) for authentication\n\n## Model Providers\n\nThis template ships with OpenAI `gpt-3.5-turbo` as the default. However, thanks to the [Vercel AI SDK](https://sdk.vercel.ai/docs), you can switch LLM providers to [Anthropic](https://anthropic.com), [Hugging Face](https://huggingface.co), or using [LangChain](https://js.langchain.com) with just a few lines of code.\n\n## Deploy Your Own\n\nYou can deploy your own version of the Next.js AI Chatbot to Vercel with one click:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?demo-title=Next.js+Chat\u0026demo-description=A+full-featured%2C+hackable+Next.js+AI+chatbot+built+by+Vercel+Labs\u0026demo-url=https%3A%2F%2Fchat.vercel.ai%2F\u0026demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F4aVPvWuTmBvzM5cEdRdqeW%2F4234f9baf160f68ffb385a43c3527645%2FCleanShot_2023-06-16_at_17.09.21.png\u0026project-name=Next.js+Chat\u0026repository-name=nextjs-chat\u0026repository-url=https%3A%2F%2Fgithub.com%2Fvercel-labs%2Fai-chatbot\u0026from=templates\u0026skippable-integrations=1\u0026env=OPENAI_API_KEY%2CAUTH_GITHUB_ID%2CAUTH_GITHUB_SECRET%2CAUTH_SECRET\u0026envDescription=How+to+get+these+env+vars\u0026envLink=https%3A%2F%2Fgithub.com%2Fvercel-labs%2Fai-chatbot%2Fblob%2Fmain%2F.env.example\u0026teamCreateStatus=hidden\u0026stores=[{\"type\":\"kv\"}])\n\n## Creating a KV Database Instance\n\nFollow the steps outlined in the [quick start guide](https://vercel.com/docs/storage/vercel-kv/quickstart#create-a-kv-database) provided by Vercel. This guide will assist you in creating and configuring your KV database instance on Vercel, enabling your application to interact with it.\n\nRemember to update your environment variables (`KV_URL`, `KV_REST_API_URL`, `KV_REST_API_TOKEN`, `KV_REST_API_READ_ONLY_TOKEN`) in the `.env` file with the appropriate credentials provided during the KV database setup.\n\n\n## Running locally\n\nYou will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/concepts/projects/environment-variables) for this, but a `.env` file is all that is necessary.\n\n\u003e Note: You should not commit your `.env` file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.\n\n1. Install Vercel CLI: `npm i -g vercel`\n2. Link local instance with Vercel and GitHub accounts (creates `.vercel` directory): `vercel link`\n3. Download your environment variables: `vercel env pull`\n\n```bash\npnpm install\npnpm dev\n```\n\nYour app template should now be running on [localhost:3000](http://localhost:3000/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsytpb%2Fchat-with-job-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsytpb%2Fchat-with-job-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsytpb%2Fchat-with-job-agent/lists"}