Skip to main content

export_run

Function
This function is defined in the portable module.
Everything needed to resume run_id in another process.

Signature

Parameters

RunJournal
required
No description available.
str
required
No description available.

Returns

Dict[str, Any]
The result of the operation.

Uses

  • journal.run_meta
  • PortableRunError
  • journal.events

Used By

Source

View on GitHub

praisonaiagents/runtime/portable.py at line 46