Cell bundle
The bundle carries the task definition, schemas, policies, and packaged logic for one bounded piece of work.
AGIF Tasklet Cells
This is the clearest software expression of the AGIF layer. A Tasklet Cell is not a vague agent. It is a packaged unit with defined inputs and outputs, a local runner, and a verifier pack that can reject bad execution paths.
Artifact model
The architecture is concrete because each part has a distinct job: packaging, execution, and verification.
The bundle carries the task definition, schemas, policies, and packaged logic for one bounded piece of work.
The runner loads the cell locally under explicit CPU, memory, and time limits. When policy breaks, the runner is meant to fail closed rather than continue loosely.
The verifier pack checks contract shape, expected outputs, and conformance rules so the cell remains a governed artifact instead of a black box.
Tasklet Cells are the bridge between ENF theory and working software. They show how bounded execution can survive beyond firmware and enter real applications without dissolving into a generic agent platform.