Skip to content

Artifacts, Memory, And Handoffs

Agirunner needs more than plain text completion to support real workflows.

Artifacts are the concrete outputs of work:

  • documents
  • reports
  • captured files
  • structured result packets

They are operator-visible evidence, not just model chatter.

Memory is the persistent context the platform keeps available across runs or within a workspace. It helps workflows build on prior work without forcing every new task to rediscover the same facts.

Handoffs are the structured transfer points between tasks, roles, or workflow stages. They matter because they keep context movement explicit instead of letting it disappear into a giant prompt history.

Artifacts show what was produced, memory preserves important context, and handoffs move that context through the workflow graph.