Detailed wiki content repair: Architecture

2026-05-20 18:56:16 -07:00
parent 0ecb4c69c5
commit a6f8552e2a

@@ -0,0 +1,50 @@
# Architecture
## Classification
Automation / agent workspace.
## Structure Signals
- `(root)` (9 files)
- `scripts` (3 files)
- `systemd` (1 files)
- `templates` (1 files)
## File Type Signals
- `.py` (6)
- `.sh` (3)
- `.example` (1)
- `.gitignore` (1)
- `.txt` (1)
- `.service` (1)
- `.html` (1)
## Build And Dependency Signals
| Signal | Detail |
|---|---|
| requirements.txt | fastapi, uvicorn[standard], jinja2, requests, apscheduler, python-dotenv, sqlalchemy, pydantic, redis, meilisearch-python-sdk |
| README files | README.md |
## Project Tree Snapshot
- .env.example
- .gitignore
- app.py
- bot.py
- config.py
- db.py
- requirements.txt
- run.sh
- scripts/flow_tests.py
- scripts/start_live.sh
- scripts/watchdog.sh
- services.py
- systemd/alpaca-llm-bot-v1.service
- templates/index.html
## Interpretation
Treat this page as the maintainer map. Replace inferred structure with exact module responsibilities once active code paths are confirmed.