https://github.com/inngest/vercel-ai-o1-preview-crm-agent
A demo of OpenAI o1 and Next.js, used to automate the import of user-provided contacts file.
https://github.com/inngest/vercel-ai-o1-preview-crm-agent
agentic-workflow nextjs openai openai-o1 vercel vercel-ai-sdk
Last synced: about 1 month ago
JSON representation
A demo of OpenAI o1 and Next.js, used to automate the import of user-provided contacts file.
- Host: GitHub
- URL: https://github.com/inngest/vercel-ai-o1-preview-crm-agent
- Owner: inngest
- License: apache-2.0
- Created: 2024-10-16T16:49:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T02:13:13.000Z (4 months ago)
- Last Synced: 2025-04-11T03:07:47.584Z (about 1 month ago)
- Topics: agentic-workflow, nextjs, openai, openai-o1, vercel, vercel-ai-sdk
- Language: TypeScript
- Homepage: https://www.inngest.com/blog/nextjs-openai-o1-preview
- Size: 3.54 MB
- Stars: 21
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Getting Started
1. First, install the dependencies
```bash
npm i
# or
yarn
# or
pnpm i
```2. Then [follow the instructions to setup your Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres/quickstart#prerequisites).
You can use the [`db/schema.sql`](db/schema.sql) to setup your database.
3. Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
3. Then, start the Inngest DevServer:
```bash
npx inngest-cli@latest dev
```Open [http://127.0.0.1:8288](http://127.0.0.1:8288) with your browser to see the Inngest DevServer.
## License
[Apache License](./LICENSE)