Skip to content
priyam-jain-2002 edited this page Aug 19, 2026 · 4 revisions

Lineage

Lineage is a local distribution layer for agent environments.

It helps a prepared agent workflow travel as one inspectable package: skills, workflows, agents, policies, references, setup material, and provider entrypoints can be bundled together and enabled on another machine.

The simple idea:

prepare once -> package safely -> share -> inspect -> enable locally -> run with your own agent tools

Lineage does not replace the agent provider. It sits around local agent commands and makes the surrounding environment easier to package, review, and reproduce.

Start Here

Current Focus

Lineage is currently focused on the local package/runtime layer:

  • package structure, validation, and export/import
  • inspect-before-enable
  • permission-gated receiver setup (materialization)
  • provider boundaries
  • contributor workflow and tests

It is intentionally not a marketplace, billing system, cloud service, or workflow DSL.

Clone this wiki locally