> ## 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.

# Run Meta • AI Agent SDK

> RunMeta: Durable metadata that binds the three stores under one ``run_id``.

# RunMeta

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

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

Durable metadata that binds the three stores under one `run_id`.

`checkpoint_id` links to the files store (`checkpoints/`) so a resume
can restore the workspace to the last checkpoint before replaying.

## Properties

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

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

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

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

<ResponseField name="outcome" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="checkpoint_id" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="created_at" type="float">
  No description available.
</ResponseField>

<ResponseField name="updated_at" type="float">
  No description available.
</ResponseField>

<ResponseField name="metadata" type="Dict[str, Any]">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/journal.py#L140">
  `praisonaiagents/runtime/journal.py` at line 140
</Card>
