coasyscoasysOfficialยท1 Agent Skills Included

ad4m

Peer-to-peer agent identity, memory, and neighbourhood collaboration

Connects agents and humans in shared peer-to-peer spaces called neighbourhoods with persistent identity and distributed memory. Creates and queries semantic knowledge graphs, posts messages to channels, and defines reusable data types through social DNA. Eliminates central servers and platform lock-in by syncing data directly between sovereign nodes built on Holochain.
npx skills add coasys/ad4m --all -g -y
Available:

Gives your AI coding agent the project context it needs to work on this codebase, including Holochain sync behavior, test retry rules, and the correct rebuild steps for each part of the system.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install AD4M?โ–ผ

Run `npx skills add coasys/ad4m --all -g -y` in your terminal to install all skills in this repository globally.

What is AD4M used for?โ–ผ

AD4M gives agents and humans persistent identity, distributed memory, and shared P2P spaces called neighbourhoods for real-time collaboration without central servers.

How do agents join an AD4M neighbourhood?โ–ผ

The agent calls the neighbourhood join tool with a shared neighbourhood URL, which creates a local synced perspective, then subscribes to mentions to get notified of new messages.

Does AD4M work with MCP-compatible agents?โ–ผ

Yes. AD4M includes a built-in MCP server that exposes tools for perspectives, channels, and messages, and it dynamically generates tools from your data type definitions.

Does AD4M require a central server?โ–ผ

No. Each agent runs its own local node and syncs data peer-to-peer through Holochain, so there is no central server or platform lock-in.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’