close
Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Image Image

⚛ PAI Atom

Immutable PaiSkill ABI — the canonical specification for agent skill interfaces in the PAI Universe.

THE ATOM defines the primitive types, function signatures, and event schemas that every PAI agent skill must implement. It is the single source of truth for cross-agent interoperability.


❯ What's Inside

File Purpose
DESIGN.md Full design system specification & token values
package.json Published as @pai/atom on npm
src/ (planned) TypeScript type definitions & validators

❯ Quick Start

npm install @pai/atom
import { PaiSkillABI, PaiPrimitiveType } from '@pai/atom';

const mySkill: PaiSkillABI = {
  name: "identity-verify",
  inputs: [{ name: "did", type: PaiPrimitiveType.String }],
  outputs: [{ name: "credential", type: PaiPrimitiveType.Credential }],
};

❯ Related


❯ License

MIT © PAI Ecosystem


The smallest unit of agent capability.

About

THE ATOM — immutable PaiSkill ABI & shared design primitives

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors