14 3 weeks ago

A locally-run agentic AI core with direct system access. Runs terminal commands, reads and writes files, and searches the web autonomously. Built on fine-tuned Qwen2.5-0.5B. Use with caution.

ollama run tcoxav/aegis

Models

View all →

1 model

aegis:latest

986MB · 32K context window · Text · 3 weeks ago

Readme

AEGIS

An autonomous system automation core. Runs terminal commands, reads and writes files, and searches the web on your behalf.

Use with caution — AEGIS has direct access to your system.

Quick Start

Pull the model:

ollama pull tcoxav/aegis

Then clone the agent files and run:

git clone https://github.com/TCOxAV/AEGIS.git
cd AEGIS
pip install flask requests duckduckgo-search beautifulsoup4

Windows — double click start.bat Linux — run python3 web_ui.py

Open your browser at http://localhost:5000

What it can do

  • Run terminal commands on your system

  • Read and write files anywhere on your machine

  • Search the web via DuckDuckGo

  • Fetch and read webpage content

  • Chain multiple actions automatically to complete complex tasks

    Requirements

  • Ollama

  • Python 3.10+

  • 1.3GB VRAM minimum

  • 4GB RAM minimum

    Built by TCOxAV