SkillAgentSearch skills...

Plaited

Framework for sovereign agent nodes, A2A modnets, generative UI, and behavioral runtime provenance.

Install / Use

/learn @plaited/Plaited

README

Plaited sovereign agent node framework: sovereign nodes, A2A modnets, generative UI, and behavioral runtime provenance

Sovereign agent nodes first. Framework details second.

Build/Tests


Plaited is a framework for building local-first sovereign agents.

The current direction is:

  • one agent per workspace
  • a minimal behavioral core in src/agent
  • module-composed behavior for planning, memory, skills, MCP, A2A, and verification
  • portable skills under skills/ and workspace installs under .agents/skills
  • a bootstrap CLI that turns infrastructure decisions into an executable setup surface

Core Shape

Plaited's shipped runtime is centered on:

The core owns:

  • behavioral engine setup
  • signal installation
  • heartbeat and snapshot surfaces
  • built-in file and inference handlers
  • module installation

Higher-level orchestration belongs in modules.

Active Directions

Repository Map

  • src/ — shipped framework code
  • skills/ — published and reference skills
  • docs/ — concise design docs
  • dev-research/ — active program specs

Notable skill surfaces:

Development

Requirements:

  • Bun >= v1.2.9
  • git

Useful commands:

# Typecheck
bun --bun tsc --noEmit

# Full test suite
bun test

# Bootstrap a local deployment scaffold
bun run ./bin/plaited.ts bootstrap '{"targetDir":".","name":"my-agent"}'

# CLI schema discovery
bun run ./bin/plaited.ts --schema

Skills

Skills are the portable agent-facing extension surface.

  • published skills live under skills/
  • workspace-installed skills should live under .agents/skills/
  • runtime composition still happens through modules

Module-program fanout currently runs through plaited program-runner:

plaited program-runner run '{"programPath":"dev-research/skill-modules/program.md","attempts":3,"parallel":2}'

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated21h ago
Forks1

Languages

TypeScript

Security Score

90/100

Audited on Apr 6, 2026

No findings