AI-Trading-Ops

AI Trading Ops — Personal Infrastructure

Purpose

This project supports a personally-owned, 24/7 AI-model trading setup running on Windows 11. It covers:

Scope and boundaries

Components

| Component | Role | |—|—| | agent.py | Local CLI: read, create, compress, encrypt files | | Google Workspace | Reporting, shared logs, documentation | | Edge | Browser access to broker/exchange platforms and Workspace | | Trading server (Windows 11) | Runs the AI trading model continuously |

Local Agent — Usage

See agent.py. Commands:

python agent.py read <file>
python agent.py create <file> --content "..."
python agent.py compress <output.zip> <file1> <file2> ...
python agent.py encrypt <file> --password "..."
python agent.py decrypt <file.enc> --password "..."

Security notes