Provision-Agent logo

Inside The IncredAgents Mod Pack

An agent with a soul, not a folder.

One command and a fully provisioned agent identity appears — personality, capabilities, memory structure, and a profile of the human who directs it — registered in your governance nucleus and verified file by file.

The four agent identity files — SOUL, TOOLS, MEMORY, USER — plus the registry entry
Get It On GitHub → Back To All Skills

The four files

Identity Is Four Documents Deep.

SOUL.md carries the personality — role, boundaries, communication style. TOOLS.md spells out exactly which tools and APIs it may touch. MEMORY.md scaffolds long-term facts, session scratchpad, and learning log. USER.md profiles the human in charge.

Scoped, Not Omnipotent.

Tool constraints are declared up front — what this agent may use, and what stays out of reach.

Skills Are Referenced, Never Copied.

The agent loads skills from your governance nucleus at runtime. Update a skill once and every agent gets the improvement.

You Get Asked, Not Guessed.

Missing a name, role, or handler? It asks once. It never provisions a guessed identity.

The discipline

Registered. Verified. Append-Only.

The agent lands in your registry with its role, skills, and handler — and the registry never deletes. Retired agents get archived, so your history stays whole.

Casing Is Load-Bearing.

Sentinel, not sentinel. The name you give is the name it keeps — everywhere.

Self-Verify Or It Isn't Done.

Nine files and six directories must each print OK before it reports ready.

No Follow-Up Homework.

It hands you the path and the bound skills — next steps live in the agent's handoff, not in a chore list for you.

Get started

Stand Up An Agent That Knows Who It Is.

Ships in the mod pack. Builds on Provision-Project's scaffold.

your machine — three commands

$ git clone https://github.com/MyAiFreedomSystems/incredagents.git

$ cd incredagents

$ python3 onboard.py

One installer wires in the whole mod pack and asks only for the keys each skill needs.

Folders don't do work. Identities do.

The next agent arrives with a soul, a scope, and a paper trail.

Get Provision-Agent On GitHub →