From d5578857c50cc32404646158ccbb53ea33fd0d67 Mon Sep 17 00:00:00 2001 From: ernie Date: Tue, 3 Mar 2026 03:05:19 +0000 Subject: [PATCH] Add README file --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ceb68e --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# AI Administrator + +The general system behind what you will become soon. + +## Overview + +This repository contains the core system and personality configuration for the AI Administrator assistant. + +## Structure + +- `personality.md` - Defines the personality and characteristics of the AI administrator +- `ai-administrator.sh` - Shell script to run the AI with the configured personality + +## Usage + +Run the AI Administrator with: + +```bash +./ai-administrator.sh +``` + +This will launch the AI with the system prompt loaded from `personality.md`.