Spaces:
Sleeping
Sleeping
File size: 19,178 Bytes
b3d02a4 49aac54 9e66f5e b3d02a4 ec78b5c 5f0d60a ec78b5c d0e39d2 ec78b5c d0e39d2 b3d02a4 86892f6 b3d02a4 571933b b3d02a4 86892f6 b3d02a4 86892f6 571933b 86892f6 571933b 4a3cf30 86892f6 571933b 86892f6 571933b b3d02a4 571933b 86892f6 b3d02a4 571933b b3d02a4 86892f6 b3d02a4 4a3cf30 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 e8329fa 86892f6 b3d02a4 e8329fa b3d02a4 e8329fa 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 b3d02a4 86892f6 4bad8be b3d02a4 86892f6 b3d02a4 d0e39d2 1209812 d0e39d2 1209812 d0e39d2 b3d02a4 e085479 e667ba8 e085479 9e66f5e e085479 ebd3edc e8329fa 86892f6 ebd3edc b3d02a4 ebd3edc b3d02a4 ebd3edc b3d02a4 ebd3edc b3d02a4 86892f6 ebd3edc ec78b5c ebd3edc 4c77182 ebd3edc 4c77182 ebd3edc b3d02a4 5fbc4a8 4c77182 1209812 4c77182 1209812 d0e39d2 4c77182 47bdfc8 4c77182 a2079ba d0e39d2 4c77182 9e66f5e d0e39d2 1209812 5609762 1209812 a2079ba 4c77182 a2079ba 4c77182 1209812 4c77182 d0e39d2 1209812 d0e39d2 4c77182 a2079ba d0e39d2 1209812 d0e39d2 b3d02a4 ebd3edc 4c77182 d0e39d2 4c77182 b3d02a4 86892f6 b3d02a4 | 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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 | import gradio as gr
import os
from debug_network import debug_connectivity
debug_connectivity()
print("DEBUG: OPENAI_API_KEY set?", bool(os.getenv("OPENAI_API_KEY")))
print("DEBUG: ANTHROPIC_API_KEY set?", bool(os.getenv("ANTHROPIC_API_KEY")))
from agent.pipeline import (
analyze_change,
oob_troubleshoot,
perform_recovery,
load_synapse_log,
reset_state,
)
from agent import topology
from agent.network_ops import (
get_lab_topology,
get_lab_projects,
manage_device,
get_device_configuration,
configure_device,
backup_device_config,
build_network_from_description,
)
from agent.api_monitor import monitor
import json
import time
VINE_CSS = """
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap');
:root {
--og-green: #2d5f4f;
--og-mint: #5fc9a0;
--og-fern: #3d8169;
--og-cream: #fafaf8;
--og-shadow: 0 8px 24px rgba(45,95,79,0.12);
}
html, body { overflow-x: hidden; }
body, .gradio-container {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
background:
repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(95,201,160,0.03) 35px, rgba(95,201,160,0.03) 70px),
repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(61,129,105,0.03) 35px, rgba(61,129,105,0.03) 70px),
linear-gradient(to bottom, #fafaf8, #f5f7f5);
color: #1a2f26;
position: relative;
min-height: 100vh;
}
.gradio-container > * { position: relative; z-index: 1; }
.og-hero {
background:
linear-gradient(135deg, rgba(95,201,160,0.08), rgba(61,129,105,0.12)),
repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(95,201,160,0.04) 20px, rgba(95,201,160,0.04) 40px),
repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(61,129,105,0.04) 20px, rgba(61,129,105,0.04) 40px),
linear-gradient(to bottom right, #f8faf9, #f0f5f2);
border: 1px solid rgba(95,201,160,0.2);
box-shadow: var(--og-shadow);
border-radius: 16px;
padding: 28px;
position: relative;
overflow: hidden;
}
.og-hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, transparent, var(--og-mint), transparent);
opacity: 0.6;
}
.og-hero::after {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 20% 30%, rgba(95,201,160,0.08), transparent 40%),
radial-gradient(circle at 80% 70%, rgba(61,129,105,0.08), transparent 40%);
pointer-events: none;
}
.og-hero::after {
inset: auto auto -120px -20px;
transform: rotate(8deg);
}
.og-hero h2 {
font-family: 'Playfair Display', serif;
font-size: 28px;
color: var(--og-green);
letter-spacing: 0.02em;
}
.og-hero p {
margin: 0;
font-size: 15px;
color: #0f4d3f;
max-width: 720px;
}
.og-pill {
display: inline-block;
padding: 7px 12px;
border-radius: 999px;
background: rgba(60,191,154,0.22);
color: var(--og-green);
font-weight: 700;
margin: 0 10px 8px 0;
letter-spacing: 0.01em;
box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}
.og-panel {
background: rgba(255,255,255,0.92);
backdrop-filter: blur(16px);
border: 1px solid rgba(95,201,160,0.15);
border-radius: 12px;
padding: 22px;
box-shadow: 0 4px 16px rgba(45,95,79,0.08);
position: relative;
overflow: hidden;
}
/* Hide transparent boxes on empty rows/columns */
.og-main-row > div:empty,
.og-main-row > div > div:empty {
display: none !important;
}
/* Ensure main row doesn't create unwanted backgrounds */
.og-main-row {
background: transparent !important;
gap: 16px;
}
.og-main-row > div {
background: transparent !important;
}
.og-panel::before {
.og-panel::after {
content: "";
position: absolute;
inset: auto -20px -40px auto;
width: 150px;
height: 150px;
background: radial-gradient(circle at 30% 30%, rgba(15,77,63,0.14), transparent 65%);
opacity: 0.55;
pointer-events: none;
}
.og-tab-title {
font-family: 'Playfair Display', serif;
color: var(--og-green);
}
.og-tabs .tab-nav button {
font-family: 'Playfair Display', serif;
color: var(--og-fern);
}
.og-tabs .tab-nav button.selected {
background: rgba(60,191,154,0.16);
border-color: rgba(60,191,154,0.4);
color: var(--og-green);
}
.og-divider { border-bottom: 1px solid rgba(15,77,63,0.12); margin: 10px 0 14px 0; }
.og-label { color: var(--og-green); font-weight: 700; letter-spacing: 0.02em; }
textarea, input, select {
border-radius: 12px !important;
border: 1px solid rgba(15,77,63,0.16) !important;
background: rgba(255,255,255,0.95) !important;
}
.gr-button {
border-radius: 12px !important;
box-shadow: 0 12px 22px rgba(15,77,63,0.18) !important;
background: linear-gradient(120deg, var(--og-green), #128162) !important;
color: #f5f3ec !important;
border: none !important;
}
.gr-button.secondary {
background: rgba(15,77,63,0.08) !important;
color: var(--og-green) !important;
box-shadow: none !important;
}
"""
def build_ui():
with gr.Blocks(
title="Overgrowth – a living digital environment",
css=VINE_CSS,
theme=gr.themes.Soft(primary_hue="green", neutral_hue="slate"),
) as demo:
gr.HTML(
"""
<div class="og-hero">
<div class="og-pill">Living OOB Mesh</div>
<div class="og-pill">MCP + Topology</div>
<h2 style="font-family:'Playfair Display',serif; margin:6px 0 4px 0;">🌿 Overgrowth</h2>
<p style="margin:0; font-size:15px; color:#0f4d3f;">
A living digital environment
</p>
</div>
""",
)
device_choices = topology.list_devices()
# ===== API MONITORING DASHBOARD =====
# This is the key feature judges will love to see!
gr.Markdown("""
## 🔍 Live API Activity Monitor
**Real-time visibility into all API calls - LLM, GNS3, and more**
""")
with gr.Row(elem_classes=["og-main-row"]):
with gr.Column(scale=1, elem_classes=["og-panel"]):
gr.Markdown("### 📊 Session Statistics")
api_stats = gr.Markdown(value=monitor.get_stats().format_dashboard(include_heading=False))
refresh_stats_btn = gr.Button("🔄 Refresh Stats", size="sm", variant="secondary")
with gr.Column(scale=2, elem_classes=["og-panel"]):
gr.Markdown("### 📡 Recent API Calls")
api_activity = gr.Markdown(value=monitor.format_activity_feed())
refresh_activity_btn = gr.Button("🔄 Refresh Activity", size="sm", variant="secondary")
# Auto-refresh handlers
def refresh_api_stats():
return monitor.get_stats().format_dashboard(include_heading=False)
def refresh_api_activity():
return monitor.format_activity_feed()
refresh_stats_btn.click(fn=refresh_api_stats, outputs=[api_stats])
refresh_activity_btn.click(fn=refresh_api_activity, outputs=[api_activity])
gr.Markdown("---")
# ===== INTERACTIVE CONSULTATION TAB =====
# Temporarily disabled due to Gradio 4.44.0 schema bug
# TODO: Re-enable when upgrading to Gradio 4.44.1+
# gr.Markdown("""### 💬 Interactive Consultation
# **Have a conversation before running the full pipeline**
#
# Not sure what you need? Start here! The AI will ask clarifying questions to understand your network requirements.
# """)
gr.Markdown("---")
print("DEBUG: OPENAI_API_KEY set?", bool(os.getenv("OPENAI_API_KEY")))
print("DEBUG: ANTHROPIC_API_KEY set?", bool(os.getenv("ANTHROPIC_API_KEY")))
# Main Pipeline UI
gr.Markdown("""### 🌿 Network Automation Pipeline
**From Consultation → Production**
Describe your network in plain English. Overgrowth handles the rest:
1. 💬 **Consultation** - Capture requirements
2. 📋 **Source of Truth** - Generate network data model
3. 📊 **Diagram** - Visualize topology
4. 🛒 **Bill of Materials** - Hardware shopping list
5. 🔧 **Setup Guide** - Human deployment steps + OOB network
6. 🤖 **Autonomous Deploy** - AI configures devices (Ansible/Netmiko)
7. 👁️ **Observability** - Monitoring, SNMP, topology discovery
8. ✅ **Validation** - pytest-based network testing & compliance
""")
with gr.Row(elem_classes=["og-main-row"]):
with gr.Column(scale=1, elem_classes=["og-panel"]):
pipeline_input = gr.Textbox(
label="Describe Your Network",
placeholder=(
"Example: We're a coffee shop chain with 3 locations. "
"We need WiFi for customers, POS systems with payment processing, "
"security cameras, and secure VPN to HQ for centralized management. "
"Each location has ~50 customers at peak time."
),
lines=10,
)
run_pipeline_btn = gr.Button("🚀 Run Full Pipeline", variant="primary", size="lg")
with gr.Column(scale=2, elem_classes=["og-panel", "og-tabs"]):
gr.Markdown("#### 📦 Pipeline Outputs")
pipeline_status = gr.Markdown(label="Status")
with gr.Tabs():
with gr.Tab("📋 Source of Truth"):
sot_output = gr.Code(label="Network Model (YAML)", language="yaml", lines=20)
with gr.Tab("🛒 Bill of Materials"):
bom_output = gr.Markdown(label="Shopping List")
with gr.Tab("🔧 Setup Guide"):
setup_output = gr.Markdown(label="Deployment Guide")
with gr.Tab("📊 Diagram"):
diagram_output = gr.Textbox(label="Network Diagram", lines=25, max_lines=50)
# Pipeline handler
def run_pipeline(user_input):
"""Execute the full automation pipeline"""
from agent.pipeline_engine import OvergrowthPipeline
from agent.llm_client import LLMClient
pipeline = OvergrowthPipeline()
try:
# Report LLM env status up-front so users see if keys are missing
llm_env = LLMClient.env_status()
# Run the pipeline (this will generate API calls that get tracked)
results = pipeline.run_full_pipeline(user_input)
# If the pipeline stopped early for clarifications, show questions and exit
if results.get("needs_more_input"):
status = "## 🤝 Consultation Needed\n\n"
status += "Your request is too brief. Please answer these questions to continue:\n\n"
for q in results.get('questions', []):
status += f"- {q}\n"
return status, "", "", "", "", monitor.get_stats().format_dashboard(include_heading=False), monitor.format_activity_feed()
# Check pre-flight validation
preflight = results.get('preflight', {})
ready_to_deploy = preflight.get('ready_to_deploy', False)
# Format status with API usage summary
status = "## 🚀 Pipeline Execution Complete!\n\n"
print("DEBUG: OPENAI_API_KEY set?", bool(os.getenv("OPENAI_API_KEY")))
print("DEBUG: ANTHROPIC_API_KEY set?", bool(os.getenv("ANTHROPIC_API_KEY")))
# Add API usage summary at the top
stats = monitor.get_stats()
status += f"### 💰 API Usage This Session\n"
status += f"- **Total Cost:** ${stats.total_cost:.4f}\n"
status += f"- **LLM Calls:** {stats.llm_calls} | **GNS3 Calls:** {stats.gns3_calls}\n"
status += f"- **Tokens:** {stats.total_tokens:,} ({stats.total_input_tokens:,} in / {stats.total_output_tokens:,} out)\n\n"
# LLM connectivity
status += "### 🤖 LLM Connectivity\n"
status += f"- Provider selected: **{llm_env.get('provider', 'unknown')}**\n"
status += f"- Anthropic key: {llm_env.get('anthropic_key')}\n"
status += f"- OpenAI key: {llm_env.get('openai_key')}\n"
status += f"- OpenRouter key: {llm_env.get('openrouter_key')}\n\n"
if stats.errors:
from agent.api_monitor import monitor as api_monitor_instance
recent_errors = api_monitor_instance.get_recent_errors(limit=3)
if recent_errors:
status += "### ⚠️ Recent API Errors\n"
for err_call in reversed(recent_errors):
msg = err_call.error_message or "Unknown error"
status += f"- {err_call.provider.upper()} {err_call.endpoint}: {msg}\n"
status += "\n"
# Budget visibility
if stats.budget_limit not in (None, 0):
remaining = stats.budget_remaining()
status += f"- **Budget:** ${stats.budget_limit:.2f} (remaining ${remaining:.2f})\n"
budget_note = stats.budget_status()
if stats.budget_alert_triggered or (stats.budget_usage_ratio() or 0) >= stats.budget_alert_fraction:
status += f"> 🚨 {budget_note}\n\n"
else:
status += f" - {budget_note}\n\n"
# Lab simulation link (GNS3)
gns3_base = os.getenv("GNS3_SERVER")
gns3_project = os.getenv("GNS3_PROJECT_NAME", "overgrowth")
if gns3_base:
status += "### 🧪 Lab Simulation\n"
status += f"- GNS3 API: {gns3_base}\n"
status += f"- Project: `{gns3_project}`\n"
status += f"- Web UI: {gns3_base.rstrip('/')}/static/webUi\n\n"
# Pre-flight validation section
if ready_to_deploy:
status += "### ✅ Pre-flight Validation PASSED\n"
status += f"- Schema validation: ✓ Passed\n"
status += f"- Policy checks: ✓ Passed\n"
if preflight.get('warnings'):
status += f"- Warnings: {len(preflight['warnings'])}\n"
if preflight.get('info'):
status += f"- Info: {len(preflight['info'])}\n"
status += "\n"
else:
status += "### ❌ Pre-flight Validation FAILED\n"
status += "**Deployment blocked until errors are fixed:**\n\n"
for error in preflight.get('errors', []):
status += f"- ❌ {error}\n"
status += "\n"
if preflight.get('warnings'):
status += "**Warnings:**\n"
for warning in preflight.get('warnings', []):
status += f"- ⚠️ {warning}\n"
status += "\n"
# Completed stages
status += "### Completed Stages:\n"
status += "0. " + ("✅" if ready_to_deploy else "❌") + " Pre-flight Validation\n"
status += "1. ✅ Consultation - Intent captured\n"
status += "2. ✅ Source of Truth - Network model generated\n"
status += "3. ✅ Diagrams - Visualizations created\n"
status += "4. ✅ Bill of Materials - Shopping list ready\n"
status += "5. ✅ Setup Guide - Deployment instructions generated\n"
if ready_to_deploy:
status += "6. ⏳ Autonomous Deploy - Ready for execution\n"
status += "7. ⏳ Observability - Ready for setup\n"
status += "8. ⏳ Validation - Ready for verification\n\n"
else:
status += "6. 🚫 Autonomous Deploy - BLOCKED (fix validation errors)\n"
status += "7. 🚫 Observability - BLOCKED\n"
status += "8. 🚫 Validation - BLOCKED\n\n"
status += "### 📁 Files Created:\n"
status += "- `infra/network_model.yaml` - Source of Truth\n"
status += "- `infra/bill_of_materials.json` - BOM data\n"
status += "- `infra/setup_guide.md` - Deployment guide\n"
questions = results.get('questions', [])
if questions:
status += "\n### ❓ Clarifying Questions\n"
for q in questions:
status += f"- {q}\n"
# Extract outputs
sot_yaml = results.get('model', {})
import yaml
sot_str = yaml.dump(sot_yaml, default_flow_style=False)
bom_md = results.get('shopping_list', 'No BOM generated')
setup_md = results.get('setup_guide', 'No setup guide generated')
diagram = results.get('diagrams', {}).get('ascii', 'No diagram available')
# Also return updated API stats and activity
updated_stats = monitor.get_stats().format_dashboard(include_heading=False)
updated_activity = monitor.format_activity_feed()
return status, sot_str, bom_md, setup_md, diagram, updated_stats, updated_activity
except Exception as e:
error = f"## ❌ Pipeline Error\n\n{str(e)}"
import traceback
error += f"\n\n```\n{traceback.format_exc()}\n```"
# Still update API stats even on error
updated_stats = monitor.get_stats().format_dashboard(include_heading=False)
updated_activity = monitor.format_activity_feed()
return error, "", "", "", "", updated_stats, updated_activity
# Event Handlers
run_pipeline_btn.click(
fn=run_pipeline,
inputs=[pipeline_input],
outputs=[pipeline_status, sot_output, bom_output, setup_output, diagram_output, api_stats, api_activity],
)
return demo
demo = build_ui().queue() # enable queue by default for Spaces
app = demo # Hugging Face picks this up automatically
if __name__ == "__main__":
demo.launch(server_name="0.0.0.0", server_port=7860, share=False, show_api=False)
|