Skip to content
priyam-jain-2002 edited this page Aug 23, 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, reviewed, enabled, and launched on another machine.

The simple idea:

prepare once -> package safely -> share -> add 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, export/import, and registry publishing
  • lineage add as the one-command receiver path
  • inspect-before-enable
  • permission-gated receiver setup (materialization)
  • workflow execution through local agent tools
  • provider boundaries
  • contributor workflow and tests

It is intentionally not a billing system, cloud runtime, vector database, or replacement for Claude, Codex, or other agent tools.

Clone this wiki locally