Skip to content

Conversation

open-swe[bot]
Copy link
Contributor

@open-swe open-swe bot commented Aug 1, 2025

Fixes #310

This pull request adds comprehensive cron job management functionality to the agent system:

Key Features:

  • TypeScript types and interfaces for cron jobs
  • Custom hook for cron API operations
  • Cron button in agent card component
  • Cron dialog with table view
  • Create/edit cron job form
  • Edit and delete cron job functionality

Changes include:

  • New files in apps/web/src/:
    • types/cron.ts
    • hooks/use-crons.tsx
    • features/crons/components/cron-dialog.tsx
    • features/crons/components/cron-form.tsx
  • Modified features/agents/components/agent-card.tsx

The implementation allows users to:

  • View existing cron jobs for an agent
  • Create new cron jobs
  • Edit existing cron jobs
  • Delete cron jobs
  • Manage cron jobs with proper authentication and ownership

All code is formatted, linted, and follows project coding standards.

@open-swe open-swe bot added the open-swe label Aug 1, 2025
Copy link

vercel bot commented Aug 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-agent-platform ❌ Failed (Inspect) Aug 1, 2025 5:14pm

@open-swe open-swe bot marked this pull request as ready for review August 1, 2025 01:22
@open-swe open-swe bot changed the title [WIP]: Add cron job support to Open Agent Platform with UI for creating, viewing, editing, and deleting cron jobs on agents feat: Add Cron Job Management for Agents Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cron job support
2 participants