> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule Add Input • AI Agent SDK

> ScheduleAddInput: Input for SCHEDULE_ADD hooks (a scheduled job was persisted).

# ScheduleAddInput

> Defined in the [**events**](../modules/events) module.

<Badge color="blue">AI Agent</Badge>

Input for SCHEDULE\_ADD hooks (a scheduled job was persisted).

Emitted by the schedule store, which is the single point every author
path funnels through: the agent-callable `schedule_add` tool, the
`praisonai schedule add` CLI, and the gateway's config reconciler.

## Properties

<ResponseField name="job_name" type="str">
  No description available.
</ResponseField>

<ResponseField name="job_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="schedule" type="str">
  No description available.
</ResponseField>

<ResponseField name="message" type="str">
  No description available.
</ResponseField>

<ResponseField name="agent_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="principal" type="str">
  No description available.
</ResponseField>

<ResponseField name="enabled" type="bool">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Generic utility method.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/hooks/events.py#L465">
  `praisonaiagents/hooks/events.py` at line 465
</Card>
