oppo-node / config.yaml
DJ-Goanna-Coding's picture
Deploy from GitHub Actions
c87f72b verified
app:
name: "VAMGUARD TITAN - HuggingFace Space Manager"
version: "1.0.0"
description: "Automated GitHub to HuggingFace synchronization with AI agent"
spaces:
# One-way data diode: GitHub (source of truth) -> Hugging Face.
# Target namespace: DJ-Goanna-Coding (double-N rift).
primary:
name: "vamguard-titan-bridge"
namespace: "DJ-Goanna-Coding"
type: "streamlit"
auto_sync: true
mapping_inventory:
name: "mapping-and-inventory"
namespace: "DJ-Goanna-Coding"
type: "streamlit"
auto_sync: true
# Citadel Mesh spokes — wired into the deployment grid alongside the
# primary bridge. All target the same DJ-Goanna-Coding (double-N) namespace.
citadel_vortex:
name: "citadel-vortex"
namespace: "DJ-Goanna-Coding"
type: "streamlit"
auto_sync: true
oppo_node:
name: "oppo-node"
namespace: "DJ-Goanna-Coding"
type: "streamlit"
auto_sync: true
citadel_agentic_swarm:
name: "citadel-agentic-swarm"
namespace: "DJ-Goanna-Coding"
type: "streamlit"
auto_sync: true
perimeter_scout:
name: "perimeter-scout"
namespace: "DJ-Goanna-Coding"
type: "streamlit"
auto_sync: true
sync:
enabled: true
interval_minutes: 30
exclude_patterns:
- "*.pyc"
- "__pycache__"
- ".git"
- ".env"
- "*.log"
- ".venv"
- "venv"
include_extensions:
- ".py"
- ".md"
- ".yaml"
- ".yml"
- ".json"
- ".txt"
- ".toml"
agent:
model: "claude-sonnet-4-5-20250929"
max_tokens: 4096
temperature: 0.7
capabilities:
- file_management
- code_analysis
- space_deployment
- automation
audit:
enabled: true
output_format: "json"
create_archive: true
archive_format: "tar.gz"
source_directories:
- "."
exclude_from_audit:
- ".git"
- "__pycache__"
- ".venv"
- "*.pyc"