1d6b46b047cf873134ad8dc153a7b84268880ea4
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 administratorai-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"
Description
Languages
Shell
100%