-
Notifications
You must be signed in to change notification settings - Fork 10
Home
priyam-jain-2002 edited this page Aug 23, 2026
·
4 revisions
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.
Lineage is currently focused on the local package/runtime layer:
- package structure, validation, export/import, and registry publishing
-
lineage addas 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.