23 lines
538 B
Markdown
23 lines
538 B
Markdown
# 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`.
|