I hereby claim:
- I am lukeshiels on github.
- I am shiels (https://keybase.io/shiels) on keybase.
- I have a public key ASCEhqTzlqFLHis8XZ0_pAeKPFFC_BRbTxj9OySTtkxTEAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import { log } from "@interfere/observability/log"; | |
| import { WebClient } from "@slack/web-api"; | |
| import { generateText } from "ai"; | |
| import dayjs from "dayjs"; | |
| import timezone from "dayjs/plugin/timezone"; | |
| import utc from "dayjs/plugin/utc"; | |
| import { Context, Effect, Layer, Schema } from "effect"; | |
| import { NextResponse } from "next/server"; | |
| import { env } from "@/env"; |