cronllm

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 1 Imported by: 0

README

CronLLM

Scheduled LLM tasks.

CronLLM runs LLM prompts on cron schedules. Daily summaries, weekly reports, periodic content generation — all through the proxy chain.

Quickstart

export OPENAI_API_KEY=sk-...
npx @stockyard/cronllm

# Your app:   http://localhost:5940/v1/chat/completions
# Dashboard:  http://localhost:5940/ui

What You Get

  • Cron-scheduled LLM calls
  • YAML job definitions
  • Output to file, webhook, or email
  • Full proxy chain per job
  • Job history and logs
  • Dashboard with schedule overview

Config

# cronllm.yaml
port: 5940
providers:
  openai:
    api_key: ${OPENAI_API_KEY}
cron:
  jobs:
    - name: daily_summary
      schedule: "0 9 * * *"
      model: gpt-4o-mini
      prompt: "Summarize yesterday's key events in tech."
      output: webhook
      webhook_url: ${SLACK_WEBHOOK}

Docker

docker run -p 5940:5940 -e OPENAI_API_KEY=sk-... stockyard/cronllm

Part of Stockyard

CronLLM is part of Stockyard — an open-source LLM proxy and control plane. MIT licensed.

Documentation

Overview

CronLLM — Stockyard Phase 3 P3 product.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL