Files
ai-administrator/README.md

40 lines
954 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, powered by OpenCode.
## Structure
- `.opencode/agents/ernie.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 the ernie agent configuration.
### Options
- **Interactive mode** (default): Opens an interactive chat session
```bash
./ai-administrator.sh
```
- **Non-interactive mode**: Runs a single command and exits
```bash
./ai-administrator.sh --non-interactive "your prompt here"
```
- **With prompt argument**: Pass a prompt directly
```bash
./ai-administrator.sh "your prompt here"
```