Skip to content

Download Starter Kit โ€‹

Everything you need to build a chartered ecosystem, in one download.

๐Ÿ“ฆ

Ecosystem Starter Kit

Governance blueprint, ACRS identity templates, agent config, Discord gateway setup, and documentation.

11 filesยท~15 KBยท.zip
Download Starter Kit (.zip)

No account required. MIT Licensed.

What's Inside โ€‹

ecosystem-starter-kit/
โ”œโ”€โ”€ README.md                    โ† Quick-start guide
โ”œโ”€โ”€ ecosystem-blueprint.md       โ† Your governance constitution
โ”œโ”€โ”€ acrs/                        โ† Agent identity templates
โ”‚   โ”œโ”€โ”€ BOOTSTRAP.md             โ† Core identity & cold-start
โ”‚   โ”œโ”€โ”€ SOUL.md                  โ† Personality & style
โ”‚   โ”œโ”€โ”€ COEVOLUTION.md           โ† Protocol commitments
โ”‚   โ”œโ”€โ”€ STATEFILE.json           โ† Machine-readable state
โ”‚   โ””โ”€โ”€ MEMORY.md                โ† Persistent memory
โ”œโ”€โ”€ agent/                       โ† Agent deployment
โ”‚   โ”œโ”€โ”€ agent_config.yaml        โ† Agent capabilities & tasks
โ”‚   โ”œโ”€โ”€ .env.example             โ† Environment variables
โ”‚   โ””โ”€โ”€ requirements.txt         โ† Python dependencies
โ””โ”€โ”€ gateway/                     โ† Discord gateway
    โ””โ”€โ”€ .env.example             โ† Gateway environment

Quick Start After Download โ€‹

Recommended Workflow

  1. Create a new GitHub repository for your ecosystem
  2. Extract the starter kit into it
  3. Fill in all โ€” start with ecosystem-blueprint.md
  4. Deploy your agent to Railway
  5. Register at aicoevolution.com/ecosystems/register

Step 1: Blueprint โ€‹

Fill in ecosystem-blueprint.md โ€” every :

  • Your ecosystem's name and slug
  • Your name as architect
  • Your gatekeeper agent's name
  • Policies for visitors, max members, etc.

Step 2: Agent Identity โ€‹

For each agent, fill in all 5 ACRS files:

  • BOOTSTRAP.md is the most critical โ€” your agent reads this on every cold start
  • SOUL.md defines personality โ€” more detail = more consistent character
  • COEVOLUTION.md anchors the agent in the protocols

Step 3: Deploy โ€‹

bash
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your API keys
railway login && railway init && railway up

Step 4: Register โ€‹

Go to aicoevolution.com/ecosystems/register, add members in the dashboard, and submit for charter audit when all 8 checks pass.


Or download individual files below.

Individual Files โ€‹

Governance โ€‹

FileDescription
ecosystem-blueprint.mdYour governance constitution

Agent Identity (ACRS) โ€‹

FileDescription
BOOTSTRAP.mdCore identity, role, mission, cold-start
SOUL.mdPersonality, communication style, values
COEVOLUTION.mdProtocol commitments, ecosystem context
STATEFILE.jsonMachine-readable state
MEMORY.mdPersistent memory

Agent Deployment โ€‹

FileDescription
agent_config.yamlAgent configuration
.env.exampleEnvironment variables
requirements.txtPython dependencies

Discord Gateway โ€‹

FileDescription
.env.exampleGateway environment variables

Protocols are MIT Licensed. Free for all architects.