Files
ai-administrator/README.md

954 B

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:

./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

    ./ai-administrator.sh
    
  • Non-interactive mode: Runs a single command and exits

    ./ai-administrator.sh --non-interactive "your prompt here"
    
  • With prompt argument: Pass a prompt directly

    ./ai-administrator.sh "your prompt here"