Spaces:
Sleeping
Sleeping
File size: 1,863 Bytes
c87f72b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | 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"
|