
    diV                     t    d Z ddlmZ ddlmZmZmZmZ ddlm	Z	 ddl
mZmZmZmZmZmZmZ ddlmZ g dZdZy	)
u  
Gemini Command Centres (GCC)
============================
5-agent persistent daemon system powered by google.genai (new SDK).

Agents:
  - orchestrator  (gemini-3.1-pro-preview) — task decomposition & delegation
  - builder       (gemini-3-pro-preview)   — code generation & implementation
  - researcher    (gemini-3-flash-preview)  — web research & analysis
  - scout         (gemini-3-flash-preview)  — codebase exploration & audit
  - thinker       (gemini-3.1-pro-preview)  — strategic reasoning & PRDs

Quick start:
    from core.gemini_command_centres import launch_all, dispatch, status
    launch_all()
    task_id = dispatch("Analyse the tradie market for Q2 2026")
    print(status())

CLI:
    python3 -m core.gemini_command_centres launch
    python3 -m core.gemini_command_centres status
    python3 -m core.gemini_command_centres dispatch "task" --target orchestrator
    python3 -m core.gemini_command_centres stop
    python3 -m core.gemini_command_centres watchdog

Author: Genesis Parallel Builder
Created: 2026-02-26
    )GeminiAgent)	ctm_to_kgctm_to_memoryextract_ctm_blocksprocess_ctm_blocks)GeminiDaemon)CENTRES_CONFIGdispatch
get_result
launch_all
launch_onestatusstop_all)GCCWatchdog)r   r   r   r   r   r   r	   r   r   r   r
   r   r   r   z1.0.0N)__doc__!core.gemini_command_centres.agentr   core.gemini_command_centres.ctmr   r   r   r   "core.gemini_command_centres.daemonr   $core.gemini_command_centres.launcherr	   r
   r   r   r   r   r   $core.gemini_command_centres.watchdogr   __all____version__     =/mnt/e/genesis-system/core/gemini_command_centres/__init__.py<module>r      s:   : : l l ;   =, r   