@aaac/contracts
v0.1.21
Published
Contract definitions for the AaaC (Agent-Assisted Architecture Contracts) toolchain
Downloads
4,007
Readme
@aaac/contracts
Contract definitions for the AaaC (Agent-Assisted Architecture Contracts) toolchain.
Install
npm install @aaac/contractsUsage
import { version, type ContractDefinition } from "@aaac/contracts";
const contract: ContractDefinition = {
name: "example",
version: "1.0.0",
};
console.log(version);Development
From the monorepo root:
npm install
npm run build
npm run testLicense
MIT — see LICENSE.
