Scoped, Not Omnipotent.
Tool constraints are declared up front — what this agent may use, and what stays out of reach.
Inside The IncredAgents Mod Pack
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 files
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.
Tool constraints are declared up front — what this agent may use, and what stays out of reach.
The agent loads skills from your governance nucleus at runtime. Update a skill once and every agent gets the improvement.
Missing a name, role, or handler? It asks once. It never provisions a guessed identity.
The discipline
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.
Sentinel, not sentinel. The name you give is the name it keeps — everywhere.
Nine files and six directories must each print OK before it reports ready.
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
Ships in the mod pack. Builds on Provision-Project's scaffold.
$ 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.
The next agent arrives with a soul, a scope, and a paper trail.
Get Provision-Agent On GitHub →