Plaited
Framework for sovereign agent nodes, A2A modnets, generative UI, and behavioral runtime provenance.
Install / Use
/learn @plaited/PlaitedREADME
Sovereign agent nodes first. Framework details second.
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
- AGENT-LOOP.md
- INFRASTRUCTURE.md
- default-modules/program.md
- agent-bootstrap/program.md
- three-axis-modules/program.md
- agent-harness-research/program.md
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
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
