{
  "agents": [
    {
      "name": "FundamentalAnalystAgent",
      "type": "Agent",
      "docstring": "Agent for performing fundamental analysis of companies.\n\nThis agent analyzes financial statements, calculates key financial ratios,\nperforms valuation modeling (DCF and comparables), and assesses financial health.\nIt relies on DataRetrievalAgent for fetching company data via A2A communication.\n\nUpdated to support standard AgentInput/AgentOutput interface.",
      "file": "./core/agents/fundamental_analyst_agent.py",
      "lineno": 58,
      "verification_script": null
    },
    {
      "name": "MarketSentimentAgent",
      "type": "Agent",
      "docstring": "Agent responsible for gauging market sentiment from a variety of sources,\nsuch as news articles, social media, and prediction markets.",
      "file": "./core/agents/market_sentiment_agent.py",
      "lineno": 14,
      "verification_script": null
    },
    {
      "name": "QueryUnderstandingAgent",
      "type": "Agent",
      "docstring": "An agent responsible for understanding the user's query and\ndetermining which other agents are relevant to answer it.\nThis version incorporates LLM-based intent recognition and skill-based routing.",
      "file": "./core/agents/query_understanding_agent.py",
      "lineno": 16,
      "verification_script": null
    },
    {
      "name": "QuantumMonteCarloAgent",
      "type": "Agent",
      "docstring": "Orchestrates Quantum-Accelerated Monte Carlo simulations.",
      "file": "./core/agents/quantum_monte_carlo_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "ArchiveManagerAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/archive_manager_agent.py",
      "lineno": 8,
      "verification_script": "./verification/verify_archive.py"
    },
    {
      "name": "EventDrivenRiskAgent",
      "type": "Agent",
      "docstring": "Agent that tracks and assesses the market impact of events.",
      "file": "./core/agents/event_driven_risk_agent.py",
      "lineno": 20,
      "verification_script": null
    },
    {
      "name": "GeopoliticalRiskAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/geopolitical_risk_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "RAGAgent",
      "type": "Agent",
      "docstring": "An agent that implements a Retrieval-Augmented Generation (RAG) pipeline.\nIt can ingest documents and answer queries based on the ingested content.",
      "file": "./core/agents/rag_agent.py",
      "lineno": 19,
      "verification_script": null
    },
    {
      "name": "ReportGeneratorAgent",
      "type": "Agent",
      "docstring": "An agent responsible for generating final reports by synthesizing\nanalysis from other agents.",
      "file": "./core/agents/report_generator_agent.py",
      "lineno": 10,
      "verification_script": null
    },
    {
      "name": "AlgoTradingAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/algo_trading_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "ReflectorAgent",
      "type": "Agent",
      "docstring": "The Reflector Agent performs meta-cognition.\nIt analyzes the output of other agents or the system's own reasoning traces\nto identify logical fallacies, hallucination risks, or missing context.\n\nv23 Update: Wraps `ReflectorGraph` for iterative self-correction.",
      "file": "./core/agents/reflector_agent.py",
      "lineno": 18,
      "verification_script": null
    },
    {
      "name": "RegulatoryComplianceAgent",
      "type": "Agent",
      "docstring": "Ensures adherence to all applicable financial regulations and compliance standards.\n\nCore Capabilities:\n- Monitors regulatory changes and trends across relevant jurisdictions.\n- Analyzes financial transactions and activities for compliance.\n- Identifies potential regulatory risks and provides mitigation strategies.\n- Generates compliance reports and audit trails.\n- Collaborates with other agents to incorporate compliance considerations.\n- Provides guidance on interacting with regulatory bodies.\n- Adapts to changing political landscapes and regulatory priorities.",
      "file": "./core/agents/regulatory_compliance_agent.py",
      "lineno": 26,
      "verification_script": null
    },
    {
      "name": "CryptoAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/crypto_agent.py",
      "lineno": 32,
      "verification_script": null
    },
    {
      "name": "MetaCognitiveAgent",
      "type": "Agent",
      "docstring": "The Meta-Cognitive Agent monitors the performance of other agents.",
      "file": "./core/agents/meta_cognitive_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "KnowledgeContributionAgent",
      "type": "Agent",
      "docstring": "An agent that extracts key findings from a report and formats them as structured data.",
      "file": "./core/agents/knowledge_contribution_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "ProfileAgent",
      "type": "Agent",
      "docstring": "ProfileAgent serves as the high-level interface for user-driven commands\nwithin the Adam ecosystem. It routes 'adam.*' commands to the appropriate\nsubsystems, including Industry Specialists, Developer Swarm, and the\nAutonomous Improvement Loop.",
      "file": "./core/agents/profile_agent.py",
      "lineno": 5,
      "verification_script": null
    },
    {
      "name": "DataVerificationAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/data_verification_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "PortfolioOptimizationAgent",
      "type": "Agent",
      "docstring": "Agent for portfolio optimization using both Classical (Mean-Variance) and AI (LSTM) approaches.",
      "file": "./core/agents/portfolio_optimization_agent.py",
      "lineno": 41,
      "verification_script": null
    },
    {
      "name": "AIPoweredPortfolioOptimizationAgent",
      "type": "Agent",
      "docstring": "Legacy wrapper for PortfolioOptimizationAgent to maintain backward compatibility.",
      "file": "./core/agents/portfolio_optimization_agent.py",
      "lineno": 236,
      "verification_script": null
    },
    {
      "name": "AgentBase",
      "type": "Agent",
      "docstring": "Abstract base class for all agents in the system.\nDefines the common interface and behavior expected of all agents.\nThis version incorporates MCP, A2A, Semantic Kernel, HNASP, Memory persistence, and Boot Protocol.",
      "file": "./core/agents/agent_base.py",
      "lineno": 38,
      "verification_script": null
    },
    {
      "name": "StrategicForesightAgent",
      "type": "Agent",
      "docstring": "Strategic Foresight Agent\n\nA unified intelligence unit acting as the system's \"Pre-Crime\" and National Security division.\nIt integrates high-fidelity financial modeling (OSWM, Quantum, Black Swan) with \ngeopolitical strategic analysis.",
      "file": "./core/agents/strategic_foresight_agent.py",
      "lineno": 148,
      "verification_script": null
    },
    {
      "name": "AgentBase",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/strategic_foresight_agent.py",
      "lineno": 28,
      "verification_script": null
    },
    {
      "name": "AdaptiveAlgoTradingAgent",
      "type": "Agent",
      "docstring": "An extension of AlgoTradingAgent that uses Reinforcement Learning (Q-Learning)\nto dynamically select the best trading strategy based on market conditions.",
      "file": "./core/agents/adaptive_algo_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "Meta19Agent",
      "type": "Agent",
      "docstring": "Monitors the reasoning and outputs of other agents to ensure logical consistency,\ncoherence, and alignment with core principles. Deprecated as part of Adam v19 to v22.",
      "file": "./core/agents/meta_19_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "LexicaAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/lexica_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "HNASPAgent",
      "type": "Agent",
      "docstring": "An agent that implements the Hybrid Neurosymbolic Agent State Protocol (HNASP).",
      "file": "./core/agents/hnasp_agent.py",
      "lineno": 42,
      "verification_script": null
    },
    {
      "name": "SupplyChainRiskAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/supply_chain_risk_agent.py",
      "lineno": 12,
      "verification_script": null
    },
    {
      "name": "RiskAssessmentAgent",
      "type": "Agent",
      "docstring": "Agent responsible for assessing various types of investment risks,\nsuch as market risk, credit risk, and operational risk.\n\nPhilosophy:\nRisk is not a number; it's a distribution. We strive to quantify the tails.",
      "file": "./core/agents/risk_assessment_agent.py",
      "lineno": 20,
      "verification_script": null
    },
    {
      "name": "RedTeamAgent",
      "type": "Agent",
      "docstring": "The Red Team Agent acts as an internal adversary to the system.\n\n### Functionality:\nIt generates novel and challenging scenarios (stress tests) to validate risk models before\nstrategies are deployed. This is a critical component of the \"Sovereign Financial Intelligence\"\narchitecture (v23.5), ensuring that the system is robust against \"Black Swan\" events.\n\n### Architecture:\nIn v23.5, this agent implements an internal **Adversarial Self-Correction Loop** using LangGraph.\nInstead of a single-shot generation, it iteratively refines its attack scenarios until they\nmeet a severity threshold.\n\n### Workflow:\n1.  **Generate Attack**: Uses `CounterfactualReasoningSkill` to invert assumptions in a credit memo.\n2.  **Simulate Impact**: Estimates the financial damage (e.g., VaR spike) of the scenario.\n3.  **Critique**: Checks if the scenario is severe enough (Severity > Threshold).\n4.  **Escalate**: If too mild, it loops back to Generate Attack with instructions to \"Escalate\".",
      "file": "./core/agents/red_team_agent.py",
      "lineno": 15,
      "verification_script": null
    },
    {
      "name": "IndustrySpecialistAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/industry_specialist_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "BehavioralEconomicsAgent",
      "type": "Agent",
      "docstring": "Analyzes market data and user interactions for signs of cognitive biases and irrational behavior.",
      "file": "./core/agents/behavioral_economics_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "MarketMakingAgent",
      "type": "Agent",
      "docstring": "Agentic wrapper around the Avellaneda-Stoikov model.\nImplements a 'System Brain' component that dynamically adapts risk aversion (Gamma)\nbased on market conditions (Volatility, Inventory Risk), simulating an RL policy.",
      "file": "./core/agents/market_making_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "AlternativeDataAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/alternative_data_agent.py",
      "lineno": 19,
      "verification_script": null
    },
    {
      "name": "FraudDetectionAgent",
      "type": "Agent",
      "docstring": "A specialized agent for detecting financial anomalies and simulating restatements.",
      "file": "./core/agents/fraud_detection_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "DiscussionChairAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/discussion_chair_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "DiscussionChairAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/discussion_chair_agent.py",
      "lineno": 174,
      "verification_script": null
    },
    {
      "name": "DiscussionChairAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/discussion_chair_agent.py",
      "lineno": 322,
      "verification_script": null
    },
    {
      "name": "AgentBase",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/news_bot.py",
      "lineno": 52,
      "verification_script": null
    },
    {
      "name": "FinancialModelingAgent",
      "type": "Agent",
      "docstring": "Agent for performing comprehensive financial modeling, including DCF valuation, sensitivity analysis,\nstress testing, Monte Carlo simulations, and ratio analysis.",
      "file": "./core/agents/financial_modeling_agent.py",
      "lineno": 14,
      "verification_script": null
    },
    {
      "name": "CatalystAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/catalyst_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "DataVisualizationAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/data_visualization_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "MachineLearningModelTrainingAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/machine_learning_model_training_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "ResultAggregationAgent",
      "type": "Agent",
      "docstring": "Combines results from multiple agents.  Initially uses simple concatenation,\nbut is designed for future LLM integration.",
      "file": "./core/agents/result_aggregation_agent.py",
      "lineno": 12,
      "verification_script": null
    },
    {
      "name": "EchoAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/echo_agent.py",
      "lineno": 10,
      "verification_script": null
    },
    {
      "name": "AdaptiveAgent",
      "type": "Agent",
      "docstring": "An agent implementation that fully embodies the 'Protocol Paradox' resolutions:\n1. Adaptive Conviction (Switching between Direct/MCP)\n2. State Anchors (Async Drift protection)\n3. Tool RAG (Context Saturation mitigation)",
      "file": "./core/agents/adaptive_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "SNCAnalystAgent",
      "type": "Agent",
      "docstring": "Agent for performing Shared National Credit (SNC) analysis.\nThis agent analyzes company data based on regulatory guidelines to assign an SNC rating.\nIt retrieves data via A2A communication with DataRetrievalAgent and can use SK skills.",
      "file": "./core/agents/snc_analyst_agent.py",
      "lineno": 36,
      "verification_script": null
    },
    {
      "name": "TechnicalAnalystAgent",
      "type": "Agent",
      "docstring": "Agent responsible for technical analysis of financial assets.",
      "file": "./core/agents/technical_analyst_agent.py",
      "lineno": 16,
      "verification_script": null
    },
    {
      "name": "LegalAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/legal_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "PromptGenerationAgent",
      "type": "Agent",
      "docstring": "An agent that generates a high-quality prompt from a user query.",
      "file": "./core/agents/prompt_generation_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "QuantitativeRiskAgent",
      "type": "Agent",
      "docstring": "Agent responsible for calculating quantitative risk metrics such as Value at Risk (VaR)\nand Conditional Value at Risk (CVaR).",
      "file": "./core/agents/quantitative_risk_agent.py",
      "lineno": 16,
      "verification_script": null
    },
    {
      "name": "BlackSwanAgent",
      "type": "Agent",
      "docstring": "Counterfactual 'Black Swan' Engine.\nAutonomously generates stress scenarios and calculates 'Probability of Default' sensitivity.",
      "file": "./core/agents/black_swan_agent.py",
      "lineno": 25,
      "verification_script": null
    },
    {
      "name": "MacroeconomicAnalysisAgent",
      "type": "Agent",
      "docstring": "Agent responsible for analyzing macroeconomic indicators (GDP, Inflation, etc.)\nto provide a broad market context.\n\nRefactored for v23 Architecture (Path A).",
      "file": "./core/agents/macroeconomic_analysis_agent.py",
      "lineno": 10,
      "verification_script": "./verification/verify_macro.py"
    },
    {
      "name": "NaturalLanguageGenerationAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/natural_language_generation_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "AgentForge",
      "type": "Agent",
      "docstring": "The AgentForge is responsible for the dynamic creation of new agents.\nIt uses templates and configuration to generate agent code and add them\nto the system at runtime. This version incorporates advanced features\nlike skill schema generation and A2A wiring.",
      "file": "./core/agents/agent_forge.py",
      "lineno": 14,
      "verification_script": null
    },
    {
      "name": "DataRetrievalAgent",
      "type": "Agent",
      "docstring": "Agent responsible for retrieving data from various configured sources.\nNow integrates with DataFetcher for live market data.",
      "file": "./core/agents/data_retrieval_agent.py",
      "lineno": 19,
      "verification_script": null
    },
    {
      "name": "AnomalyDetectionAgent",
      "type": "Agent",
      "docstring": "Detects anomalies and unusual patterns in financial markets and company data.\n\nCore Capabilities:\n- Leverages various statistical methods and machine learning algorithms for comprehensive anomaly detection.\n- Integrates with Adam's knowledge base for context-aware analysis.\n- Employs XAI techniques to provide explanations for detected anomalies.\n- Collaborates with other agents for in-depth investigation and reporting.\n\nAgent Network Interactions:\n- DataRetrievalAgent: Accesses market and company data from the knowledge graph.\n- FundamentalAnalystAgent: Receives alerts for potential anomalies in financial statements.\n- RiskAssessmentAgent: Provides risk scores and context for detected anomalies.\n- AlertGenerationAgent: Generates alerts for significant anomalies.\n\nDynamic Adaptation and Evolution:\n- Continuously learns and adapts based on feedback and new data.\n- Automated testing and monitoring ensure accuracy and reliability.",
      "file": "./core/agents/anomaly_detection_agent.py",
      "lineno": 23,
      "verification_script": null
    },
    {
      "name": "PredictionMarketAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/prediction_market_agent.py",
      "lineno": 19,
      "verification_script": null
    },
    {
      "name": "CyclicalReasoningAgent",
      "type": "Agent",
      "docstring": "An agent capable of cyclical reasoning, routing its output back to itself\nor other agents for iterative improvement.",
      "file": "./core/agents/cyclical_reasoning_agent.py",
      "lineno": 12,
      "verification_script": null
    },
    {
      "name": "ImpactAnalysisAgent",
      "type": "Agent",
      "docstring": "Analyzes cross-sector correlations and systemic risks.",
      "file": "./core/agents/analytics/impact_analysis_agent.py",
      "lineno": 4,
      "verification_script": null
    },
    {
      "name": "ArchitectAgent",
      "type": "Agent",
      "docstring": "The Architect Agent is responsible for maintaining, optimizing, and evolving\nthe system infrastructure and reasoning logic.",
      "file": "./core/agents/architect_agent/agent.py",
      "lineno": 5,
      "verification_script": null
    },
    {
      "name": "ManagementAssessmentAgent",
      "type": "Agent",
      "docstring": "Phase 1: Entity & Management Assessment.\nAnalyzes capital allocation, insider alignment, and CEO tone.",
      "file": "./core/agents/specialized/management_assessment_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "OptimizedGalleryAgent",
      "type": "Agent",
      "docstring": "Demonstration agent that uses RedundancyOptimizationMixin to securely and efficiently\nfetch 'gallery data' (simulated) with fallback capabilities.",
      "file": "./core/agents/specialized/optimized_gallery_agent.py",
      "lineno": 8,
      "verification_script": "./verification/verify_gallery.py"
    },
    {
      "name": "RegulatorySNCAgent",
      "type": "Agent",
      "docstring": "Specialized Agent: The Regulator (Government Employee Persona).\n\nThis agent strictly applies the \"Interagency Guidance on Leveraged Lending\" (2013).\nIt does NOT use flexible cash flow models or future projections.\nIt focuses on rigid compliance: Leverage < 6x, Ability to Repay < 50% of Free Cash Flow.\n\nRole: \"The Brake\"",
      "file": "./core/agents/specialized/regulatory_snc_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "CreditSentryAgent",
      "type": "Agent",
      "docstring": "\"The Hawk\" - Solvency Assessment Engine.\nResponsibility: Stress testing, FCCR calculation, Cycle Detection (Fractured Ouroboros), J.Crew Detection.",
      "file": "./core/agents/specialized/credit_sentry_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "MarketRegimeAgent",
      "type": "Agent",
      "docstring": "Agent responsible for classifying the current market regime (e.g., Bull, Bear, Choppy, Volatile)\nusing statistical metrics such as Hurst Exponent, ADX, and Volatility ratios.\nThis acts as a 'Force Multiplier' for other agents by providing context on *how* to trade.",
      "file": "./core/agents/specialized/market_regime_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "DeepSectorAnalyst",
      "type": "Agent",
      "docstring": "A Deep Vertical Agent specialized in generating detailed sector-specific\nstress scenarios using the Generative Risk Engine.",
      "file": "./core/agents/specialized/deep_sector_analyst.py",
      "lineno": 10,
      "verification_script": null
    },
    {
      "name": "SovereignAIAnalystAgent",
      "type": "Agent",
      "docstring": "Agent for analyzing the 'Sovereign AI' landscape.\nIt focuses on the intersection of National Security, AI Infrastructure (Capex),\nand Geopolitical fragmentation.",
      "file": "./core/agents/specialized/sovereign_ai_analyst_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "CovenantAnalystAgent",
      "type": "Agent",
      "docstring": "Phase 3 Helper: Covenant Analysis.\nParses credit agreements (or simulates them) for maintenance covenants.\n\nEnhanced Capabilities:\n- Technical Default Prediction (Headroom Compression)\n- Springing Covenant Monitoring (Revolver Utilization)",
      "file": "./core/agents/specialized/financial_covenant_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "CryptoArbitrageAgent",
      "type": "Agent",
      "docstring": "A specialized agent that monitors cryptocurrency prices across multiple exchanges\nto identify arbitrage opportunities.",
      "file": "./core/agents/specialized/crypto_arbitrage_agent.py",
      "lineno": 33,
      "verification_script": null
    },
    {
      "name": "StrategicSNCAgent",
      "type": "Agent",
      "docstring": "Specialized Agent for performing Shared National Credit (SNC) simulations.\n\nActs as a virtual 'Senior Credit Officer', orchestrating the debate between:\n1. The Regulator (RegulatorySNCAgent) - \"The Brake\"\n2. The Strategist (Internal Logic) - \"The Gas\"\n\nIt uses the Risk Consensus Engine to simulate a dialogue and determine the final outcome.",
      "file": "./core/agents/specialized/strategic_snc_agent.py",
      "lineno": 14,
      "verification_script": null
    },
    {
      "name": "CreditConformanceAgent",
      "type": "Agent",
      "docstring": "Tier-2 Generative AI Agent for Credit Risk Conformance.\nImplements a multi-layered architecture for regulatory and policy conformance.",
      "file": "./core/agents/specialized/credit_conformance_agent.py",
      "lineno": 19,
      "verification_script": null
    },
    {
      "name": "SNCRatingAgent",
      "type": "Agent",
      "docstring": "Specialized Agent for performing Shared National Credit (SNC) simulations.\n\nActs as a virtual 'Senior Credit Officer', applying regulatory frameworks\n(OCC/Fed/FDIC) to classify debt facilities based on:\n1. Primary Repayment Source (Cash Flow/EBITDA)\n2. Secondary Repayment Source (Collateral/Enterprise Value)\n\nDeveloper Note:\n---------------\nThis agent implements the \"Interagency Guidance on Leveraged Lending\" logic.\nIt separates the borrower-level rating (Ability to Repay) from the facility-level\nrating (Loss Given Default), allowing for \"notching up\" based on collateral.",
      "file": "./core/agents/specialized/credit_snc.py",
      "lineno": 10,
      "verification_script": null
    },
    {
      "name": "QuantumSearchAgent",
      "type": "Agent",
      "docstring": "QuantumSearchAgent: A specialized agent that acts as a bridge between\nclassical search intent and the AVG (AdamVanGrover) hybrid quantum-classical\noptimization framework.\n\nIt simulates the process of finding \"needles\" (anomalies, specific keys)\nin massive datasets (haystacks) by leveraging the AVGSearch engine.",
      "file": "./core/agents/specialized/quantum_search_agent.py",
      "lineno": 10,
      "verification_script": "./verification/verify_quantum_search.py"
    },
    {
      "name": "RootNodeAgent",
      "type": "Agent",
      "docstring": "An agent that solves complex problems by building a search tree of reasoning steps.",
      "file": "./core/agents/specialized/root_node_agent.py",
      "lineno": 36,
      "verification_script": null
    },
    {
      "name": "AgentBase",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/specialized/root_node_agent.py",
      "lineno": 20,
      "verification_script": null
    },
    {
      "name": "MacroLiquidityAgent",
      "type": "Agent",
      "docstring": "Agent responsible for assessing global macro liquidity conditions by analyzing\nbond yields, credit spreads, currency strength, and commodity proxies.\n\nIt calculates a 'Liquidity Stress Index' that serves as a fundamental input\nfor Risk Agents and Portfolio Managers.",
      "file": "./core/agents/specialized/macro_liquidity_agent.py",
      "lineno": 35,
      "verification_script": "./verification/verify_macro.py"
    },
    {
      "name": "InstitutionalRadarAgent",
      "type": "Agent",
      "docstring": "Agent responsible for executing the Institutional Radar blueprint:\nIngesting 13F data, analyzing trends, and generating narrative reports.",
      "file": "./core/agents/specialized/institutional_radar_agent.py",
      "lineno": 13,
      "verification_script": null
    },
    {
      "name": "CounterpartyRiskAgent",
      "type": "Agent",
      "docstring": "Responsibility: PFE, Wrong-Way Risk (WWR).",
      "file": "./core/agents/specialized/counterparty_risk_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "QuantumStrategyAgent",
      "type": "Agent",
      "docstring": "Specialized Agent that orchestrates the AdamVanGrover simulation and\nQuantum Recommendation Engine to generate high-level strategic advice.",
      "file": "./core/agents/specialized/quantum_strategy_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "CovenantAnalystAgent",
      "type": "Agent",
      "docstring": "Phase 3 Helper: Covenant Analysis.\nParses credit agreements (or simulates them) for maintenance covenants.\n\nThis agent simulates the role of a Legal/Credit analyst reviewing the Credit Agreement.\nIt checks for Financial Maintenance Covenants (Total Net Leverage, Interest Coverage)\nand estimates the risk of a \"Foot Fault\" or technical default.",
      "file": "./core/agents/specialized/credit_lawyer.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "CreditRiskControllerAgent",
      "type": "Agent",
      "docstring": "The 'Senior Credit Risk Controller' Agent.\n\nA digital twin of a Regulatory Examiner/Senior Credit Officer.\n\nDirectives:\n1. Ingest granular facility data (SNCnet schema).\n2. Deterministically calculate implied ratings (S&P/Moody's logic).\n3. Simulate Regulatory Disagreement (SNC Review logic).\n4. Generate defense-ready eSNC Cover Pages.\n\nArchitecture:\n- Pre-Computation Layer: Python-based execution of the S&P Matrix and Conviction Score formula.\n- Inference Layer: LLM-based construction of the \"Defense Narrative\" and qualitative synthesis.",
      "file": "./core/agents/specialized/credit_risk_controller_agent.py",
      "lineno": 12,
      "verification_script": null
    },
    {
      "name": "ForensicAccountantAgent",
      "type": "Agent",
      "docstring": "Specialized agent for detecting financial fraud and anomalies in ledger data.\nUses statistical methods (Benford's Law) and heuristic rules.",
      "file": "./core/agents/specialized/forensic_accountant_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "RetailAlphaAgent",
      "type": "Agent",
      "docstring": "Retail Alpha Agent: 'The Retail Supplement'\n\nThis agent bridges the gap between institutional data (13Fs, Risk Models) and\nretail trading needs (Signals, Hype, Simple Metrics).\n\nIt generates 'Alpha Signals' by looking for divergences:\n- Smart Money Buying vs Retail Selling (Bullish Divergence)\n- Smart Money Selling vs Retail Euphoria (Bearish Trap)",
      "file": "./core/agents/specialized/retail_alpha_agent.py",
      "lineno": 23,
      "verification_script": null
    },
    {
      "name": "BlindspotAgent",
      "type": "Agent",
      "docstring": "Protocol: ADAM-V-NEXT\nA meta-cognitive agent responsible for scanning the system's knowledge graph\nfor disconnected nodes, contradictory data points, and 'unknown unknowns'.",
      "file": "./core/agents/specialized/blindspot_agent.py",
      "lineno": 38,
      "verification_script": null
    },
    {
      "name": "NarrativeIntelligenceAgent",
      "type": "Agent",
      "docstring": "Protocol: ADAM-V-NEXT\nSpecialized agent that moves beyond simple sentiment scoring to identify\nemerging thematic narratives (e.g., 'AI Bubble', 'Energy Crisis').",
      "file": "./core/agents/specialized/narrative_intelligence_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "PeerComparisonAgent",
      "type": "Agent",
      "docstring": "Phase 2 Helper: Peer Comparison.\nFetches and calculates relative multiples.",
      "file": "./core/agents/specialized/peer_comparison_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "QuantumRiskAgent",
      "type": "Agent",
      "docstring": "Specialized agent that uses Quantum Monte Carlo methods for risk analysis.\nPart of the Adam v24.0 'Quantum-Native' suite.",
      "file": "./core/agents/specialized/quantum_risk_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "RiskCoPilotAgent",
      "type": "Agent",
      "docstring": "Automated Credit Risk Officer capable of diagnosing breaches and summarizing risk.",
      "file": "./core/agents/specialized/risk_copilot_agent.py",
      "lineno": 27,
      "verification_script": null
    },
    {
      "name": "AgentBase",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/specialized/risk_copilot_agent.py",
      "lineno": 18,
      "verification_script": null
    },
    {
      "name": "SentinelAgent",
      "type": "Agent",
      "docstring": "The Data Integrity Guardian.\nResponsibility: Ingestion, Extraction, Validation against FIBO Schema.",
      "file": "./core/agents/specialized/sentinel_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "TechnicalCovenantAgent",
      "type": "Agent",
      "docstring": "Specialized Agent: The Legal Analyst (Law Firm Associate Persona).\n\nThis agent focuses purely on the textual \"rules of the road\" within the Credit Agreement.\nIt identifies definitions, baskets, and blockers.\n\nEnhanced Capabilities:\n- Context-Aware Checking: Prioritizes checks based on borrower history (e.g., Aggressive Sponsors).\n- Historical Precedent: Flags \"Market Standard\" vs \"Outlier\" terms.",
      "file": "./core/agents/specialized/technical_covenant_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "QuantumRetrievalAgent",
      "type": "Agent",
      "docstring": "An agent that uses Quantum Annealing simulations optimized by Adam\nto \"retrieve\" data from massive unstructured datasets (simulated).\nEnhanced to support Credit & Restructuring Search.",
      "file": "./core/agents/specialized/quantum_retrieval_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "MonteCarloRiskAgent",
      "type": "Agent",
      "docstring": "Quantitative Risk Agent using Monte Carlo simulations.\n\nMethodology:\n1. Models EBITDA as a stochastic process (Geometric Brownian Motion, Heston, or OU).\n2. Runs iterations (default 10,000) over a defined horizon.\n3. Triggers 'Default' if EBITDA falls below Interest Expense + Maintenance Capex.\n\nDeveloper Note:\n---------------\nNow supports Heston (stochastic volatility) and OU (mean reversion).",
      "file": "./core/agents/specialized/monte_carlo_risk_agent.py",
      "lineno": 46,
      "verification_script": null
    },
    {
      "name": "PortfolioManagerAgent",
      "type": "Agent",
      "docstring": "Phase 5: Synthesis & Conviction.\nThe 'Conviction Engine' that weighs all previous phases.",
      "file": "./core/agents/specialized/portfolio_manager_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "DistressedSurveillanceAgent",
      "type": "Agent",
      "docstring": "Agent responsible for identifying 'Zombie Issuers' in the BSL market.\nWraps the SurveillanceGraph.",
      "file": "./core/agents/specialized/distressed_surveillance_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "InstitutionalTrendAgent",
      "type": "Agent",
      "docstring": "Agent responsible for monitoring institutional capital flows via 13F filings\nand generating strategic market intelligence reports.\n\nArchitecture:\n1. Ingestion Layer (Hard Logic): Fetches raw 13F data via Sec13FHandler.\n2. Processing Layer (Pandas): Calculates deltas (New/Exits/Increases).\n3. Cognitive Layer (LLM): Synthesizes quantitative moves into qualitative strategy.",
      "file": "./core/agents/specialized/institutional_trend_agent.py",
      "lineno": 14,
      "verification_script": null
    },
    {
      "name": "QuantumScenarioAgent",
      "type": "Agent",
      "docstring": "Phase 4 Helper: Quantum Scenario Generation.\n\nThis agent bridges the gap between classical risk modeling and quantum-enhanced simulation.\nIt utilizes the `QuantumMonteCarloEngine` (QMC) for structural credit modeling and the\n`GenerativeRiskEngine` (GRE) for tail-risk scenario generation.\n\nDeveloper Note:\n---------------\nIn environments without a QPU or heavy GPU dependencies, this agent gracefully degrades\nto use classical approximations (numpy-based QMC simulation) and heuristic-based\ngenerative models.",
      "file": "./core/agents/specialized/quantum_scenario_agent.py",
      "lineno": 23,
      "verification_script": null
    },
    {
      "name": "TemplateAgent",
      "type": "Agent",
      "docstring": "A template for creating v23-compatible agents.\n\nThis class demonstrates:\n1. Asynchronous task execution.\n2. Tool usage via the tool manager.\n3. Interaction with the Unified Knowledge Graph (UKG).\n4. Structured error handling and logging.",
      "file": "./core/agents/templates/v23_template_agent.py",
      "lineno": 13,
      "verification_script": null
    },
    {
      "name": "AdaptiveRPCAgent",
      "type": "Agent",
      "docstring": "V23.5 'Apex' Agent with Metacognitive Gating.\n\nImplements the 'Protocol Paradox' resolution:\n1. JSON-RPC 2.0 Native: Speaks standard MCP.\n2. Heuristic 1 (Ambiguity Guardrail): Reverts to text if conviction is low.\n3. Heuristic 2 (Context Budgeting): Just-in-Time tool loading.",
      "file": "./core/agents/templates/v23_adaptive_rpc_agent.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "AgentInput",
      "type": "Agent",
      "docstring": "Standard input for a v26 Agent.",
      "file": "./core/agents/templates/v26_template_agent.py",
      "lineno": 15,
      "verification_script": null
    },
    {
      "name": "AgentOutput",
      "type": "Agent",
      "docstring": "Standard output for a v26 Agent.",
      "file": "./core/agents/templates/v26_template_agent.py",
      "lineno": 20,
      "verification_script": null
    },
    {
      "name": "TemplateAgentV26",
      "type": "Agent",
      "docstring": "A template for creating Adam v26.0 (System 2) Agents.\n\nAdheres to:\n- Strict Typing (Pydantic)\n- Grounding (Source Citation)\n- Error Handling (Graceful Degradation)",
      "file": "./core/agents/templates/v26_template_agent.py",
      "lineno": 31,
      "verification_script": null
    },
    {
      "name": "PlannerAgent",
      "type": "Agent",
      "docstring": "The PlannerAgent takes a high-level feature request or bug report\nand breaks it down into a detailed, structured plan with discrete,\nverifiable steps. This plan can then be executed by other agents\nin the developer swarm.",
      "file": "./core/agents/developer_swarm/planner_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "SpecArchitectAgent",
      "type": "Agent",
      "docstring": "The SpecArchitectAgent is the 'Architect' in the Spec-Driven Development workflow.\nIts sole purpose is to take a high-level vision or goal and produce a rigorous,\nstructured SPEC.md file. It operates in 'Plan Mode' (read-only) and does not\nwrite application code.",
      "file": "./core/agents/developer_swarm/spec_architect_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "TestAgent",
      "type": "Agent",
      "docstring": "The TestAgent writes unit tests for code generated by the CoderAgent\nand runs them to ensure correctness.",
      "file": "./core/agents/developer_swarm/test_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "ReviewerAgent",
      "type": "Agent",
      "docstring": "The ReviewerAgent checks code for style guide violations (PEP 8),\npotential bugs, and adherence to architectural principles.",
      "file": "./core/agents/developer_swarm/reviewer_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "IntegrationAgent",
      "type": "Agent",
      "docstring": "The IntegrationAgent merges code, tests, and documentation into the\nmain branch once all checks have passed.",
      "file": "./core/agents/developer_swarm/integration_agent.py",
      "lineno": 11,
      "verification_script": "./verification/verify_swarm_integration.py"
    },
    {
      "name": "CoderAgent",
      "type": "Agent",
      "docstring": "The CoderAgent takes a specific task from a plan and writes the\nPython code to implement it.",
      "file": "./core/agents/developer_swarm/coder_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "DocumentationAgent",
      "type": "Agent",
      "docstring": "The DocumentationAgent writes and updates documentation based on the\ncode changes made by the CoderAgent.",
      "file": "./core/agents/developer_swarm/documentation_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "CreditAgentBase",
      "type": "Agent",
      "docstring": "Base class for all Credit Memo agents.\nEnforces audit logging and strict output schemas.",
      "file": "./core/agents/credit/credit_agent_base.py",
      "lineno": 9,
      "verification_script": null
    },
    {
      "name": "ArchivistAgent",
      "type": "Agent",
      "docstring": "The Retrieval Agent.\nResponsible for fetching documents and chunks from the Vector DB (mocked).",
      "file": "./core/agents/credit/archivist.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "WriterAgent",
      "type": "Agent",
      "docstring": "The Generation Agent.\nResponsible for synthesizing the final credit memo and inserting citations.",
      "file": "./core/agents/credit/writer.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "QuantAgent",
      "type": "Agent",
      "docstring": "The Spreading Agent.\nResponsible for extracting structured financial data from unstructured documents.",
      "file": "./core/agents/credit/quant.py",
      "lineno": 6,
      "verification_script": "./verification/verify_quantum_simulation.py"
    },
    {
      "name": "FinancialNewsSubAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/sub_agents/financial_news_sub_agent.py",
      "lineno": 5,
      "verification_script": null
    },
    {
      "name": "InternalSystemsAgent",
      "type": "Agent",
      "docstring": "The Internal Systems Agent serves as the secure and reliable conduit to the\nfinancial institution's own internal systems of record. It acts as the \"source\nof truth\" for all data related to the institution's existing relationship\nwith the borrower.",
      "file": "./core/agents/sub_agents/internal_systems_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "FinancialDocumentAgent",
      "type": "Agent",
      "docstring": "The Financial Document Agent is designed to eliminate one of the most time-consuming\nand error-prone bottlenecks in traditional credit analysis: manual data entry from\nphysical or digital documents. This agent leverages state-of-the-art AI-powered\ntechnologies to automate the ingestion and structuring of financial information.\n\nIts primary tool is an advanced Optical Character Recognition (OCR) engine,\nenhanced with machine learning models trained specifically on financial document layouts.",
      "file": "./core/agents/sub_agents/financial_document_agent.py",
      "lineno": 12,
      "verification_script": null
    },
    {
      "name": "ComplianceKYCAgent",
      "type": "Agent",
      "docstring": "Operating as a critical gatekeeper for regulatory adherence, the Compliance & KYC\nAgent automates the essential checks required for client onboarding and ongoing\nmonitoring. This agent interfaces directly, via secure APIs, with a suite of\ninternal and external databases.",
      "file": "./core/agents/sub_agents/compliance_kyc_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "DataIngestionAgent",
      "type": "Agent",
      "docstring": "Agent responsible for data ingestion tasks using the Gold Standard Toolkit.\nHandles daily history downloads, intraday snapshots, and schema validation.\n\nVersion: Adam v24 (Sprint 1: Sensory Layer)",
      "file": "./core/agents/sub_agents/data_ingestion_agent.py",
      "lineno": 10,
      "verification_script": null
    },
    {
      "name": "MarketAlternativeDataAgent",
      "type": "Agent",
      "docstring": "To build a truly comprehensive and forward-looking risk profile, the system must\nlook beyond the borrower's own financial disclosures. The Market & Alternative\nData Agent is tasked with this \"outside-in\" view. It continuously scans and\ningests a wide spectrum of both structured and unstructured information from\nthe public domain.",
      "file": "./core/agents/sub_agents/market_alternative_data_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "GitRepoSubAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/sub_agents/git_repo_sub_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "RepoGuardianAgent",
      "type": "Agent",
      "docstring": "The RepoGuardian Agent serves as an automated code reviewer and gatekeeper.\nIt analyzes proposed changes against repository standards and provides\nstructured feedback.",
      "file": "./core/agents/governance/repo_guardian/agent.py",
      "lineno": 27,
      "verification_script": null
    },
    {
      "name": "TestRepoGuardianAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/governance/repo_guardian/tests/test_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "CapacityPlannerAgent",
      "type": "Agent",
      "docstring": "Monitors system telemetry (CPU, GPU, Memory) and recommends infrastructure scaling actions.\nFunctions as the \"Site Reliability Engineer\" (SRE) of the Analyst OS.",
      "file": "./core/agents/infrastructure/capacity_planner_agent.py",
      "lineno": 6,
      "verification_script": null
    },
    {
      "name": "OdysseyHubAgent",
      "type": "Agent",
      "docstring": "Adam v25.5 (Odyssey Orchestrator)\nThe central Hub agent for the Odyssey Financial System.\nOrchestrates the 'Hub-and-Spoke' architecture and enforces semantic consistency\nvia the Odyssey Unified Knowledge Graph (OUKG).",
      "file": "./core/agents/orchestrators/odyssey_hub_agent.py",
      "lineno": 11,
      "verification_script": null
    },
    {
      "name": "PersonaCommunicationAgent",
      "type": "Agent",
      "docstring": "The Persona & Communication Agent is the final layer in the output chain,\nacting as the system's \"finishing school.\" Its sole purpose is to tailor the\npresentation of the final output to the specific needs, role, and authority\nlevel of the human user interacting with the system.",
      "file": "./core/agents/meta_agents/persona_communication_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "AutoArchitectAgent",
      "type": "Agent",
      "docstring": "Scans the repository to generate a real-time 'Current State' architectural document.\nEnsures documentation never drifts from code.",
      "file": "./core/agents/meta_agents/auto_architect_agent.py",
      "lineno": 7,
      "verification_script": null
    },
    {
      "name": "CrisisSimulationMetaAgent",
      "type": "Agent",
      "docstring": "A meta-agent that conducts dynamic, enterprise-grade crisis simulations.\nIt uses a sophisticated prompt structure to simulate the cascading effects of\nrisks based on a user-defined scenario.",
      "file": "./core/agents/meta_agents/crisis_simulation_agent.py",
      "lineno": 18,
      "verification_script": "./verification/verify_crisis_sim.py"
    },
    {
      "name": "ChronosAgent",
      "type": "Agent",
      "docstring": "Chronos is the Keeper of Time and Memory.\n\nIt manages the temporal state of the application, determining which memory context\n(short-term, medium-term, long-term) is most relevant via the `_retrieve_memories` logic.\nIt also draws parallels between current events and historic financial periods using\nLLM-driven historical analysis.",
      "file": "./core/agents/meta_agents/chronos_agent.py",
      "lineno": 24,
      "verification_script": null
    },
    {
      "name": "CreditRiskAssessmentAgent",
      "type": "Agent",
      "docstring": "This agent is the central analytical engine of the system, responsible for\nconducting a comprehensive commercial credit analysis that mirrors the rigor\nof a seasoned human underwriter.",
      "file": "./core/agents/meta_agents/credit_risk_assessment_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "DidacticArchitectAgent",
      "type": "Agent",
      "docstring": "The Didactic Architect Agent is a meta-agent designed to build modular,\nself-contained, portable, and complementary tutorials and setups.\nIt bridges the gap between code and comprehension.",
      "file": "./core/agents/meta_agents/didactic_architect_agent.py",
      "lineno": 16,
      "verification_script": null
    },
    {
      "name": "OdysseyMetaAgent",
      "type": "Agent",
      "docstring": "Strategic Synthesis Agent.\nAggregates inputs from Sentinel, CreditSentry, Argus, etc. to produce final XML decision.",
      "file": "./core/agents/meta_agents/odyssey_meta_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "SkillHarvesterAgent",
      "type": "Agent",
      "docstring": "Crawls the agent swarm to extract 'get_skill_schema' definitions\nand compiles a structured registry JSON for the Agent Gallery and MCP.",
      "file": "./core/agents/meta_agents/skill_harvester_agent.py",
      "lineno": 10,
      "verification_script": null
    },
    {
      "name": "CounterpartyRiskAgent",
      "type": "Agent",
      "docstring": "For clients engaging in derivative transactions (e.g., interest rate swaps,\ncurrency forwards), the system's dedicated CounterpartyRiskAgent is activated.\nThis agent is specifically designed to quantify the complex, contingent risks\nassociated with these instruments.",
      "file": "./core/agents/meta_agents/counterparty_risk_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "EvolutionaryArchitectAgent",
      "type": "Agent",
      "docstring": "The Evolutionary Architect Agent is a meta-agent predisposed for action.\nIt drives the codebase forward by proposing additive enhancements, refactors,\nand optimizations. It uses 'Active Inference' principles to minimize the\ndivergence between the current codebase state and the desired goal state.",
      "file": "./core/agents/meta_agents/evolutionary_architect_agent.py",
      "lineno": 17,
      "verification_script": "./verification/verify_evolution.py"
    },
    {
      "name": "SentimentAnalysisMetaAgent",
      "type": "Agent",
      "docstring": null,
      "file": "./core/agents/meta_agents/sentiment_analysis_meta_agent.py",
      "lineno": 5,
      "verification_script": null
    },
    {
      "name": "PortfolioMonitoringEWSAgent",
      "type": "Agent",
      "docstring": "This agent is the system's vigilant sentinel, responsible for continuous,\nreal-time surveillance of the entire credit portfolio. Its function is to\nmove the institution from a reactive to a proactive risk management posture.",
      "file": "./core/agents/meta_agents/portfolio_monitoring_ews_agent.py",
      "lineno": 8,
      "verification_script": null
    },
    {
      "name": "NarrativeSummarizationAgent",
      "type": "Agent",
      "docstring": "This agent functions as the system's dedicated writer, editor, and communicator.\nIts purpose is to bridge the gap between complex, quantitative machine output\nand the need for clear, concise, and context-rich human understanding.",
      "file": "./core/agents/meta_agents/narrative_summarization_agent.py",
      "lineno": 8,
      "verification_script": null
    }
  ],
  "verifications": [
    {
      "name": "verify_reports.py",
      "path": "./verification/verify_reports.py",
      "target": "reports"
    },
    {
      "name": "verify_agent_intercom.py",
      "path": "./verification/verify_agent_intercom.py",
      "target": "agent_intercom"
    },
    {
      "name": "verify_market_mayhem_v24.py",
      "path": "./verification/verify_market_mayhem_v24.py",
      "target": "market_mayhem_v24"
    },
    {
      "name": "verify_showcase_libraries.py",
      "path": "./verification/verify_showcase_libraries.py",
      "target": "showcase_libraries"
    },
    {
      "name": "verify_narrative_dashboard.py",
      "path": "./verification/verify_narrative_dashboard.py",
      "target": "narrative_dashboard"
    },
    {
      "name": "verify_credit_ui.py",
      "path": "./verification/verify_credit_ui.py",
      "target": "credit_ui"
    },
    {
      "name": "verify_fraud_frontend.py",
      "path": "./verification/verify_fraud_frontend.py",
      "target": "fraud_frontend"
    },
    {
      "name": "verify_quantum_simulation.py",
      "path": "./verification/verify_quantum_simulation.py",
      "target": "quantum_simulation"
    },
    {
      "name": "verify_credit_memo_new_features.py",
      "path": "./verification/verify_credit_memo_new_features.py",
      "target": "credit_memo_new_features"
    },
    {
      "name": "verify_trading_terminal.py",
      "path": "./verification/verify_trading_terminal.py",
      "target": "trading_terminal"
    },
    {
      "name": "verify_intercom.py",
      "path": "./verification/verify_intercom.py",
      "target": "intercom"
    },
    {
      "name": "verify_credit_memo_library.py",
      "path": "./verification/verify_credit_memo_library.py",
      "target": "credit_memo_library"
    },
    {
      "name": "verify_system_brain.py",
      "path": "./verification/verify_system_brain.py",
      "target": "system_brain"
    },
    {
      "name": "verify_war_room_enhanced.py",
      "path": "./verification/verify_war_room_enhanced.py",
      "target": "war_room_enhanced"
    },
    {
      "name": "verify_war_room_final.py",
      "path": "./verification/verify_war_room_final.py",
      "target": "war_room_final"
    },
    {
      "name": "verify_macro.py",
      "path": "./verification/verify_macro.py",
      "target": "macro"
    },
    {
      "name": "verify_swarm_matrix.py",
      "path": "./verification/verify_swarm_matrix.py",
      "target": "swarm_matrix"
    },
    {
      "name": "verify_empty_state.py",
      "path": "./verification/verify_empty_state.py",
      "target": "empty_state"
    },
    {
      "name": "verify_credit_backend.py",
      "path": "./verification/verify_credit_backend.py",
      "target": "credit_backend"
    },
    {
      "name": "verify_governance.py",
      "path": "./verification/verify_governance.py",
      "target": "governance"
    },
    {
      "name": "verify_dashboard_fixed.py",
      "path": "./verification/verify_dashboard_fixed.py",
      "target": "dashboard_fixed"
    },
    {
      "name": "verify_swarm.py",
      "path": "./verification/verify_swarm.py",
      "target": "swarm"
    },
    {
      "name": "verify_agent_cards.py",
      "path": "./verification/verify_agent_cards.py",
      "target": "agent_cards"
    },
    {
      "name": "verify_nav_xss.py",
      "path": "./verification/verify_nav_xss.py",
      "target": "nav_xss"
    },
    {
      "name": "verify_expanded_agents.py",
      "path": "./verification/verify_expanded_agents.py",
      "target": "expanded_agents"
    },
    {
      "name": "verify_full_report_suite.py",
      "path": "./verification/verify_full_report_suite.py",
      "target": "full_report_suite"
    },
    {
      "name": "verify_war_room.py",
      "path": "./verification/verify_war_room.py",
      "target": "war_room"
    },
    {
      "name": "verify_empty_state_intercept.py",
      "path": "./verification/verify_empty_state_intercept.py",
      "target": "empty_state_intercept"
    },
    {
      "name": "verify_neural_link.py",
      "path": "./verification/verify_neural_link.py",
      "target": "neural_link"
    },
    {
      "name": "verify_system_knowledge_graph.py",
      "path": "./verification/verify_system_knowledge_graph.py",
      "target": "system_knowledge_graph"
    },
    {
      "name": "verify_showcase_updates.py",
      "path": "./verification/verify_showcase_updates.py",
      "target": "showcase_updates"
    },
    {
      "name": "verify_comprehensive_archive.py",
      "path": "./verification/verify_comprehensive_archive.py",
      "target": "comprehensive_archive"
    },
    {
      "name": "verify_newsletter_link.py",
      "path": "./verification/verify_newsletter_link.py",
      "target": "newsletter_link"
    },
    {
      "name": "verify_credit_memo_v2.py",
      "path": "./verification/verify_credit_memo_v2.py",
      "target": "credit_memo_v2"
    },
    {
      "name": "verify_portable_prompt.py",
      "path": "./verification/verify_portable_prompt.py",
      "target": "portable_prompt"
    },
    {
      "name": "verify_war_room_comprehensive.py",
      "path": "./verification/verify_war_room_comprehensive.py",
      "target": "war_room_comprehensive"
    },
    {
      "name": "verify_system2_monitor.py",
      "path": "./verification/verify_system2_monitor.py",
      "target": "system2_monitor"
    },
    {
      "name": "verify_expanded_roster.py",
      "path": "./verification/verify_expanded_roster.py",
      "target": "expanded_roster"
    },
    {
      "name": "verify_prompt_alpha.py",
      "path": "./verification/verify_prompt_alpha.py",
      "target": "prompt_alpha"
    },
    {
      "name": "verify_viz.py",
      "path": "./verification/verify_viz.py",
      "target": "viz"
    },
    {
      "name": "verify_nexus_simulation.py",
      "path": "./verification/verify_nexus_simulation.py",
      "target": "nexus_simulation"
    },
    {
      "name": "verify_war_room_v2.py",
      "path": "./verification/verify_war_room_v2.py",
      "target": "war_room_v2"
    },
    {
      "name": "verify_ui_elements.py",
      "path": "./verification/verify_ui_elements.py",
      "target": "ui_elements"
    },
    {
      "name": "verify_future_lens.py",
      "path": "./verification/verify_future_lens.py",
      "target": "future_lens"
    },
    {
      "name": "verify_archive_ui.py",
      "path": "./verification/verify_archive_ui.py",
      "target": "archive_ui"
    },
    {
      "name": "verify_credit_ui_v2.py",
      "path": "./verification/verify_credit_ui_v2.py",
      "target": "credit_ui_v2"
    },
    {
      "name": "verify_sovereign_dashboard.py",
      "path": "./verification/verify_sovereign_dashboard.py",
      "target": "sovereign_dashboard"
    },
    {
      "name": "verify_distressed_frontend.py",
      "path": "./verification/verify_distressed_frontend.py",
      "target": "distressed_frontend"
    },
    {
      "name": "verify_credit_memo_v2_advanced.py",
      "path": "./verification/verify_credit_memo_v2_advanced.py",
      "target": "credit_memo_v2_advanced"
    },
    {
      "name": "verify_cyberpunk_dashboard.py",
      "path": "./verification/verify_cyberpunk_dashboard.py",
      "target": "cyberpunk_dashboard"
    },
    {
      "name": "verify_dashboard.py",
      "path": "./verification/verify_dashboard.py",
      "target": "dashboard"
    },
    {
      "name": "verify_archive_enhanced.py",
      "path": "./verification/verify_archive_enhanced.py",
      "target": "archive_enhanced"
    },
    {
      "name": "verify_credit_enhanced.py",
      "path": "./verification/verify_credit_enhanced.py",
      "target": "credit_enhanced"
    },
    {
      "name": "verify_sidebar_a11y.py",
      "path": "./verification/verify_sidebar_a11y.py",
      "target": "sidebar_a11y"
    },
    {
      "name": "verify_deep_archive.py",
      "path": "./verification/verify_deep_archive.py",
      "target": "deep_archive"
    },
    {
      "name": "verify_wargame.py",
      "path": "./verification/verify_wargame.py",
      "target": "wargame"
    },
    {
      "name": "verify_gallery.py",
      "path": "./verification/verify_gallery.py",
      "target": "gallery"
    },
    {
      "name": "verify_valuation_features.py",
      "path": "./verification/verify_valuation_features.py",
      "target": "valuation_features"
    },
    {
      "name": "verify_war_room_v1.py",
      "path": "./verification/verify_war_room_v1.py",
      "target": "war_room_v1"
    },
    {
      "name": "verify_archive_visual.py",
      "path": "./verification/verify_archive_visual.py",
      "target": "archive_visual"
    },
    {
      "name": "verify_graph_copy_btn.py",
      "path": "./verification/verify_graph_copy_btn.py",
      "target": "graph_copy_btn"
    },
    {
      "name": "verify_hud.py",
      "path": "./verification/verify_hud.py",
      "target": "hud"
    },
    {
      "name": "verify_new_modules.py",
      "path": "./verification/verify_new_modules.py",
      "target": "new_modules"
    },
    {
      "name": "verify_changes.py",
      "path": "./verification/verify_changes.py",
      "target": "changes"
    },
    {
      "name": "verify_knowledge_graph.py",
      "path": "./verification/verify_knowledge_graph.py",
      "target": "knowledge_graph"
    },
    {
      "name": "verify_credit_memo_snc_features.py",
      "path": "./verification/verify_credit_memo_snc_features.py",
      "target": "credit_memo_snc_features"
    },
    {
      "name": "verify_dashboard_gamma.py",
      "path": "./verification/verify_dashboard_gamma.py",
      "target": "dashboard_gamma"
    },
    {
      "name": "verify_agent_gallery.py",
      "path": "./verification/verify_agent_gallery.py",
      "target": "agent_gallery"
    },
    {
      "name": "verify_swarm_integration.py",
      "path": "./verification/verify_swarm_integration.py",
      "target": "swarm_integration"
    },
    {
      "name": "verify_unified_twin.py",
      "path": "./verification/verify_unified_twin.py",
      "target": "unified_twin"
    },
    {
      "name": "verify_credit_live.py",
      "path": "./verification/verify_credit_live.py",
      "target": "credit_live"
    },
    {
      "name": "verify_quantum_search.py",
      "path": "./verification/verify_quantum_search.py",
      "target": "quantum_search"
    },
    {
      "name": "verify_api_endpoints.py",
      "path": "./verification/verify_api_endpoints.py",
      "target": "api_endpoints"
    },
    {
      "name": "verify_system_brain_enhanced.py",
      "path": "./verification/verify_system_brain_enhanced.py",
      "target": "system_brain_enhanced"
    },
    {
      "name": "verify_evolution_visual.py",
      "path": "./verification/verify_evolution_visual.py",
      "target": "evolution_visual"
    },
    {
      "name": "verify_new_market_mayhem.py",
      "path": "./verification/verify_new_market_mayhem.py",
      "target": "new_market_mayhem"
    },
    {
      "name": "verify_crisis_sim.py",
      "path": "./verification/verify_crisis_sim.py",
      "target": "crisis_sim"
    },
    {
      "name": "verify_quantum_expansion.py",
      "path": "./verification/verify_quantum_expansion.py",
      "target": "quantum_expansion"
    },
    {
      "name": "verify_forward_features.py",
      "path": "./verification/verify_forward_features.py",
      "target": "forward_features"
    },
    {
      "name": "verify_archive.py",
      "path": "./verification/verify_archive.py",
      "target": "archive"
    },
    {
      "name": "verify_unified_console.py",
      "path": "./verification/verify_unified_console.py",
      "target": "unified_console"
    },
    {
      "name": "verify_quantum_infra.py",
      "path": "./verification/verify_quantum_infra.py",
      "target": "quantum_infra"
    },
    {
      "name": "verify_evolution.py",
      "path": "./verification/verify_evolution.py",
      "target": "evolution"
    },
    {
      "name": "verify_conviction_paper.py",
      "path": "./verification/verify_conviction_paper.py",
      "target": "conviction_paper"
    },
    {
      "name": "verify_credit_memo_frontend.py",
      "path": "./verification/verify_credit_memo_frontend.py",
      "target": "credit_memo_frontend"
    },
    {
      "name": "verify_new_labs.py",
      "path": "./verification/verify_new_labs.py",
      "target": "new_labs"
    },
    {
      "name": "verify_snc_workflow.py",
      "path": "./verification/verify_snc_workflow.py",
      "target": "snc_workflow"
    },
    {
      "name": "verify_dashboard_final.py",
      "path": "./verification/verify_dashboard_final.py",
      "target": "dashboard_final"
    },
    {
      "name": "verify_quantum_frontend.py",
      "path": "./verification/verify_quantum_frontend.py",
      "target": "quantum_frontend"
    },
    {
      "name": "verify_nexus.py",
      "path": "./verification/verify_nexus.py",
      "target": "nexus"
    },
    {
      "name": "verify_archive_update.py",
      "path": "./verification/verify_archive_update.py",
      "target": "archive_update"
    }
  ],
  "pages": [
    {
      "name": "agent_gallery.html",
      "path": "./showcase/agent_gallery.html"
    },
    {
      "name": "house_view_2026_01_15.html",
      "path": "./showcase/house_view_2026_01_15.html"
    },
    {
      "name": "House_View_2025_07_01.html",
      "path": "./showcase/House_View_2025_07_01.html"
    },
    {
      "name": "Daily_Briefing_2025_09_01.html",
      "path": "./showcase/Daily_Briefing_2025_09_01.html"
    },
    {
      "name": "MM10312025.html",
      "path": "./showcase/MM10312025.html"
    },
    {
      "name": "Daily_Briefing_2025_11_19.html",
      "path": "./showcase/Daily_Briefing_2025_11_19.html"
    },
    {
      "name": "House_View_2026_03_01.html",
      "path": "./showcase/House_View_2026_03_01.html"
    },
    {
      "name": "Daily_Briefing_2025_05_20.html",
      "path": "./showcase/Daily_Briefing_2025_05_20.html"
    },
    {
      "name": "Daily_Briefing_2025_08_15.html",
      "path": "./showcase/Daily_Briefing_2025_08_15.html"
    },
    {
      "name": "House_View_2025_08_01.html",
      "path": "./showcase/House_View_2025_08_01.html"
    },
    {
      "name": "Daily_Briefing_2025_01_30.html",
      "path": "./showcase/Daily_Briefing_2025_01_30.html"
    },
    {
      "name": "newsletter_market_mayhem_may_02_2025.html",
      "path": "./showcase/newsletter_market_mayhem_may_02_2025.html"
    },
    {
      "name": "Daily_Briefing_2025_06_24.html",
      "path": "./showcase/Daily_Briefing_2025_06_24.html"
    },
    {
      "name": "Daily_Briefing_2025_06_13.html",
      "path": "./showcase/Daily_Briefing_2025_06_13.html"
    },
    {
      "name": "report_2026_strategic_outlook.html",
      "path": "./showcase/report_2026_strategic_outlook.html"
    },
    {
      "name": "os.html",
      "path": "./showcase/os.html"
    },
    {
      "name": "codex.html",
      "path": "./showcase/codex.html"
    },
    {
      "name": "mm04042025.html",
      "path": "./showcase/mm04042025.html"
    },
    {
      "name": "Daily_Briefing_2025_07_22.html",
      "path": "./showcase/Daily_Briefing_2025_07_22.html"
    },
    {
      "name": "credit_architect.html",
      "path": "./showcase/credit_architect.html"
    },
    {
      "name": "House_View_2025_03_01.html",
      "path": "./showcase/House_View_2025_03_01.html"
    },
    {
      "name": "avg_search.html",
      "path": "./showcase/avg_search.html"
    },
    {
      "name": "newsletter_market_mayhem_mar_2025.html",
      "path": "./showcase/newsletter_market_mayhem_mar_2025.html"
    },
    {
      "name": "graph.html",
      "path": "./showcase/graph.html"
    },
    {
      "name": "scenario_lab.html",
      "path": "./showcase/scenario_lab.html"
    },
    {
      "name": "mm12022025.html",
      "path": "./showcase/mm12022025.html"
    },
    {
      "name": "newsletter_market_mayhem_may_2025.html",
      "path": "./showcase/newsletter_market_mayhem_may_2025.html"
    },
    {
      "name": "Market_Pulse_2026_01_16.html",
      "path": "./showcase/Market_Pulse_2026_01_16.html"
    },
    {
      "name": "unified_banking_dashboard.html",
      "path": "./showcase/unified_banking_dashboard.html"
    },
    {
      "name": "daily_briefing_2026_02_10.html",
      "path": "./showcase/daily_briefing_2026_02_10.html"
    },
    {
      "name": "daily_briefing_2026_02_28.html",
      "path": "./showcase/daily_briefing_2026_02_28.html"
    },
    {
      "name": "narrative_dashboard_preview.html",
      "path": "./showcase/narrative_dashboard_preview.html"
    },
    {
      "name": "Daily_Briefing_2025_11_25.html",
      "path": "./showcase/Daily_Briefing_2025_11_25.html"
    },
    {
      "name": "Daily_Briefing_2025_07_24.html",
      "path": "./showcase/Daily_Briefing_2025_07_24.html"
    },
    {
      "name": "terminal_profile.html",
      "path": "./showcase/terminal_profile.html"
    },
    {
      "name": "Daily_Briefing_2025_01_08.html",
      "path": "./showcase/Daily_Briefing_2025_01_08.html"
    },
    {
      "name": "Daily_Briefing_2025_07_30.html",
      "path": "./showcase/Daily_Briefing_2025_07_30.html"
    },
    {
      "name": "newsletter_market_mayhem_sep_2025.html",
      "path": "./showcase/newsletter_market_mayhem_sep_2025.html"
    },
    {
      "name": "MM08292025.html",
      "path": "./showcase/MM08292025.html"
    },
    {
      "name": "aapl_snc_20250303.html",
      "path": "./showcase/aapl_snc_20250303.html"
    },
    {
      "name": "live_neural_link.html",
      "path": "./showcase/live_neural_link.html"
    },
    {
      "name": "Market_Pulse_2025_08_08.html",
      "path": "./showcase/Market_Pulse_2025_08_08.html"
    },
    {
      "name": "index.html",
      "path": "./showcase/index.html"
    },
    {
      "name": "Daily_Briefing_2026_01_30.html",
      "path": "./showcase/Daily_Briefing_2026_01_30.html"
    },
    {
      "name": "data.html",
      "path": "./showcase/data.html"
    },
    {
      "name": "daily_briefing_2026_03_01.html",
      "path": "./showcase/daily_briefing_2026_03_01.html"
    },
    {
      "name": "Market_Mayhem_20251209.html",
      "path": "./showcase/Market_Mayhem_20251209.html"
    },
    {
      "name": "newsletter_market_mayhem_mar_2020.html",
      "path": "./showcase/newsletter_market_mayhem_mar_2020.html"
    },
    {
      "name": "Market_Pulse_2025_06_20.html",
      "path": "./showcase/Market_Pulse_2025_06_20.html"
    },
    {
      "name": "2023 Year in Review: A Year of Recovery and Resilience.html",
      "path": "./showcase/2023 Year in Review: A Year of Recovery and Resilience.html"
    },
    {
      "name": "Market_Pulse_2025_10_17.html",
      "path": "./showcase/Market_Pulse_2025_10_17.html"
    },
    {
      "name": "Market_Pulse_2025_02_21.html",
      "path": "./showcase/Market_Pulse_2025_02_21.html"
    },
    {
      "name": "Market_Pulse_2025_01_31.html",
      "path": "./showcase/Market_Pulse_2025_01_31.html"
    },
    {
      "name": "Daily_Briefing_2025_01_28.html",
      "path": "./showcase/Daily_Briefing_2025_01_28.html"
    },
    {
      "name": "Daily_Briefing_2025_07_09.html",
      "path": "./showcase/Daily_Briefing_2025_07_09.html"
    },
    {
      "name": "Daily_Briefing_2025_09_17.html",
      "path": "./showcase/Daily_Briefing_2025_09_17.html"
    },
    {
      "name": "House_View_20251210.html",
      "path": "./showcase/House_View_20251210.html"
    },
    {
      "name": "analytics_hub.html",
      "path": "./showcase/analytics_hub.html"
    },
    {
      "name": "2020-03-20_Market_Mayhem.html",
      "path": "./showcase/2020-03-20_Market_Mayhem.html"
    },
    {
      "name": "strategy_7030_mandate.html",
      "path": "./showcase/strategy_7030_mandate.html"
    },
    {
      "name": "newsletter_market_mayhem_dec_02_2025.html",
      "path": "./showcase/newsletter_market_mayhem_dec_02_2025.html"
    },
    {
      "name": "unified_banking.html",
      "path": "./showcase/unified_banking.html"
    },
    {
      "name": "deep_dive_20251210.html",
      "path": "./showcase/deep_dive_20251210.html"
    },
    {
      "name": "newsletter_market_mayhem_oct.html",
      "path": "./showcase/newsletter_market_mayhem_oct.html"
    },
    {
      "name": "financial_twin.html",
      "path": "./showcase/financial_twin.html"
    },
    {
      "name": "live_house_view.html",
      "path": "./showcase/live_house_view.html"
    },
    {
      "name": "2022 Year in Review: Navigating a Turbulent Market.html",
      "path": "./showcase/2022 Year in Review: Navigating a Turbulent Market.html"
    },
    {
      "name": "Market_Pulse_2025_03_14.html",
      "path": "./showcase/Market_Pulse_2025_03_14.html"
    },
    {
      "name": "software_industry_report.html",
      "path": "./showcase/software_industry_report.html"
    },
    {
      "name": "report_zombie_processors_2026.html",
      "path": "./showcase/report_zombie_processors_2026.html"
    },
    {
      "name": "Daily_Briefing_2026_01_20.html",
      "path": "./showcase/Daily_Briefing_2026_01_20.html"
    },
    {
      "name": "Market_Pulse_2025_05_09.html",
      "path": "./showcase/Market_Pulse_2025_05_09.html"
    },
    {
      "name": "Daily_Briefing_2026_03_23.html",
      "path": "./showcase/Daily_Briefing_2026_03_23.html"
    },
    {
      "name": "market_mayhem_20251209.html",
      "path": "./showcase/market_mayhem_20251209.html"
    },
    {
      "name": "Daily_Briefing_2025_06_16.html",
      "path": "./showcase/Daily_Briefing_2025_06_16.html"
    },
    {
      "name": "newsletter_market_mayhem_apr_04_2025.html",
      "path": "./showcase/newsletter_market_mayhem_apr_04_2025.html"
    },
    {
      "name": "high_conviction_monitor.html",
      "path": "./showcase/high_conviction_monitor.html"
    },
    {
      "name": "Daily_Briefing_2025_09_03.html",
      "path": "./showcase/Daily_Briefing_2025_09_03.html"
    },
    {
      "name": "newsletter_market_mayhem_oct_2025.html",
      "path": "./showcase/newsletter_market_mayhem_oct_2025.html"
    },
    {
      "name": "workflow_visualizer.html",
      "path": "./showcase/workflow_visualizer.html"
    },
    {
      "name": "Daily_Briefing_2025_06_10.html",
      "path": "./showcase/Daily_Briefing_2025_06_10.html"
    },
    {
      "name": "system_knowledge_graph.html",
      "path": "./showcase/system_knowledge_graph.html"
    },
    {
      "name": "googl_company_report.html",
      "path": "./showcase/googl_company_report.html"
    },
    {
      "name": "Daily_Briefing_2025_03_11.html",
      "path": "./showcase/Daily_Briefing_2025_03_11.html"
    },
    {
      "name": "adam_convergence_live_neural_link.html",
      "path": "./showcase/adam_convergence_live_neural_link.html"
    },
    {
      "name": "institutional_radar.html",
      "path": "./showcase/institutional_radar.html"
    },
    {
      "name": "Daily_Briefing_2026_02_04.html",
      "path": "./showcase/Daily_Briefing_2026_02_04.html"
    },
    {
      "name": "Daily_Briefing_2025_06_06.html",
      "path": "./showcase/Daily_Briefing_2025_06_06.html"
    },
    {
      "name": "Daily_Briefing_2025_02_27.html",
      "path": "./showcase/Daily_Briefing_2025_02_27.html"
    },
    {
      "name": "newsletter_market_mayhem_feb_14_2026.html",
      "path": "./showcase/newsletter_market_mayhem_feb_14_2026.html"
    },
    {
      "name": "credit_memo.html",
      "path": "./showcase/credit_memo.html"
    },
    {
      "name": "market_mayhem_rebuild.html",
      "path": "./showcase/market_mayhem_rebuild.html"
    },
    {
      "name": "Daily_Briefing_2025_07_04.html",
      "path": "./showcase/Daily_Briefing_2025_07_04.html"
    },
    {
      "name": "Daily_Briefing_2025_03_12.html",
      "path": "./showcase/Daily_Briefing_2025_03_12.html"
    },
    {
      "name": "Market_Pulse_2025_08_22.html",
      "path": "./showcase/Market_Pulse_2025_08_22.html"
    },
    {
      "name": "oswm_dashboard.html",
      "path": "./showcase/oswm_dashboard.html"
    },
    {
      "name": "equity_research_20251210.html",
      "path": "./showcase/equity_research_20251210.html"
    },
    {
      "name": "Daily_Briefing_2025_02_17.html",
      "path": "./showcase/Daily_Briefing_2025_02_17.html"
    },
    {
      "name": "amzn_company_report.html",
      "path": "./showcase/amzn_company_report.html"
    },
    {
      "name": "Daily_Briefing_2025_11_04.html",
      "path": "./showcase/Daily_Briefing_2025_11_04.html"
    },
    {
      "name": "system_brain.html",
      "path": "./showcase/system_brain.html"
    },
    {
      "name": "Daily_Briefing_2026_01_12.html",
      "path": "./showcase/Daily_Briefing_2026_01_12.html"
    },
    {
      "name": "lmt_company_report_20250224.html",
      "path": "./showcase/lmt_company_report_20250224.html"
    },
    {
      "name": "Market_Pulse_2025_02_14.html",
      "path": "./showcase/Market_Pulse_2025_02_14.html"
    },
    {
      "name": "newsletter_market_mayhem_mar_2000.html",
      "path": "./showcase/newsletter_market_mayhem_mar_2000.html"
    },
    {
      "name": "agents2.html",
      "path": "./showcase/agents2.html"
    },
    {
      "name": "Market_Pulse_2026_03_20.html",
      "path": "./showcase/Market_Pulse_2026_03_20.html"
    },
    {
      "name": "crisis_response.html",
      "path": "./showcase/crisis_response.html"
    },
    {
      "name": "Daily_Briefing_2025_10_28.html",
      "path": "./showcase/Daily_Briefing_2025_10_28.html"
    },
    {
      "name": "mm05022025.html",
      "path": "./showcase/mm05022025.html"
    },
    {
      "name": "workflows.html",
      "path": "./showcase/workflows.html"
    },
    {
      "name": "portfolio_dashboard.html",
      "path": "./showcase/portfolio_dashboard.html"
    },
    {
      "name": "prompts.html",
      "path": "./showcase/prompts.html"
    },
    {
      "name": "nvda_company_report_20250226.html",
      "path": "./showcase/nvda_company_report_20250226.html"
    },
    {
      "name": "newsletter_market_mayhem_aug_29_2025.html",
      "path": "./showcase/newsletter_market_mayhem_aug_29_2025.html"
    },
    {
      "name": "monte_carlo_visualizer.html",
      "path": "./showcase/monte_carlo_visualizer.html"
    },
    {
      "name": "House_View_2026_02_01.html",
      "path": "./showcase/House_View_2026_02_01.html"
    },
    {
      "name": "Daily_Briefing_2026_02_09.html",
      "path": "./showcase/Daily_Briefing_2026_02_09.html"
    },
    {
      "name": "crisis_simulator.html",
      "path": "./showcase/crisis_simulator.html"
    },
    {
      "name": "credit_sentinel.html",
      "path": "./showcase/credit_sentinel.html"
    },
    {
      "name": "newsletter_market_mayhem_jun_2025.html",
      "path": "./showcase/newsletter_market_mayhem_jun_2025.html"
    },
    {
      "name": "Daily_Briefing_2026_02_13.html",
      "path": "./showcase/Daily_Briefing_2026_02_13.html"
    },
    {
      "name": "Market_Pulse_2025_12_19.html",
      "path": "./showcase/Market_Pulse_2025_12_19.html"
    },
    {
      "name": "Daily_Briefing_2026_03_12.html",
      "path": "./showcase/Daily_Briefing_2026_03_12.html"
    },
    {
      "name": "Market_Pulse_2025_12_26.html",
      "path": "./showcase/Market_Pulse_2025_12_26.html"
    },
    {
      "name": "Market_Pulse_2025_10_31.html",
      "path": "./showcase/Market_Pulse_2025_10_31.html"
    },
    {
      "name": "Daily_Briefing_2026_01_26.html",
      "path": "./showcase/Daily_Briefing_2026_01_26.html"
    },
    {
      "name": "newsletter_market_mayhem.html",
      "path": "./showcase/newsletter_market_mayhem.html"
    },
    {
      "name": "Daily_Briefing_2025_03_26.html",
      "path": "./showcase/Daily_Briefing_2025_03_26.html"
    },
    {
      "name": "newsletter_2025_03_03.html",
      "path": "./showcase/newsletter_2025_03_03.html"
    },
    {
      "name": "Market_Pulse_2025_09_26.html",
      "path": "./showcase/Market_Pulse_2025_09_26.html"
    },
    {
      "name": "Equity_Research_20251210.html",
      "path": "./showcase/Equity_Research_20251210.html"
    },
    {
      "name": "market_mayhem_20251210.html",
      "path": "./showcase/market_mayhem_20251210.html"
    },
    {
      "name": "Daily_Briefing_2025_02_28.html",
      "path": "./showcase/Daily_Briefing_2025_02_28.html"
    },
    {
      "name": "market_mayhem_newsletter_july_2025.html",
      "path": "./showcase/market_mayhem_newsletter_july_2025.html"
    },
    {
      "name": "research.html",
      "path": "./showcase/research.html"
    },
    {
      "name": "financial_engineering.html",
      "path": "./showcase/financial_engineering.html"
    },
    {
      "name": "Daily_Briefing_2026_03_16.html",
      "path": "./showcase/Daily_Briefing_2026_03_16.html"
    },
    {
      "name": "1987-10-23_Market_Mayhem.html",
      "path": "./showcase/1987-10-23_Market_Mayhem.html"
    },
    {
      "name": "newsletter_market_mayhem_jul_2025.html",
      "path": "./showcase/newsletter_market_mayhem_jul_2025.html"
    },
    {
      "name": "market_mayhem_archive_v24.html",
      "path": "./showcase/market_mayhem_archive_v24.html"
    },
    {
      "name": "Market_Pulse_2025_09_19.html",
      "path": "./showcase/Market_Pulse_2025_09_19.html"
    },
    {
      "name": "Market_Pulse_2025_05_30.html",
      "path": "./showcase/Market_Pulse_2025_05_30.html"
    },
    {
      "name": "MM04042025.html",
      "path": "./showcase/MM04042025.html"
    },
    {
      "name": "newsletter_market_mayhem_feb_09_2026.html",
      "path": "./showcase/newsletter_market_mayhem_feb_09_2026.html"
    },
    {
      "name": "Daily_Briefing_2025_07_25.html",
      "path": "./showcase/Daily_Briefing_2025_07_25.html"
    },
    {
      "name": "industry_report_20251210.html",
      "path": "./showcase/industry_report_20251210.html"
    },
    {
      "name": "Market_Pulse_2025_10_03.html",
      "path": "./showcase/Market_Pulse_2025_10_03.html"
    },
    {
      "name": "Industry_Report_20251210.html",
      "path": "./showcase/Industry_Report_20251210.html"
    },
    {
      "name": "2008-09-19_market_mayhem.html",
      "path": "./showcase/2008-09-19_market_mayhem.html"
    },
    {
      "name": "war_room.html",
      "path": "./showcase/war_room.html"
    },
    {
      "name": "market_mayhem_archive.html",
      "path": "./showcase/market_mayhem_archive.html"
    },
    {
      "name": "knowledge_graph.html",
      "path": "./showcase/knowledge_graph.html"
    },
    {
      "name": "2008-09-19_Market_Mayhem.html",
      "path": "./showcase/2008-09-19_Market_Mayhem.html"
    },
    {
      "name": "geopolitics_market_impact_20250224.html",
      "path": "./showcase/geopolitics_market_impact_20250224.html"
    },
    {
      "name": "2020-03-20_market_mayhem.html",
      "path": "./showcase/2020-03-20_market_mayhem.html"
    },
    {
      "name": "Market_Pulse_2025_11_14.html",
      "path": "./showcase/Market_Pulse_2025_11_14.html"
    },
    {
      "name": "Daily_Briefing_2025_01_14.html",
      "path": "./showcase/Daily_Briefing_2025_01_14.html"
    },
    {
      "name": "Daily_Briefing_2025_08_07.html",
      "path": "./showcase/Daily_Briefing_2025_08_07.html"
    },
    {
      "name": "analyst_os_v5.html",
      "path": "./showcase/analyst_os_v5.html"
    },
    {
      "name": "Daily_Briefing_2025_10_16.html",
      "path": "./showcase/Daily_Briefing_2025_10_16.html"
    },
    {
      "name": "ufos_terminal.html",
      "path": "./showcase/ufos_terminal.html"
    },
    {
      "name": "newsletter_market_mayhem_jan_2026.html",
      "path": "./showcase/newsletter_market_mayhem_jan_2026.html"
    },
    {
      "name": "sovereign_dashboard.html",
      "path": "./showcase/sovereign_dashboard.html"
    },
    {
      "name": "newsletter_market_mayhem_feb_2025.html",
      "path": "./showcase/newsletter_market_mayhem_feb_2025.html"
    },
    {
      "name": "top_10_meme_coins.html",
      "path": "./showcase/top_10_meme_coins.html"
    },
    {
      "name": "Deep_Dive_20251210.html",
      "path": "./showcase/Deep_Dive_20251210.html"
    },
    {
      "name": "credit_memo_v2.html",
      "path": "./showcase/credit_memo_v2.html"
    },
    {
      "name": "report_great_bifurcation_2026.html",
      "path": "./showcase/report_great_bifurcation_2026.html"
    },
    {
      "name": "Daily_Briefing_2026_03_27.html",
      "path": "./showcase/Daily_Briefing_2026_03_27.html"
    },
    {
      "name": "newsletter_flash_nov_01_2025.html",
      "path": "./showcase/newsletter_flash_nov_01_2025.html"
    },
    {
      "name": "Market_Pulse_2025_03_21.html",
      "path": "./showcase/Market_Pulse_2025_03_21.html"
    },
    {
      "name": "aapl_CRAS_20250303.html",
      "path": "./showcase/aapl_CRAS_20250303.html"
    },
    {
      "name": "Daily_Briefing_2025_04_22.html",
      "path": "./showcase/Daily_Briefing_2025_04_22.html"
    },
    {
      "name": "policy_center.html",
      "path": "./showcase/policy_center.html"
    },
    {
      "name": "tech_watch_20251210.html",
      "path": "./showcase/tech_watch_20251210.html"
    },
    {
      "name": "newsletter_market_mayhem_jan_2025.html",
      "path": "./showcase/newsletter_market_mayhem_jan_2025.html"
    },
    {
      "name": "ai_thematic_report.html",
      "path": "./showcase/ai_thematic_report.html"
    },
    {
      "name": "avg_schedule.html",
      "path": "./showcase/avg_schedule.html"
    },
    {
      "name": "leak_algo_logic.html",
      "path": "./showcase/leak_algo_logic.html"
    },
    {
      "name": "Market_Pulse_2026_01_30.html",
      "path": "./showcase/Market_Pulse_2026_01_30.html"
    },
    {
      "name": "newsletter_market_mayhem_feb_02_2026.html",
      "path": "./showcase/newsletter_market_mayhem_feb_02_2026.html"
    },
    {
      "name": "nvda_company_report_20250226_final.html",
      "path": "./showcase/nvda_company_report_20250226_final.html"
    },
    {
      "name": "Daily_Briefing_2025_08_01.html",
      "path": "./showcase/Daily_Briefing_2025_08_01.html"
    },
    {
      "name": "newsletter_market_mayhem_feb_01_2026.html",
      "path": "./showcase/newsletter_market_mayhem_feb_01_2026.html"
    },
    {
      "name": "daily_briefing.html",
      "path": "./showcase/daily_briefing.html"
    },
    {
      "name": "Daily_Briefing_2025_10_15.html",
      "path": "./showcase/Daily_Briefing_2025_10_15.html"
    },
    {
      "name": "swarm_orchestrator.html",
      "path": "./showcase/swarm_orchestrator.html"
    },
    {
      "name": "Model_Performance_Review_Q3_2025.html",
      "path": "./showcase/Model_Performance_Review_Q3_2025.html"
    },
    {
      "name": "Market_Pulse_2025_01_17.html",
      "path": "./showcase/Market_Pulse_2025_01_17.html"
    },
    {
      "name": "newsletter_market_mayhem_nov.html",
      "path": "./showcase/newsletter_market_mayhem_nov.html"
    },
    {
      "name": "unified_dashboard.html",
      "path": "./showcase/unified_dashboard.html"
    },
    {
      "name": "2024 Year in Review: Navigating Uncertainty and Transition.html",
      "path": "./showcase/2024 Year in Review: Navigating Uncertainty and Transition.html"
    },
    {
      "name": "Market_Pulse_2025_02_28.html",
      "path": "./showcase/Market_Pulse_2025_02_28.html"
    },
    {
      "name": "Market_Pulse_2025_12_12.html",
      "path": "./showcase/Market_Pulse_2025_12_12.html"
    },
    {
      "name": "newsletter_market_mayhem_oct_1987.html",
      "path": "./showcase/newsletter_market_mayhem_oct_1987.html"
    },
    {
      "name": "wargame_dashboard.html",
      "path": "./showcase/wargame_dashboard.html"
    },
    {
      "name": "risk_topography.html",
      "path": "./showcase/risk_topography.html"
    },
    {
      "name": "Market_Pulse_2025_03_07.html",
      "path": "./showcase/Market_Pulse_2025_03_07.html"
    },
    {
      "name": "Market_Pulse_2025_07_18.html",
      "path": "./showcase/Market_Pulse_2025_07_18.html"
    },
    {
      "name": "Market_Pulse_2026_02_13.html",
      "path": "./showcase/Market_Pulse_2026_02_13.html"
    },
    {
      "name": "Daily_Briefing_2025_03_25.html",
      "path": "./showcase/Daily_Briefing_2025_03_25.html"
    },
    {
      "name": "Daily_Briefing_2025_03_03.html",
      "path": "./showcase/Daily_Briefing_2025_03_03.html"
    },
    {
      "name": "Daily_Briefing_2026_02_19.html",
      "path": "./showcase/Daily_Briefing_2026_02_19.html"
    },
    {
      "name": "Market_Pulse_2025_08_01.html",
      "path": "./showcase/Market_Pulse_2025_08_01.html"
    },
    {
      "name": "Daily_Briefing_2025_02_14.html",
      "path": "./showcase/Daily_Briefing_2025_02_14.html"
    },
    {
      "name": "Daily_Briefing_2025_05_26.html",
      "path": "./showcase/Daily_Briefing_2025_05_26.html"
    },
    {
      "name": "Market_Pulse_2025_08_29.html",
      "path": "./showcase/Market_Pulse_2025_08_29.html"
    },
    {
      "name": "Market_Pulse_2025_07_04.html",
      "path": "./showcase/Market_Pulse_2025_07_04.html"
    },
    {
      "name": "Agent_Alignment_Log_20251212.html",
      "path": "./showcase/Agent_Alignment_Log_20251212.html"
    },
    {
      "name": "MM12022025.html",
      "path": "./showcase/MM12022025.html"
    },
    {
      "name": "market_mayhem_archive_v23.html",
      "path": "./showcase/market_mayhem_archive_v23.html"
    },
    {
      "name": "Daily_Briefing_2025_09_19.html",
      "path": "./showcase/Daily_Briefing_2025_09_19.html"
    },
    {
      "name": "crypto_outlook_2026.html",
      "path": "./showcase/crypto_outlook_2026.html"
    },
    {
      "name": "newsletter_market_mayhem_mar_15_2026.html",
      "path": "./showcase/newsletter_market_mayhem_mar_15_2026.html"
    },
    {
      "name": "newsletter_market_mayhem_jul_2025_v2.html",
      "path": "./showcase/newsletter_market_mayhem_jul_2025_v2.html"
    },
    {
      "name": "House_View_2025_10_01.html",
      "path": "./showcase/House_View_2025_10_01.html"
    },
    {
      "name": "Daily_Briefing_2025_07_18.html",
      "path": "./showcase/Daily_Briefing_2025_07_18.html"
    },
    {
      "name": "agent_alignment_log_feb_2026.html",
      "path": "./showcase/agent_alignment_log_feb_2026.html"
    },
    {
      "name": "markets.html",
      "path": "./showcase/markets.html"
    },
    {
      "name": "FE.html",
      "path": "./showcase/FE.html"
    },
    {
      "name": "House_View_2025_02_01.html",
      "path": "./showcase/House_View_2025_02_01.html"
    },
    {
      "name": "Market_Pulse_2026_01_09.html",
      "path": "./showcase/Market_Pulse_2026_01_09.html"
    },
    {
      "name": "evolution_v2.html",
      "path": "./showcase/evolution_v2.html"
    },
    {
      "name": "mission_control_v2.html",
      "path": "./showcase/mission_control_v2.html"
    },
    {
      "name": "Alphabet_Inc_Credit_Risk_Rating_Report_20250309.html",
      "path": "./showcase/Alphabet_Inc_Credit_Risk_Rating_Report_20250309.html"
    },
    {
      "name": "House_View_2026_01_01.html",
      "path": "./showcase/House_View_2026_01_01.html"
    },
    {
      "name": "Daily_Briefing_2025_03_18.html",
      "path": "./showcase/Daily_Briefing_2025_03_18.html"
    },
    {
      "name": "Market_Pulse_2025_11_21.html",
      "path": "./showcase/Market_Pulse_2025_11_21.html"
    },
    {
      "name": "newsletter_market_mayhem_oct_1929.html",
      "path": "./showcase/newsletter_market_mayhem_oct_1929.html"
    },
    {
      "name": "Market_Pulse_2025_09_12.html",
      "path": "./showcase/Market_Pulse_2025_09_12.html"
    },
    {
      "name": "mm10312025.html",
      "path": "./showcase/mm10312025.html"
    },
    {
      "name": "Daily_Briefing_2026_03_20.html",
      "path": "./showcase/Daily_Briefing_2026_03_20.html"
    },
    {
      "name": "newsletter_market_mayhem_mar_2026.html",
      "path": "./showcase/newsletter_market_mayhem_mar_2026.html"
    },
    {
      "name": "Daily_Briefing_2026_01_23.html",
      "path": "./showcase/Daily_Briefing_2026_01_23.html"
    },
    {
      "name": "Daily_Briefing_2025_12_23.html",
      "path": "./showcase/Daily_Briefing_2025_12_23.html"
    },
    {
      "name": "sector_swarm.html",
      "path": "./showcase/sector_swarm.html"
    },
    {
      "name": "House_View_2025_06_01.html",
      "path": "./showcase/House_View_2025_06_01.html"
    },
    {
      "name": "Market_Pulse_2026_02_20.html",
      "path": "./showcase/Market_Pulse_2026_02_20.html"
    },
    {
      "name": "Daily_Briefing_2025_04_17.html",
      "path": "./showcase/Daily_Briefing_2025_04_17.html"
    },
    {
      "name": "msft_company_report_20250224.html",
      "path": "./showcase/msft_company_report_20250224.html"
    },
    {
      "name": "chat.html",
      "path": "./showcase/chat.html"
    },
    {
      "name": "newsletter_market_mayhem_special_edition.html",
      "path": "./showcase/newsletter_market_mayhem_special_edition.html"
    },
    {
      "name": "unified_analyst_os.html",
      "path": "./showcase/unified_analyst_os.html"
    },
    {
      "name": "Daily_Briefing_2025_01_27.html",
      "path": "./showcase/Daily_Briefing_2025_01_27.html"
    },
    {
      "name": "Daily_Briefing_2025_12_09.html",
      "path": "./showcase/Daily_Briefing_2025_12_09.html"
    },
    {
      "name": "macro_strategy.html",
      "path": "./showcase/macro_strategy.html"
    },
    {
      "name": "navigator.html",
      "path": "./showcase/navigator.html"
    },
    {
      "name": "quantum_infrastructure.html",
      "path": "./showcase/quantum_infrastructure.html"
    },
    {
      "name": "Daily_Briefing_2026_03_03.html",
      "path": "./showcase/Daily_Briefing_2026_03_03.html"
    },
    {
      "name": "newsletter_2025_02_07.html",
      "path": "./showcase/newsletter_2025_02_07.html"
    },
    {
      "name": "mission_control_v3.html",
      "path": "./showcase/mission_control_v3.html"
    },
    {
      "name": "MM05022025.html",
      "path": "./showcase/MM05022025.html"
    },
    {
      "name": "newsletter_2025_02_21.html",
      "path": "./showcase/newsletter_2025_02_21.html"
    },
    {
      "name": "Market_Pulse_2026_01_23.html",
      "path": "./showcase/Market_Pulse_2026_01_23.html"
    },
    {
      "name": "Daily_Briefing_2025_05_01.html",
      "path": "./showcase/Daily_Briefing_2025_05_01.html"
    },
    {
      "name": "newsletter_weekly_sep_21_2025.html",
      "path": "./showcase/newsletter_weekly_sep_21_2025.html"
    },
    {
      "name": "house_view_2026_03_01.html",
      "path": "./showcase/house_view_2026_03_01.html"
    },
    {
      "name": "Daily_Briefing_2025_12_15.html",
      "path": "./showcase/Daily_Briefing_2025_12_15.html"
    },
    {
      "name": "Daily_Briefing_2025_02_13.html",
      "path": "./showcase/Daily_Briefing_2025_02_13.html"
    },
    {
      "name": "Market_Pulse_2025_06_13.html",
      "path": "./showcase/Market_Pulse_2025_06_13.html"
    },
    {
      "name": "agents_v2.html",
      "path": "./showcase/agents_v2.html"
    },
    {
      "name": "market_mayhem_archive_v235.html",
      "path": "./showcase/market_mayhem_archive_v235.html"
    },
    {
      "name": "Market_Pulse_2025_12_05.html",
      "path": "./showcase/Market_Pulse_2025_12_05.html"
    },
    {
      "name": "weekly_macro_pulse_nov_2024.html",
      "path": "./showcase/weekly_macro_pulse_nov_2024.html"
    },
    {
      "name": "dashboard.html",
      "path": "./showcase/dashboard.html"
    },
    {
      "name": "market_pulse_20250602.html",
      "path": "./showcase/market_pulse_20250602.html"
    },
    {
      "name": "Market_Pulse_2025_03_28.html",
      "path": "./showcase/Market_Pulse_2025_03_28.html"
    },
    {
      "name": "newsletter_2025_02_14.html",
      "path": "./showcase/newsletter_2025_02_14.html"
    },
    {
      "name": "Daily_Briefing_2025_08_18.html",
      "path": "./showcase/Daily_Briefing_2025_08_18.html"
    },
    {
      "name": "weekly_recap_20251210.html",
      "path": "./showcase/weekly_recap_20251210.html"
    },
    {
      "name": "mission_control.html",
      "path": "./showcase/mission_control.html"
    },
    {
      "name": "jan30_liquidity_monitor.html",
      "path": "./showcase/jan30_liquidity_monitor.html"
    },
    {
      "name": "neural_dashboard.html",
      "path": "./showcase/neural_dashboard.html"
    },
    {
      "name": "1987-10-23_market_mayhem.html",
      "path": "./showcase/1987-10-23_market_mayhem.html"
    },
    {
      "name": "Market_Pulse_2026_03_06.html",
      "path": "./showcase/Market_Pulse_2026_03_06.html"
    },
    {
      "name": "Market_Pulse_2025_04_04.html",
      "path": "./showcase/Market_Pulse_2025_04_04.html"
    },
    {
      "name": "market_pulse_2026_02_20.html",
      "path": "./showcase/market_pulse_2026_02_20.html"
    },
    {
      "name": "credit_analyst_workstation.html",
      "path": "./showcase/credit_analyst_workstation.html"
    },
    {
      "name": "macro_glitch_monitor.html",
      "path": "./showcase/macro_glitch_monitor.html"
    },
    {
      "name": "Market_Pulse_2026_02_27.html",
      "path": "./showcase/Market_Pulse_2026_02_27.html"
    },
    {
      "name": "Market_Pulse_2025_02_07.html",
      "path": "./showcase/Market_Pulse_2025_02_07.html"
    },
    {
      "name": "Market_Pulse_2025_01_03.html",
      "path": "./showcase/Market_Pulse_2025_01_03.html"
    },
    {
      "name": "Market_Pulse_2025_06_27.html",
      "path": "./showcase/Market_Pulse_2025_06_27.html"
    },
    {
      "name": "evolution.html",
      "path": "./showcase/evolution.html"
    },
    {
      "name": "Daily_Briefing_2025_01_13.html",
      "path": "./showcase/Daily_Briefing_2025_01_13.html"
    },
    {
      "name": "quantum_search.html",
      "path": "./showcase/quantum_search.html"
    },
    {
      "name": "Market_Pulse_2025_09_05.html",
      "path": "./showcase/Market_Pulse_2025_09_05.html"
    },
    {
      "name": "analyst_os.html",
      "path": "./showcase/analyst_os.html"
    },
    {
      "name": "Market_Pulse_2025_01_24.html",
      "path": "./showcase/Market_Pulse_2025_01_24.html"
    },
    {
      "name": "newsletter_market_mayhem_feb_06_2026.html",
      "path": "./showcase/newsletter_market_mayhem_feb_06_2026.html"
    },
    {
      "name": "adam_os_v30.html",
      "path": "./showcase/adam_os_v30.html"
    },
    {
      "name": "Market_Pulse_2025_04_25.html",
      "path": "./showcase/Market_Pulse_2025_04_25.html"
    },
    {
      "name": "robo_advisor.html",
      "path": "./showcase/robo_advisor.html"
    },
    {
      "name": "deep_dive.html",
      "path": "./showcase/deep_dive.html"
    },
    {
      "name": "fraud_investigation.html",
      "path": "./showcase/fraud_investigation.html"
    },
    {
      "name": "reports.html",
      "path": "./showcase/reports.html"
    },
    {
      "name": "unified_credit_console.html",
      "path": "./showcase/unified_credit_console.html"
    },
    {
      "name": "Daily_Briefing_2025_02_06.html",
      "path": "./showcase/Daily_Briefing_2025_02_06.html"
    },
    {
      "name": "Weekly_Recap_20251210.html",
      "path": "./showcase/Weekly_Recap_20251210.html"
    },
    {
      "name": "Daily_Briefing_2025_06_18.html",
      "path": "./showcase/Daily_Briefing_2025_06_18.html"
    },
    {
      "name": "Market_Pulse_2025_11_28.html",
      "path": "./showcase/Market_Pulse_2025_11_28.html"
    },
    {
      "name": "software_industry_report_20250225.html",
      "path": "./showcase/software_industry_report_20250225.html"
    },
    {
      "name": "Market_Pulse_2025_06_06.html",
      "path": "./showcase/Market_Pulse_2025_06_06.html"
    },
    {
      "name": "Market_Pulse_2026_02_06.html",
      "path": "./showcase/Market_Pulse_2026_02_06.html"
    },
    {
      "name": "daily_briefings_library.html",
      "path": "./showcase/daily_briefings_library.html"
    },
    {
      "name": "Daily_Briefing_2025_11_27.html",
      "path": "./showcase/Daily_Briefing_2025_11_27.html"
    },
    {
      "name": "Market_Pulse_2025_08_15.html",
      "path": "./showcase/Market_Pulse_2025_08_15.html"
    },
    {
      "name": "agents.html",
      "path": "./showcase/agents.html"
    },
    {
      "name": "Market_Pulse_2026_01_02.html",
      "path": "./showcase/Market_Pulse_2026_01_02.html"
    },
    {
      "name": "Market_Pulse_2025_05_02.html",
      "path": "./showcase/Market_Pulse_2025_05_02.html"
    },
    {
      "name": "MM09192025.html",
      "path": "./showcase/MM09192025.html"
    },
    {
      "name": "Market_Pulse_2025_04_18.html",
      "path": "./showcase/Market_Pulse_2025_04_18.html"
    },
    {
      "name": "Daily_Briefing_2026_02_16.html",
      "path": "./showcase/Daily_Briefing_2026_02_16.html"
    },
    {
      "name": "nvda_company_report_20250225.html",
      "path": "./showcase/nvda_company_report_20250225.html"
    },
    {
      "name": "House_View_2025_01_01.html",
      "path": "./showcase/House_View_2025_01_01.html"
    },
    {
      "name": "newsletter_market_mayhem_feb_13_2026.html",
      "path": "./showcase/newsletter_market_mayhem_feb_13_2026.html"
    },
    {
      "name": "system2_critique_bifurcation.html",
      "path": "./showcase/system2_critique_bifurcation.html"
    },
    {
      "name": "House_View_2025_09_01.html",
      "path": "./showcase/House_View_2025_09_01.html"
    },
    {
      "name": "brief.html",
      "path": "./showcase/brief.html"
    },
    {
      "name": "Daily_Briefing_2025_05_02.html",
      "path": "./showcase/Daily_Briefing_2025_05_02.html"
    },
    {
      "name": "newsletter_market_mayhem_jun_2022.html",
      "path": "./showcase/newsletter_market_mayhem_jun_2022.html"
    },
    {
      "name": "msft_company_report.html",
      "path": "./showcase/msft_company_report.html"
    },
    {
      "name": "Market_Pulse_2025_07_25.html",
      "path": "./showcase/Market_Pulse_2025_07_25.html"
    },
    {
      "name": "Daily_Briefing_2026_03_26.html",
      "path": "./showcase/Daily_Briefing_2026_03_26.html"
    },
    {
      "name": "credit_memo_automation.html",
      "path": "./showcase/credit_memo_automation.html"
    },
    {
      "name": "Market_Pulse_2025_11_07.html",
      "path": "./showcase/Market_Pulse_2025_11_07.html"
    },
    {
      "name": "Market_Mayhem_20251210.html",
      "path": "./showcase/Market_Mayhem_20251210.html"
    },
    {
      "name": "Daily_Briefing_2025_08_27.html",
      "path": "./showcase/Daily_Briefing_2025_08_27.html"
    },
    {
      "name": "newsletter_market_mayhem_jan_14_2026.html",
      "path": "./showcase/newsletter_market_mayhem_jan_14_2026.html"
    },
    {
      "name": "house_view_library.html",
      "path": "./showcase/house_view_library.html"
    },
    {
      "name": "retail_alpha.html",
      "path": "./showcase/retail_alpha.html"
    },
    {
      "name": "market_pulse_2026_03_05.html",
      "path": "./showcase/market_pulse_2026_03_05.html"
    },
    {
      "name": "Daily_Briefing_2025_05_15.html",
      "path": "./showcase/Daily_Briefing_2025_05_15.html"
    },
    {
      "name": "market_pulse_library.html",
      "path": "./showcase/market_pulse_library.html"
    },
    {
      "name": "snc_cover.html",
      "path": "./showcase/snc_cover.html"
    },
    {
      "name": "liquidity_visualizer.html",
      "path": "./showcase/liquidity_visualizer.html"
    },
    {
      "name": "MM11132025.html",
      "path": "./showcase/MM11132025.html"
    },
    {
      "name": "Tech_Watch_20251210.html",
      "path": "./showcase/Tech_Watch_20251210.html"
    },
    {
      "name": "newsletter_market_mayhem_jun_29_2025.html",
      "path": "./showcase/newsletter_market_mayhem_jun_29_2025.html"
    },
    {
      "name": "Daily_Briefing_2025_04_16.html",
      "path": "./showcase/Daily_Briefing_2025_04_16.html"
    },
    {
      "name": "Daily_Briefing_2025_04_08.html",
      "path": "./showcase/Daily_Briefing_2025_04_08.html"
    },
    {
      "name": "House_View_2025_05_01.html",
      "path": "./showcase/House_View_2025_05_01.html"
    },
    {
      "name": "snc_credit_heatmap.html",
      "path": "./showcase/snc_credit_heatmap.html"
    },
    {
      "name": "Daily_Briefing_2025_11_10.html",
      "path": "./showcase/Daily_Briefing_2025_11_10.html"
    },
    {
      "name": "Daily_Briefing_2025_11_06.html",
      "path": "./showcase/Daily_Briefing_2025_11_06.html"
    },
    {
      "name": "market_coding_correlation.html",
      "path": "./showcase/market_coding_correlation.html"
    },
    {
      "name": "geopolitics_thematic_report.html",
      "path": "./showcase/geopolitics_thematic_report.html"
    },
    {
      "name": "Daily_Briefing_2025_07_15.html",
      "path": "./showcase/Daily_Briefing_2025_07_15.html"
    },
    {
      "name": "comprehensive_index.html",
      "path": "./showcase/comprehensive_index.html"
    },
    {
      "name": "SNC_Guide.html",
      "path": "./showcase/SNC_Guide.html"
    },
    {
      "name": "newsletter_market_mayhem_sep_2008.html",
      "path": "./showcase/newsletter_market_mayhem_sep_2008.html"
    },
    {
      "name": "Daily_Briefing_2025_08_20.html",
      "path": "./showcase/Daily_Briefing_2025_08_20.html"
    },
    {
      "name": "full_market_dashboard.html",
      "path": "./showcase/full_market_dashboard.html"
    },
    {
      "name": "future_lens.html",
      "path": "./showcase/future_lens.html"
    },
    {
      "name": "Market_Pulse_2025_05_16.html",
      "path": "./showcase/Market_Pulse_2025_05_16.html"
    },
    {
      "name": "Market_Pulse_2025_01_10.html",
      "path": "./showcase/Market_Pulse_2025_01_10.html"
    },
    {
      "name": "system_terminal.html",
      "path": "./showcase/system_terminal.html"
    },
    {
      "name": "Market_Pulse_2025_10_10.html",
      "path": "./showcase/Market_Pulse_2025_10_10.html"
    },
    {
      "name": "newsletter_market_mayhem_jan_31_2026.html",
      "path": "./showcase/newsletter_market_mayhem_jan_31_2026.html"
    },
    {
      "name": "Market_Pulse_2025_07_11.html",
      "path": "./showcase/Market_Pulse_2025_07_11.html"
    },
    {
      "name": "deployment.html",
      "path": "./showcase/deployment.html"
    },
    {
      "name": "Daily_Briefing_2025_08_22.html",
      "path": "./showcase/Daily_Briefing_2025_08_22.html"
    },
    {
      "name": "mm11132025.html",
      "path": "./showcase/mm11132025.html"
    },
    {
      "name": "House_View_2025_11_01.html",
      "path": "./showcase/House_View_2025_11_01.html"
    },
    {
      "name": "newsletter_market_mayhem_aug_2025.html",
      "path": "./showcase/newsletter_market_mayhem_aug_2025.html"
    },
    {
      "name": "Q1 2025 and Full Year Outlook: Navigating a Bifurcated Market.html",
      "path": "./showcase/Q1 2025 and Full Year Outlook: Navigating a Bifurcated Market.html"
    },
    {
      "name": "distressed_lbo.html",
      "path": "./showcase/distressed_lbo.html"
    },
    {
      "name": "market_mayhem_conviction.html",
      "path": "./showcase/market_mayhem_conviction.html"
    },
    {
      "name": "Market_Pulse_2025_05_23.html",
      "path": "./showcase/Market_Pulse_2025_05_23.html"
    },
    {
      "name": "MM06292025.html",
      "path": "./showcase/MM06292025.html"
    },
    {
      "name": "newsletter_market_mayhem_apr_2025.html",
      "path": "./showcase/newsletter_market_mayhem_apr_2025.html"
    },
    {
      "name": "newsletter_market_mayhem_oct_31_2025.html",
      "path": "./showcase/newsletter_market_mayhem_oct_31_2025.html"
    },
    {
      "name": "Market_Pulse_2025_10_24.html",
      "path": "./showcase/Market_Pulse_2025_10_24.html"
    },
    {
      "name": "Daily_Briefing_2025_09_29.html",
      "path": "./showcase/Daily_Briefing_2025_09_29.html"
    },
    {
      "name": "crypto_price_target_report_20250311.html",
      "path": "./showcase/crypto_price_target_report_20250311.html"
    },
    {
      "name": "avg_market.html",
      "path": "./showcase/avg_market.html"
    },
    {
      "name": "House_View_2025_12_01.html",
      "path": "./showcase/House_View_2025_12_01.html"
    },
    {
      "name": "Daily_Briefing_2025_05_07.html",
      "path": "./showcase/Daily_Briefing_2025_05_07.html"
    },
    {
      "name": "Market_Pulse_2026_03_13.html",
      "path": "./showcase/Market_Pulse_2026_03_13.html"
    },
    {
      "name": "newsletter_market_mayhem_sep_19_2025.html",
      "path": "./showcase/newsletter_market_mayhem_sep_19_2025.html"
    },
    {
      "name": "Daily_Briefing_2026_02_05.html",
      "path": "./showcase/Daily_Briefing_2026_02_05.html"
    },
    {
      "name": "index2.html",
      "path": "./showcase/index2.html"
    },
    {
      "name": "war_room_v2.html",
      "path": "./showcase/war_room_v2.html"
    },
    {
      "name": "House_View_2025_04_01.html",
      "path": "./showcase/House_View_2025_04_01.html"
    },
    {
      "name": "trading.html",
      "path": "./showcase/trading.html"
    },
    {
      "name": "analyst_os_vCredit.html",
      "path": "./showcase/analyst_os_vCredit.html"
    },
    {
      "name": "Daily_Briefing_2026_02_02.html",
      "path": "./showcase/Daily_Briefing_2026_02_02.html"
    },
    {
      "name": "nexus.html",
      "path": "./showcase/nexus.html"
    },
    {
      "name": "newsletter_market_mayhem_nov_13_2025.html",
      "path": "./showcase/newsletter_market_mayhem_nov_13_2025.html"
    },
    {
      "name": "mm08292025.html",
      "path": "./showcase/mm08292025.html"
    },
    {
      "name": "market_pulse_20250315.html",
      "path": "./showcase/market_pulse_20250315.html"
    },
    {
      "name": "terminal.html",
      "path": "./showcase/terminal.html"
    },
    {
      "name": "live_market_pulse.html",
      "path": "./showcase/live_market_pulse.html"
    },
    {
      "name": "credit_valuation_architect.html",
      "path": "./showcase/credit_valuation_architect.html"
    },
    {
      "name": "Daily_Briefing_2026_03_06.html",
      "path": "./showcase/Daily_Briefing_2026_03_06.html"
    },
    {
      "name": "house_view_20251210.html",
      "path": "./showcase/house_view_20251210.html"
    },
    {
      "name": "market_pulse_20250519.html",
      "path": "./showcase/market_pulse_20250519.html"
    },
    {
      "name": "FE25.html",
      "path": "./showcase/FE25.html"
    },
    {
      "name": "network_map.html",
      "path": "./showcase/network_map.html"
    },
    {
      "name": "LULU_Deep_Dive.html",
      "path": "./showcase/LULU_Deep_Dive.html"
    },
    {
      "name": "prompt_alpha.html",
      "path": "./showcase/prompt_alpha.html"
    },
    {
      "name": "Daily_Briefing_2025_08_05.html",
      "path": "./showcase/Daily_Briefing_2025_08_05.html"
    },
    {
      "name": "Daily_Briefing_2025_09_08.html",
      "path": "./showcase/Daily_Briefing_2025_09_08.html"
    },
    {
      "name": "Daily_Briefing_2026_02_17.html",
      "path": "./showcase/Daily_Briefing_2026_02_17.html"
    },
    {
      "name": "newsletter_market_mayhem_dec_2024.html",
      "path": "./showcase/newsletter_market_mayhem_dec_2024.html"
    },
    {
      "name": "Market_Pulse_2026_03_27.html",
      "path": "./showcase/Market_Pulse_2026_03_27.html"
    },
    {
      "name": "Market_Pulse_2025_04_11.html",
      "path": "./showcase/Market_Pulse_2025_04_11.html"
    },
    {
      "name": "Daily_Briefing_2025_01_21.html",
      "path": "./showcase/Daily_Briefing_2025_01_21.html"
    }
  ]
}