ghostchimera 0.4.0b0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. ghostchimera-0.4.0b0/CHANGELOG.md +227 -0
  2. ghostchimera-0.4.0b0/CHIMERA_PILOT.md +103 -0
  3. ghostchimera-0.4.0b0/CONTRIBUTING.md +39 -0
  4. ghostchimera-0.4.0b0/LICENSE +21 -0
  5. ghostchimera-0.4.0b0/MANIFEST.in +5 -0
  6. ghostchimera-0.4.0b0/NOTICE +29 -0
  7. ghostchimera-0.4.0b0/PKG-INFO +1133 -0
  8. ghostchimera-0.4.0b0/README.md +1057 -0
  9. ghostchimera-0.4.0b0/SECURITY.md +73 -0
  10. ghostchimera-0.4.0b0/docs/AGENT_LOOP.md +64 -0
  11. ghostchimera-0.4.0b0/docs/ARCHITECTURE.md +89 -0
  12. ghostchimera-0.4.0b0/docs/AUTONOMY_CAPABILITY_EXTRACTION.md +43 -0
  13. ghostchimera-0.4.0b0/docs/BOB_OPTIONAL_TOOLING.md +46 -0
  14. ghostchimera-0.4.0b0/docs/BOB_POST_HACKATHON_ROADMAP.md +597 -0
  15. ghostchimera-0.4.0b0/docs/CAPABILITY_ADMISSION.md +74 -0
  16. ghostchimera-0.4.0b0/docs/CLEAN_ROOM.md +39 -0
  17. ghostchimera-0.4.0b0/docs/COMPETITIVE_CAPABILITY_MATRIX.md +78 -0
  18. ghostchimera-0.4.0b0/docs/CREDENTIAL_POOL.md +65 -0
  19. ghostchimera-0.4.0b0/docs/CRON_SCHEDULER.md +57 -0
  20. ghostchimera-0.4.0b0/docs/DESKTOP_CONTROL_HANDOFF.md +125 -0
  21. ghostchimera-0.4.0b0/docs/GATEWAY_SERVER.md +65 -0
  22. ghostchimera-0.4.0b0/docs/GITHUB_CONNECTED_AUTONOMOUS_ENGINEER.md +41 -0
  23. ghostchimera-0.4.0b0/docs/HACKATHON_SUBMISSION_GUIDE.md +69 -0
  24. ghostchimera-0.4.0b0/docs/HOST_EXECUTION.md +18 -0
  25. ghostchimera-0.4.0b0/docs/IBM_BOB_HACKATHON_WORKFLOW.md +98 -0
  26. ghostchimera-0.4.0b0/docs/IBM_BOB_SUBMISSION.md +433 -0
  27. ghostchimera-0.4.0b0/docs/IBM_BOB_WORKFLOW.md +328 -0
  28. ghostchimera-0.4.0b0/docs/INSTALL.md +101 -0
  29. ghostchimera-0.4.0b0/docs/MISSING_IMPLEMENTATIONS.md +178 -0
  30. ghostchimera-0.4.0b0/docs/MIXTURE_OF_AGENTS.md +46 -0
  31. ghostchimera-0.4.0b0/docs/MULTIPURPOSE_GHOST_PATHS.md +63 -0
  32. ghostchimera-0.4.0b0/docs/NANGO.md +103 -0
  33. ghostchimera-0.4.0b0/docs/NATIVE_ABSORPTION.md +51 -0
  34. ghostchimera-0.4.0b0/docs/ORCHESTRATION_IMPLEMENTATION_PLAN.md +211 -0
  35. ghostchimera-0.4.0b0/docs/PERSONAL_MINIMIND_PRIVACY.md +118 -0
  36. ghostchimera-0.4.0b0/docs/PRODUCTION_DEPLOYMENT.md +134 -0
  37. ghostchimera-0.4.0b0/docs/PRODUCTION_GAPS.md +33 -0
  38. ghostchimera-0.4.0b0/docs/PRODUCTION_ISOLATION.md +341 -0
  39. ghostchimera-0.4.0b0/docs/PROVIDER_AUTH_VAULT.md +132 -0
  40. ghostchimera-0.4.0b0/docs/PUBLIC_LAUNCH_SAAS.md +82 -0
  41. ghostchimera-0.4.0b0/docs/RELEASE_CHECKLIST.md +166 -0
  42. ghostchimera-0.4.0b0/docs/REMOTE_CONTROL.md +143 -0
  43. ghostchimera-0.4.0b0/docs/RESEARCH_IMPROVEMENTS_2026-06.md +157 -0
  44. ghostchimera-0.4.0b0/docs/STANDING_ORDERS.md +36 -0
  45. ghostchimera-0.4.0b0/docs/SUBAGENT_DELEGATION.md +36 -0
  46. ghostchimera-0.4.0b0/docs/TRUST_RUNTIME.md +144 -0
  47. ghostchimera-0.4.0b0/docs/USER_TUTORIAL.md +279 -0
  48. ghostchimera-0.4.0b0/docs/VERSION_030.md +112 -0
  49. ghostchimera-0.4.0b0/docs/VULTR_HACKATHON_DEPLOYMENT.md +93 -0
  50. ghostchimera-0.4.0b0/docs/adr/001-chimera-pilot-scheduling.md +87 -0
  51. ghostchimera-0.4.0b0/docs/adr/README.md +62 -0
  52. ghostchimera-0.4.0b0/docs/adr/template.md +44 -0
  53. ghostchimera-0.4.0b0/docs/api-reference.md +376 -0
  54. ghostchimera-0.4.0b0/docs/bob-tools.md +21 -0
  55. ghostchimera-0.4.0b0/docs/bob_delivery_package.md +334 -0
  56. ghostchimera-0.4.0b0/docs/dependency-graph.md +840 -0
  57. ghostchimera-0.4.0b0/docs/dependency_audit.md +83 -0
  58. ghostchimera-0.4.0b0/docs/index.md +15 -0
  59. ghostchimera-0.4.0b0/docs/model_provider_catalog.md +151 -0
  60. ghostchimera-0.4.0b0/docs/quick-start.md +61 -0
  61. ghostchimera-0.4.0b0/docs/release-process.md +12 -0
  62. ghostchimera-0.4.0b0/docs/safety-production.md +21 -0
  63. ghostchimera-0.4.0b0/docs/sbom-lite.md +35 -0
  64. ghostchimera-0.4.0b0/docs/superpowers/plans/2026-05-14-github-connected-autonomous-engineer.md +1638 -0
  65. ghostchimera-0.4.0b0/docs/superpowers/plans/2026-05-20-trust-eval-capability-admission.md +305 -0
  66. ghostchimera-0.4.0b0/docs/superpowers/specs/2026-05-20-trust-evolution-operator-platform-design.md +447 -0
  67. ghostchimera-0.4.0b0/ghostchimera/__init__.py +23 -0
  68. ghostchimera-0.4.0b0/ghostchimera/__main__.py +7 -0
  69. ghostchimera-0.4.0b0/ghostchimera/agent_core/__init__.py +3 -0
  70. ghostchimera-0.4.0b0/ghostchimera/agent_core/core.py +160 -0
  71. ghostchimera-0.4.0b0/ghostchimera/agent_core/executor.py +65 -0
  72. ghostchimera-0.4.0b0/ghostchimera/agent_core/memory.py +75 -0
  73. ghostchimera-0.4.0b0/ghostchimera/agent_core/planner.py +135 -0
  74. ghostchimera-0.4.0b0/ghostchimera/agent_core/skill_manager.py +118 -0
  75. ghostchimera-0.4.0b0/ghostchimera/capability_admission.py +284 -0
  76. ghostchimera-0.4.0b0/ghostchimera/capability_pack.py +160 -0
  77. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/__init__.py +71 -0
  78. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/agent_loop.py +729 -0
  79. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/agent_pool.py +236 -0
  80. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/autonomy.py +154 -0
  81. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/autonomy_jobs.py +289 -0
  82. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/autonomy_queue.py +193 -0
  83. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backend_registry.py +199 -0
  84. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/__init__.py +44 -0
  85. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/analytics.py +635 -0
  86. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/base.py +81 -0
  87. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/cwr.py +118 -0
  88. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/desktop_runtime.py +606 -0
  89. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/deterministic.py +84 -0
  90. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/gemini.py +183 -0
  91. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/llamacpp.py +116 -0
  92. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/mcp.py +59 -0
  93. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/model_provider.py +122 -0
  94. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/pyqpanda3_backend.py +122 -0
  95. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/python_runtime.py +217 -0
  96. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/backends/simulation.py +502 -0
  97. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/batch_runner.py +360 -0
  98. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/calibration.py +77 -0
  99. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/calibration_async.py +78 -0
  100. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/capability_intelligence.py +427 -0
  101. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/checkpoint.py +367 -0
  102. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/claim_extractor.py +89 -0
  103. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/cli.py +387 -0
  104. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/compiler.py +284 -0
  105. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/context_compressor.py +572 -0
  106. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/credential_pool.py +478 -0
  107. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/cron_scheduler.py +399 -0
  108. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/desktop_adapter.py +76 -0
  109. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/desktop_policy.py +127 -0
  110. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/desktop_targeting.py +63 -0
  111. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/error_classifier.py +315 -0
  112. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/executor.py +580 -0
  113. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/executor_async.py +241 -0
  114. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/executor_parallel.py +245 -0
  115. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/gateway_server.py +654 -0
  116. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/hooks.py +191 -0
  117. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/kernel.py +392 -0
  118. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/mcp_wrapper.py +346 -0
  119. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/mixture_of_agents.py +514 -0
  120. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/plugin_manifest.py +408 -0
  121. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/policy.py +281 -0
  122. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/pr_review.py +369 -0
  123. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/resource_registry.py +34 -0
  124. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/result_envelope.py +150 -0
  125. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/scheduler.py +290 -0
  126. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/schema.py +313 -0
  127. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/semantic_verifier.py +122 -0
  128. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/service_registry.py +265 -0
  129. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/subagent.py +460 -0
  130. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/task_dag.py +238 -0
  131. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/task_ir.py +87 -0
  132. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/telemetry.py +195 -0
  133. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/tool_middleware.py +256 -0
  134. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/toolsets.py +418 -0
  135. ghostchimera-0.4.0b0/ghostchimera/chimera_pilot/verifier.py +42 -0
  136. ghostchimera-0.4.0b0/ghostchimera/cognition_layer/__init__.py +34 -0
  137. ghostchimera-0.4.0b0/ghostchimera/cognition_layer/confidence.py +133 -0
  138. ghostchimera-0.4.0b0/ghostchimera/cognition_layer/hallucination.py +196 -0
  139. ghostchimera-0.4.0b0/ghostchimera/cognition_layer/reasoning.py +77 -0
  140. ghostchimera-0.4.0b0/ghostchimera/cognition_layer/trust.py +237 -0
  141. ghostchimera-0.4.0b0/ghostchimera/cognition_layer/workspace.py +139 -0
  142. ghostchimera-0.4.0b0/ghostchimera/cognition_layer/workspace_state.py +557 -0
  143. ghostchimera-0.4.0b0/ghostchimera/config.py +81 -0
  144. ghostchimera-0.4.0b0/ghostchimera/connectors/__init__.py +43 -0
  145. ghostchimera-0.4.0b0/ghostchimera/connectors/base.py +79 -0
  146. ghostchimera-0.4.0b0/ghostchimera/connectors/console_routes.py +287 -0
  147. ghostchimera-0.4.0b0/ghostchimera/connectors/github_events.py +160 -0
  148. ghostchimera-0.4.0b0/ghostchimera/connectors/nango.py +226 -0
  149. ghostchimera-0.4.0b0/ghostchimera/connectors/nango_events.py +61 -0
  150. ghostchimera-0.4.0b0/ghostchimera/connectors/oauth.py +283 -0
  151. ghostchimera-0.4.0b0/ghostchimera/connectors/stealth_service.py +148 -0
  152. ghostchimera-0.4.0b0/ghostchimera/control_plane/__init__.py +12 -0
  153. ghostchimera-0.4.0b0/ghostchimera/control_plane/cli.py +1714 -0
  154. ghostchimera-0.4.0b0/ghostchimera/control_plane/cli_policy.py +70 -0
  155. ghostchimera-0.4.0b0/ghostchimera/control_plane/colors.py +40 -0
  156. ghostchimera-0.4.0b0/ghostchimera/control_plane/config.py +148 -0
  157. ghostchimera-0.4.0b0/ghostchimera/control_plane/console.py +5506 -0
  158. ghostchimera-0.4.0b0/ghostchimera/control_plane/conversation.py +667 -0
  159. ghostchimera-0.4.0b0/ghostchimera/control_plane/doctor.py +206 -0
  160. ghostchimera-0.4.0b0/ghostchimera/control_plane/evolution.py +303 -0
  161. ghostchimera-0.4.0b0/ghostchimera/control_plane/flow_dictation.py +229 -0
  162. ghostchimera-0.4.0b0/ghostchimera/control_plane/host_execution.py +401 -0
  163. ghostchimera-0.4.0b0/ghostchimera/control_plane/latency.py +150 -0
  164. ghostchimera-0.4.0b0/ghostchimera/control_plane/live_presence.py +777 -0
  165. ghostchimera-0.4.0b0/ghostchimera/control_plane/local_model_cli.py +202 -0
  166. ghostchimera-0.4.0b0/ghostchimera/control_plane/local_voice.py +415 -0
  167. ghostchimera-0.4.0b0/ghostchimera/control_plane/model_picker.py +134 -0
  168. ghostchimera-0.4.0b0/ghostchimera/control_plane/parallel_cli.py +176 -0
  169. ghostchimera-0.4.0b0/ghostchimera/control_plane/setup_wizard.py +450 -0
  170. ghostchimera-0.4.0b0/ghostchimera/control_plane/standing_orders.py +186 -0
  171. ghostchimera-0.4.0b0/ghostchimera/control_plane/static/app.js +4723 -0
  172. ghostchimera-0.4.0b0/ghostchimera/control_plane/static/index.html +1395 -0
  173. ghostchimera-0.4.0b0/ghostchimera/control_plane/static/styles.css +382 -0
  174. ghostchimera-0.4.0b0/ghostchimera/evals/__init__.py +5 -0
  175. ghostchimera-0.4.0b0/ghostchimera/evals/__main__.py +28 -0
  176. ghostchimera-0.4.0b0/ghostchimera/evals/runner.py +1899 -0
  177. ghostchimera-0.4.0b0/ghostchimera/harness/__init__.py +11 -0
  178. ghostchimera-0.4.0b0/ghostchimera/harness/__main__.py +49 -0
  179. ghostchimera-0.4.0b0/ghostchimera/harness/case.py +85 -0
  180. ghostchimera-0.4.0b0/ghostchimera/harness/runner.py +167 -0
  181. ghostchimera-0.4.0b0/ghostchimera/integrations/__init__.py +1 -0
  182. ghostchimera-0.4.0b0/ghostchimera/integrations/email_oauth.py +705 -0
  183. ghostchimera-0.4.0b0/ghostchimera/integrations/github_audit.py +27 -0
  184. ghostchimera-0.4.0b0/ghostchimera/integrations/github_ci.py +22 -0
  185. ghostchimera-0.4.0b0/ghostchimera/integrations/github_client.py +188 -0
  186. ghostchimera-0.4.0b0/ghostchimera/integrations/github_discovery.py +28 -0
  187. ghostchimera-0.4.0b0/ghostchimera/integrations/github_policy.py +25 -0
  188. ghostchimera-0.4.0b0/ghostchimera/integrations/github_review.py +21 -0
  189. ghostchimera-0.4.0b0/ghostchimera/integrations/github_tasks.py +64 -0
  190. ghostchimera-0.4.0b0/ghostchimera/integrations/github_worktree.py +42 -0
  191. ghostchimera-0.4.0b0/ghostchimera/integrations/remote_control.py +1325 -0
  192. ghostchimera-0.4.0b0/ghostchimera/integrations/source_discovery.py +32 -0
  193. ghostchimera-0.4.0b0/ghostchimera/logging_config.py +69 -0
  194. ghostchimera-0.4.0b0/ghostchimera/mcp/__init__.py +1 -0
  195. ghostchimera-0.4.0b0/ghostchimera/mcp/client.py +45 -0
  196. ghostchimera-0.4.0b0/ghostchimera/mcp/normalization.py +56 -0
  197. ghostchimera-0.4.0b0/ghostchimera/mcp/server.py +102 -0
  198. ghostchimera-0.4.0b0/ghostchimera/memory_layer/__init__.py +6 -0
  199. ghostchimera-0.4.0b0/ghostchimera/memory_layer/consolidation.py +224 -0
  200. ghostchimera-0.4.0b0/ghostchimera/memory_layer/document_ingester.py +284 -0
  201. ghostchimera-0.4.0b0/ghostchimera/memory_layer/maintenance.py +92 -0
  202. ghostchimera-0.4.0b0/ghostchimera/memory_layer/namespace_store.py +62 -0
  203. ghostchimera-0.4.0b0/ghostchimera/memory_layer/store.py +313 -0
  204. ghostchimera-0.4.0b0/ghostchimera/memory_layer/temporal_graph.py +364 -0
  205. ghostchimera-0.4.0b0/ghostchimera/model_layer/__init__.py +15 -0
  206. ghostchimera-0.4.0b0/ghostchimera/model_layer/auth_profiles.py +204 -0
  207. ghostchimera-0.4.0b0/ghostchimera/model_layer/base_provider.py +31 -0
  208. ghostchimera-0.4.0b0/ghostchimera/model_layer/claude_agent_provider.py +153 -0
  209. ghostchimera-0.4.0b0/ghostchimera/model_layer/codex_cli_provider.py +282 -0
  210. ghostchimera-0.4.0b0/ghostchimera/model_layer/gemini_provider.py +253 -0
  211. ghostchimera-0.4.0b0/ghostchimera/model_layer/llamacpp_runtime.py +193 -0
  212. ghostchimera-0.4.0b0/ghostchimera/model_layer/llm.py +57 -0
  213. ghostchimera-0.4.0b0/ghostchimera/model_layer/lobster_trap_provider.py +146 -0
  214. ghostchimera-0.4.0b0/ghostchimera/model_layer/local_model_inventory.py +283 -0
  215. ghostchimera-0.4.0b0/ghostchimera/model_layer/local_profiles.py +88 -0
  216. ghostchimera-0.4.0b0/ghostchimera/model_layer/media_providers.py +589 -0
  217. ghostchimera-0.4.0b0/ghostchimera/model_layer/minimind_beta_orchestrator.py +95 -0
  218. ghostchimera-0.4.0b0/ghostchimera/model_layer/minimind_lifecycle.py +304 -0
  219. ghostchimera-0.4.0b0/ghostchimera/model_layer/minimind_personal_agent.py +553 -0
  220. ghostchimera-0.4.0b0/ghostchimera/model_layer/minimind_runtime.py +883 -0
  221. ghostchimera-0.4.0b0/ghostchimera/model_layer/model_catalog.py +806 -0
  222. ghostchimera-0.4.0b0/ghostchimera/model_layer/model_discovery.py +637 -0
  223. ghostchimera-0.4.0b0/ghostchimera/model_layer/openai_compatible_providers.py +959 -0
  224. ghostchimera-0.4.0b0/ghostchimera/model_layer/provider_auth.py +502 -0
  225. ghostchimera-0.4.0b0/ghostchimera/model_layer/provider_oauth_connectors.py +345 -0
  226. ghostchimera-0.4.0b0/ghostchimera/model_layer/providers.py +421 -0
  227. ghostchimera-0.4.0b0/ghostchimera/model_layer/router.py +75 -0
  228. ghostchimera-0.4.0b0/ghostchimera/model_layer/runtime_specialization.py +391 -0
  229. ghostchimera-0.4.0b0/ghostchimera/model_layer/test_time_compute.py +163 -0
  230. ghostchimera-0.4.0b0/ghostchimera/personalization/__init__.py +32 -0
  231. ghostchimera-0.4.0b0/ghostchimera/personalization/context_provider.py +141 -0
  232. ghostchimera-0.4.0b0/ghostchimera/personalization/document_ingester.py +218 -0
  233. ghostchimera-0.4.0b0/ghostchimera/personalization/email_ingester.py +290 -0
  234. ghostchimera-0.4.0b0/ghostchimera/personalization/path_state.py +68 -0
  235. ghostchimera-0.4.0b0/ghostchimera/personalization/path_synthesizer.py +106 -0
  236. ghostchimera-0.4.0b0/ghostchimera/personalization/role_profiles.py +727 -0
  237. ghostchimera-0.4.0b0/ghostchimera/production_gaps.py +130 -0
  238. ghostchimera-0.4.0b0/ghostchimera/py.typed +0 -0
  239. ghostchimera-0.4.0b0/ghostchimera/saas/__init__.py +39 -0
  240. ghostchimera-0.4.0b0/ghostchimera/saas/cli.py +109 -0
  241. ghostchimera-0.4.0b0/ghostchimera/saas/models.py +191 -0
  242. ghostchimera-0.4.0b0/ghostchimera/saas/oidc.py +46 -0
  243. ghostchimera-0.4.0b0/ghostchimera/saas/rbac.py +26 -0
  244. ghostchimera-0.4.0b0/ghostchimera/saas/store.py +232 -0
  245. ghostchimera-0.4.0b0/ghostchimera/saas/worker.py +48 -0
  246. ghostchimera-0.4.0b0/ghostchimera/safety_layer/__init__.py +33 -0
  247. ghostchimera-0.4.0b0/ghostchimera/safety_layer/approval.py +384 -0
  248. ghostchimera-0.4.0b0/ghostchimera/safety_layer/audit.py +110 -0
  249. ghostchimera-0.4.0b0/ghostchimera/safety_layer/gating.py +169 -0
  250. ghostchimera-0.4.0b0/ghostchimera/safety_layer/lobster_trap.py +644 -0
  251. ghostchimera-0.4.0b0/ghostchimera/safety_layer/material_policy.py +358 -0
  252. ghostchimera-0.4.0b0/ghostchimera/safety_layer/policy_enforcement.py +131 -0
  253. ghostchimera-0.4.0b0/ghostchimera/safety_layer/production.py +122 -0
  254. ghostchimera-0.4.0b0/ghostchimera/safety_layer/rate_limiter.py +58 -0
  255. ghostchimera-0.4.0b0/ghostchimera/safety_layer/security_monitor.py +316 -0
  256. ghostchimera-0.4.0b0/ghostchimera/safety_layer/ssrf.py +354 -0
  257. ghostchimera-0.4.0b0/ghostchimera/sandbox/__init__.py +5 -0
  258. ghostchimera-0.4.0b0/ghostchimera/sandbox/journey.py +70 -0
  259. ghostchimera-0.4.0b0/ghostchimera/sdk.py +368 -0
  260. ghostchimera-0.4.0b0/ghostchimera/skill_layer/__init__.py +7 -0
  261. ghostchimera-0.4.0b0/ghostchimera/skill_layer/base.py +96 -0
  262. ghostchimera-0.4.0b0/ghostchimera/skill_layer/browser_operator.py +34 -0
  263. ghostchimera-0.4.0b0/ghostchimera/skill_layer/code_search.py +134 -0
  264. ghostchimera-0.4.0b0/ghostchimera/skill_layer/registry.py +199 -0
  265. ghostchimera-0.4.0b0/ghostchimera/skill_layer/software_engineer.py +51 -0
  266. ghostchimera-0.4.0b0/ghostchimera/skill_layer/tech_support.py +54 -0
  267. ghostchimera-0.4.0b0/ghostchimera/skill_layer/to_issues.py +73 -0
  268. ghostchimera-0.4.0b0/ghostchimera/stealth/__init__.py +89 -0
  269. ghostchimera-0.4.0b0/ghostchimera/stealth/agent_prompt.py +148 -0
  270. ghostchimera-0.4.0b0/ghostchimera/stealth/context.py +301 -0
  271. ghostchimera-0.4.0b0/ghostchimera/stealth/eval.py +170 -0
  272. ghostchimera-0.4.0b0/ghostchimera/stealth/event_bus.py +128 -0
  273. ghostchimera-0.4.0b0/ghostchimera/stealth/events.py +155 -0
  274. ghostchimera-0.4.0b0/ghostchimera/stealth/experience.py +168 -0
  275. ghostchimera-0.4.0b0/ghostchimera/stealth/hooks.py +131 -0
  276. ghostchimera-0.4.0b0/ghostchimera/stealth/hosts.py +393 -0
  277. ghostchimera-0.4.0b0/ghostchimera/stealth/intervention.py +101 -0
  278. ghostchimera-0.4.0b0/ghostchimera/stealth/loop.py +304 -0
  279. ghostchimera-0.4.0b0/ghostchimera/stealth/prediction.py +74 -0
  280. ghostchimera-0.4.0b0/ghostchimera/stealth/runtime.py +205 -0
  281. ghostchimera-0.4.0b0/ghostchimera/stealth/ste.py +180 -0
  282. ghostchimera-0.4.0b0/ghostchimera/stealth/stealth_policy.py +133 -0
  283. ghostchimera-0.4.0b0/ghostchimera/stealth/store.py +215 -0
  284. ghostchimera-0.4.0b0/ghostchimera/stealth/transport.py +156 -0
  285. ghostchimera-0.4.0b0/ghostchimera/stealth/workflow_learner.py +125 -0
  286. ghostchimera-0.4.0b0/ghostchimera/stealth/world_state.py +134 -0
  287. ghostchimera-0.4.0b0/ghostchimera/superiority.py +491 -0
  288. ghostchimera-0.4.0b0/ghostchimera/tool_layer/__init__.py +5 -0
  289. ghostchimera-0.4.0b0/ghostchimera/tool_layer/browser.py +51 -0
  290. ghostchimera-0.4.0b0/ghostchimera/tool_layer/browser_workspace.py +112 -0
  291. ghostchimera-0.4.0b0/ghostchimera/tool_layer/file_system.py +117 -0
  292. ghostchimera-0.4.0b0/ghostchimera/tool_layer/shell.py +89 -0
  293. ghostchimera-0.4.0b0/ghostchimera/trust_runtime.py +1031 -0
  294. ghostchimera-0.4.0b0/ghostchimera.egg-info/PKG-INFO +1133 -0
  295. ghostchimera-0.4.0b0/ghostchimera.egg-info/SOURCES.txt +460 -0
  296. ghostchimera-0.4.0b0/ghostchimera.egg-info/dependency_links.txt +1 -0
  297. ghostchimera-0.4.0b0/ghostchimera.egg-info/entry_points.txt +6 -0
  298. ghostchimera-0.4.0b0/ghostchimera.egg-info/requires.txt +69 -0
  299. ghostchimera-0.4.0b0/ghostchimera.egg-info/top_level.txt +1 -0
  300. ghostchimera-0.4.0b0/pyproject.toml +114 -0
  301. ghostchimera-0.4.0b0/scripts/analyze_logs.py +111 -0
  302. ghostchimera-0.4.0b0/scripts/audit_dependencies.py +353 -0
  303. ghostchimera-0.4.0b0/scripts/bob_accelerator.py +471 -0
  304. ghostchimera-0.4.0b0/scripts/bob_delivery_package.py +604 -0
  305. ghostchimera-0.4.0b0/scripts/coverage_report.py +206 -0
  306. ghostchimera-0.4.0b0/scripts/dependency_graph.py +83 -0
  307. ghostchimera-0.4.0b0/scripts/dev_env.py +61 -0
  308. ghostchimera-0.4.0b0/scripts/generate_api_reference.py +140 -0
  309. ghostchimera-0.4.0b0/scripts/generate_changelog.py +229 -0
  310. ghostchimera-0.4.0b0/scripts/generate_sbom.py +91 -0
  311. ghostchimera-0.4.0b0/scripts/generate_test_scaffold.py +276 -0
  312. ghostchimera-0.4.0b0/scripts/refresh_models_dev.py +105 -0
  313. ghostchimera-0.4.0b0/scripts/run_operator_workbench_e2e.py +90 -0
  314. ghostchimera-0.4.0b0/scripts/smoke_installed_wheel.py +195 -0
  315. ghostchimera-0.4.0b0/scripts/update_model_provider_catalog.py +186 -0
  316. ghostchimera-0.4.0b0/scripts/user_journey_sim.py +133 -0
  317. ghostchimera-0.4.0b0/scripts/validate_config.py +345 -0
  318. ghostchimera-0.4.0b0/scripts/validate_release.py +710 -0
  319. ghostchimera-0.4.0b0/setup.cfg +4 -0
  320. ghostchimera-0.4.0b0/tests/__init__.py +0 -0
  321. ghostchimera-0.4.0b0/tests/conftest.py +42 -0
  322. ghostchimera-0.4.0b0/tests/integration/__init__.py +0 -0
  323. ghostchimera-0.4.0b0/tests/integration/test_bob_toolchain.py +473 -0
  324. ghostchimera-0.4.0b0/tests/integration/test_logging.py +41 -0
  325. ghostchimera-0.4.0b0/tests/integration/test_parallel_execution.py +63 -0
  326. ghostchimera-0.4.0b0/tests/integration/test_pilot_pipeline.py +77 -0
  327. ghostchimera-0.4.0b0/tests/integration/test_safety.py +51 -0
  328. ghostchimera-0.4.0b0/tests/performance/__init__.py +3 -0
  329. ghostchimera-0.4.0b0/tests/performance/test_bob_tool_performance.py +272 -0
  330. ghostchimera-0.4.0b0/tests/test_agent_actions.py +184 -0
  331. ghostchimera-0.4.0b0/tests/test_agent_core_pilot.py +49 -0
  332. ghostchimera-0.4.0b0/tests/test_agent_loop.py +419 -0
  333. ghostchimera-0.4.0b0/tests/test_agent_pool.py +75 -0
  334. ghostchimera-0.4.0b0/tests/test_analytics_backend.py +566 -0
  335. ghostchimera-0.4.0b0/tests/test_api_reference_generator.py +39 -0
  336. ghostchimera-0.4.0b0/tests/test_approval_flow.py +273 -0
  337. ghostchimera-0.4.0b0/tests/test_audit_dependencies.py +330 -0
  338. ghostchimera-0.4.0b0/tests/test_autonomy_profiles.py +665 -0
  339. ghostchimera-0.4.0b0/tests/test_autonomy_queue.py +73 -0
  340. ghostchimera-0.4.0b0/tests/test_backend_registry.py +66 -0
  341. ghostchimera-0.4.0b0/tests/test_batch_runner.py +368 -0
  342. ghostchimera-0.4.0b0/tests/test_beta_gaps.py +822 -0
  343. ghostchimera-0.4.0b0/tests/test_bob_accelerator.py +152 -0
  344. ghostchimera-0.4.0b0/tests/test_bob_delivery_package.py +185 -0
  345. ghostchimera-0.4.0b0/tests/test_bob_optional_boundary.py +37 -0
  346. ghostchimera-0.4.0b0/tests/test_bob_roadmap.py +199 -0
  347. ghostchimera-0.4.0b0/tests/test_browser_workspace.py +50 -0
  348. ghostchimera-0.4.0b0/tests/test_capability_admission.py +94 -0
  349. ghostchimera-0.4.0b0/tests/test_capability_intelligence.py +55 -0
  350. ghostchimera-0.4.0b0/tests/test_capability_pack_and_sandbox.py +119 -0
  351. ghostchimera-0.4.0b0/tests/test_checkpoint.py +176 -0
  352. ghostchimera-0.4.0b0/tests/test_chimera_pilot.py +713 -0
  353. ghostchimera-0.4.0b0/tests/test_claude_agent_provider.py +83 -0
  354. ghostchimera-0.4.0b0/tests/test_code_search.py +43 -0
  355. ghostchimera-0.4.0b0/tests/test_codex_cli_provider.py +135 -0
  356. ghostchimera-0.4.0b0/tests/test_config.py +260 -0
  357. ghostchimera-0.4.0b0/tests/test_connector_routes.py +217 -0
  358. ghostchimera-0.4.0b0/tests/test_connectors_phase6.py +246 -0
  359. ghostchimera-0.4.0b0/tests/test_conscious_workspace.py +272 -0
  360. ghostchimera-0.4.0b0/tests/test_console.py +1882 -0
  361. ghostchimera-0.4.0b0/tests/test_console_memory_graph.py +72 -0
  362. ghostchimera-0.4.0b0/tests/test_consolidation.py +137 -0
  363. ghostchimera-0.4.0b0/tests/test_conversation_loop.py +346 -0
  364. ghostchimera-0.4.0b0/tests/test_credential_pool.py +289 -0
  365. ghostchimera-0.4.0b0/tests/test_cron_scheduler.py +141 -0
  366. ghostchimera-0.4.0b0/tests/test_cwr_backend.py +185 -0
  367. ghostchimera-0.4.0b0/tests/test_dependency_graph.py +19 -0
  368. ghostchimera-0.4.0b0/tests/test_desktop_backend.py +255 -0
  369. ghostchimera-0.4.0b0/tests/test_dev_env.py +21 -0
  370. ghostchimera-0.4.0b0/tests/test_docs_site.py +19 -0
  371. ghostchimera-0.4.0b0/tests/test_doctor.py +26 -0
  372. ghostchimera-0.4.0b0/tests/test_document_ingester.py +144 -0
  373. ghostchimera-0.4.0b0/tests/test_email_ingester.py +166 -0
  374. ghostchimera-0.4.0b0/tests/test_email_oauth.py +273 -0
  375. ghostchimera-0.4.0b0/tests/test_error_classifier.py +130 -0
  376. ghostchimera-0.4.0b0/tests/test_evals.py +93 -0
  377. ghostchimera-0.4.0b0/tests/test_examples.py +19 -0
  378. ghostchimera-0.4.0b0/tests/test_executor_parallel.py +80 -0
  379. ghostchimera-0.4.0b0/tests/test_file_system_leases.py +52 -0
  380. ghostchimera-0.4.0b0/tests/test_flow_dictation.py +110 -0
  381. ghostchimera-0.4.0b0/tests/test_gateway_server.py +193 -0
  382. ghostchimera-0.4.0b0/tests/test_gemini_provider.py +379 -0
  383. ghostchimera-0.4.0b0/tests/test_generate_changelog.py +298 -0
  384. ghostchimera-0.4.0b0/tests/test_generate_test_scaffold.py +436 -0
  385. ghostchimera-0.4.0b0/tests/test_ghost_modes.py +41 -0
  386. ghostchimera-0.4.0b0/tests/test_github_audit.py +26 -0
  387. ghostchimera-0.4.0b0/tests/test_github_ci.py +25 -0
  388. ghostchimera-0.4.0b0/tests/test_github_cli.py +35 -0
  389. ghostchimera-0.4.0b0/tests/test_github_client.py +54 -0
  390. ghostchimera-0.4.0b0/tests/test_github_policy.py +20 -0
  391. ghostchimera-0.4.0b0/tests/test_github_review.py +29 -0
  392. ghostchimera-0.4.0b0/tests/test_github_tasks.py +51 -0
  393. ghostchimera-0.4.0b0/tests/test_github_worktree.py +28 -0
  394. ghostchimera-0.4.0b0/tests/test_harness.py +59 -0
  395. ghostchimera-0.4.0b0/tests/test_host_execution.py +162 -0
  396. ghostchimera-0.4.0b0/tests/test_install_scripts.py +38 -0
  397. ghostchimera-0.4.0b0/tests/test_kernel_dag.py +52 -0
  398. ghostchimera-0.4.0b0/tests/test_latency.py +41 -0
  399. ghostchimera-0.4.0b0/tests/test_live_presence.py +284 -0
  400. ghostchimera-0.4.0b0/tests/test_llamacpp_backend.py +165 -0
  401. ghostchimera-0.4.0b0/tests/test_llamacpp_tuning.py +74 -0
  402. ghostchimera-0.4.0b0/tests/test_lobster_trap.py +305 -0
  403. ghostchimera-0.4.0b0/tests/test_local_model_cli.py +132 -0
  404. ghostchimera-0.4.0b0/tests/test_local_model_profiles.py +120 -0
  405. ghostchimera-0.4.0b0/tests/test_local_voice.py +177 -0
  406. ghostchimera-0.4.0b0/tests/test_log_analyzer.py +40 -0
  407. ghostchimera-0.4.0b0/tests/test_memory_freshness.py +158 -0
  408. ghostchimera-0.4.0b0/tests/test_memory_maintenance.py +52 -0
  409. ghostchimera-0.4.0b0/tests/test_minimind_beta_orchestrator.py +402 -0
  410. ghostchimera-0.4.0b0/tests/test_minimind_personal_agent.py +191 -0
  411. ghostchimera-0.4.0b0/tests/test_mixture_of_agents.py +86 -0
  412. ghostchimera-0.4.0b0/tests/test_model_discovery.py +244 -0
  413. ghostchimera-0.4.0b0/tests/test_model_provider_backend.py +56 -0
  414. ghostchimera-0.4.0b0/tests/test_model_provider_test_time.py +56 -0
  415. ghostchimera-0.4.0b0/tests/test_models_dev_refresh.py +96 -0
  416. ghostchimera-0.4.0b0/tests/test_nango_agent.py +139 -0
  417. ghostchimera-0.4.0b0/tests/test_native_absorption.py +135 -0
  418. ghostchimera-0.4.0b0/tests/test_openclaw_modularity.py +639 -0
  419. ghostchimera-0.4.0b0/tests/test_packaging.py +88 -0
  420. ghostchimera-0.4.0b0/tests/test_path_cli.py +37 -0
  421. ghostchimera-0.4.0b0/tests/test_path_state.py +31 -0
  422. ghostchimera-0.4.0b0/tests/test_path_synthesizer.py +70 -0
  423. ghostchimera-0.4.0b0/tests/test_personal_context.py +81 -0
  424. ghostchimera-0.4.0b0/tests/test_phase6_modules.py +479 -0
  425. ghostchimera-0.4.0b0/tests/test_pr_review.py +87 -0
  426. ghostchimera-0.4.0b0/tests/test_production_gaps.py +66 -0
  427. ghostchimera-0.4.0b0/tests/test_provider_auth_vault.py +442 -0
  428. ghostchimera-0.4.0b0/tests/test_provider_routing.py +1359 -0
  429. ghostchimera-0.4.0b0/tests/test_release_package.py +134 -0
  430. ghostchimera-0.4.0b0/tests/test_remote_control.py +680 -0
  431. ghostchimera-0.4.0b0/tests/test_role_profiles.py +63 -0
  432. ghostchimera-0.4.0b0/tests/test_runtime_specialization.py +122 -0
  433. ghostchimera-0.4.0b0/tests/test_saas_platform.py +145 -0
  434. ghostchimera-0.4.0b0/tests/test_safety_policy.py +146 -0
  435. ghostchimera-0.4.0b0/tests/test_sbom_generator.py +23 -0
  436. ghostchimera-0.4.0b0/tests/test_sdk.py +194 -0
  437. ghostchimera-0.4.0b0/tests/test_security_monitor.py +245 -0
  438. ghostchimera-0.4.0b0/tests/test_simulation_backend.py +337 -0
  439. ghostchimera-0.4.0b0/tests/test_source_discovery.py +23 -0
  440. ghostchimera-0.4.0b0/tests/test_ssrf_policy.py +179 -0
  441. ghostchimera-0.4.0b0/tests/test_standing_orders.py +102 -0
  442. ghostchimera-0.4.0b0/tests/test_ste.py +52 -0
  443. ghostchimera-0.4.0b0/tests/test_stealth_context.py +87 -0
  444. ghostchimera-0.4.0b0/tests/test_stealth_eval.py +40 -0
  445. ghostchimera-0.4.0b0/tests/test_stealth_experience.py +110 -0
  446. ghostchimera-0.4.0b0/tests/test_stealth_hosts.py +202 -0
  447. ghostchimera-0.4.0b0/tests/test_stealth_hosts2.py +93 -0
  448. ghostchimera-0.4.0b0/tests/test_stealth_kernel.py +175 -0
  449. ghostchimera-0.4.0b0/tests/test_stealth_loop.py +171 -0
  450. ghostchimera-0.4.0b0/tests/test_subagent.py +225 -0
  451. ghostchimera-0.4.0b0/tests/test_superiority_scorecard.py +230 -0
  452. ghostchimera-0.4.0b0/tests/test_task_dag.py +119 -0
  453. ghostchimera-0.4.0b0/tests/test_temporal_graph.py +144 -0
  454. ghostchimera-0.4.0b0/tests/test_test_time_compute.py +71 -0
  455. ghostchimera-0.4.0b0/tests/test_toolsets.py +170 -0
  456. ghostchimera-0.4.0b0/tests/test_trust_console.py +250 -0
  457. ghostchimera-0.4.0b0/tests/test_trust_runtime.py +238 -0
  458. ghostchimera-0.4.0b0/tests/test_update_model_provider_catalog.py +63 -0
  459. ghostchimera-0.4.0b0/tests/test_validate_config.py +342 -0
  460. ghostchimera-0.4.0b0/tests/test_vultr_deployment.py +118 -0
  461. ghostchimera-0.4.0b0/tests/test_workflows_and_pr_template.py +64 -0
  462. ghostchimera-0.4.0b0/tests/test_workspace_planning_context.py +124 -0
@@ -0,0 +1,227 @@
1
+ # Changelog
2
+
3
+ ## 0.4.0-beta - 2026-05-13
4
+
5
+ ### Added
6
+
7
+ - Personal MiniMind service with persisted admin consent, system-spec capture, approved file/email bootstrap, local-memory dataset generation, and primary-model RAG handoff prompts.
8
+ - Whole-machine and email-artifact crawl consent scopes with configurable crawl roots, custom exclusions, default system/cache/dependency exclusions, and file/email limits.
9
+ - Ghost Console MiniMind tab for consent, source paths, crawl toggles, bootstrap, revocation, status, and handoff generation.
10
+ - Console API routes under `/api/console/minimind/personal/*`.
11
+ - SDK helpers: `enable_personal_minimind()`, `bootstrap_personal_minimind()`, `personal_minimind_status()`, `minimind_handoff()`, and `revoke_personal_minimind()`.
12
+ - CLI actions: `ghostchimera minimind personal-status`, `personal-consent`, `personal-bootstrap`, `personal-handoff`, and `personal-revoke`.
13
+ - Personal MiniMind privacy/operation documentation covering broad crawl behavior, email artifact discovery, local storage, and local quantized runtime options.
14
+ - Competitive capability intelligence layer with `ghostchimera capabilities`, `/api/console/capabilities`, a dashboard Capabilities tab, `docs/COMPETITIVE_CAPABILITY_MATRIX.md`, and a `competitive` eval suite.
15
+ - Automated PR/diff review with `ghostchimera review-pr`, `/api/console/review-pr`, a dashboard Review tab, deterministic security/release heuristics, Markdown/JSON output, and competitive eval coverage.
16
+
17
+ ### Changed
18
+
19
+ - Bumped package metadata to `0.4.0-beta`.
20
+ - MiniMind personal bootstrap can generate training data from the full local memory corpus while preserving explicit consent gates.
21
+ - Release readiness now gates the competitive matrix against Codex, Claude Code, LangGraph, CrewAI, Hermes-style tool gateways, and OpenClaw-style local autonomy benchmarks.
22
+ - Competitive capability scoring now requires all tracked beta surfaces to be complete before the suite passes.
23
+
24
+ ## 0.3.0-beta — 2026-05-12
25
+
26
+ ### Added
27
+
28
+ - **Chimera Pilot v2 runtime components**: `AIAgent` multi-turn loop
29
+ (`agent_loop.py`), `ContextCompressor` (token-budget context management),
30
+ `MCPWrapper` (JSON-RPC MCP connector), `CredentialPool` + `ExternalAuthProvider`
31
+ (OpenClaw-style credential injection), `ErrorClassifier` + `AutoRecoveryPlan`
32
+ (typed recovery taxonomy), `CheckpointManager` (replay-safe run snapshots),
33
+ `ToolsetManager` (named toolset composition), `SubagentPool`, `MixtureOfAgents`
34
+ (MoA scoring + Jaccard strategy selection), `BatchRunner`, `CronScheduler`, and
35
+ `GatewayServer` (WebSocket gateway with HTTP route registry).
36
+ - **Gemini / Google AI Studio integration**: `GeminiProvider` (chat, long-context,
37
+ multi-agent history), `GeminiBackend` (REASONING + LONG_CONTEXT_DOC tasks), and
38
+ `ModelCatalog` entries with 1 M-token context models.
39
+ - **Simulation backend** (`SimulationBackend`): kinematics trajectory planner,
40
+ digital-twin sensor emulation, and policy-test episode runner with collision
41
+ detection.
42
+ - **Analytics and data pipeline backend** (`AnalyticsBackend`): count/sum/avg
43
+ group queries, simple linear-trend forecasting, z-score anomaly detection, CSV
44
+ parsing, schema validation, and knowledge-graph triple extraction.
45
+ - **Document ingestion** (`DocumentIngester`): text chunking, CSV row ingestion,
46
+ duplicate-safe insert via `add_document_once`.
47
+ - **DPI / LobsterTrap safety layer**: `BuiltinDPIEngine` (prompt injection,
48
+ credential-leak, PII, exfiltration, and intent-mismatch scanning),
49
+ `LobsterTrapProvider` wrapper, `LobsterTrapConfig.from_env()`, and
50
+ `SecurityMonitor` with per-category event aggregation and threat summary.
51
+ - **OpenClaw modularity gaps closed** (all 10): `MediaProviders` (Gap 1),
52
+ `ApprovalHandler` + new `HookName` entries (Gap 2), `ToolMiddlewareChain`
53
+ (Gap 3), `Skill.check_requirements()` (Gap 4), `BackgroundService` +
54
+ `ServiceRegistry` (Gap 5), `HttpRouteRegistry` in gateway (Gap 6),
55
+ `PluginManifest` (Gap 7), `ExternalAuthProvider` in `CredentialPool`
56
+ (Gap 8), `SSRFPolicy` + `PilotPolicy.allowed_hosts` (Gap 9),
57
+ `TEXT_PROVIDERS` + `register_text_provider` (Gap 10).
58
+ - **Red-team eval suite** (`redteam`): 9 cases covering prompt injection blocking,
59
+ credential-leak blocking, PII detection, exfiltration blocking, intent-mismatch
60
+ flagging, benign-prompt pass-through, `LobsterTrapProvider` enforcement,
61
+ `SecurityMonitor` aggregation, and `LobsterTrapConfig.from_env()`.
62
+ - **Track 2 eval suite** (`track2`): 8 Gemini integration cases.
63
+ - **Track 3 eval suite** (`track3`): 6 simulation/robotics cases.
64
+ - **Track 4 eval suite** (`track4`): 9 analytics and data-pipeline cases.
65
+ - **Coverage eval suite** (`coverage`): SSRF policy, approval token, material
66
+ policy, error classifier, MoA scoring, context compressor, autonomy queue,
67
+ checkpoint save/restore, and telemetry export format.
68
+ - **Workspace eval suite** (`workspace`): 6 cases covering workspace context
69
+ injection into compiled tasks, no-injection on irrelevant objectives, freshness
70
+ score and citation quality per search result, empty-index graceful degradation,
71
+ `count()` tracking, and local-model profiles CLI.
72
+ - **Memory store depth**: `MemoryStore.search()` returns `freshness_score`
73
+ (exponential decay from `created_at`, 30-day half-life), `citation_quality`
74
+ (freshness × content-length heuristic), and `created_at` per result. New
75
+ `stale_after_days` query-time filter and `count()` method.
76
+ - **Workspace feedback loop**: `OperatorWorkspaceStore.workspace_context_for_objective()`
77
+ lightweight in-memory relevance retrieval. `ChimeraPilotKernel` accepts a
78
+ `workspace_store` parameter and injects matching context into
79
+ `TaskSpec.constraints["workspace_context"]` at compile time.
80
+ - **Local model bootstrap CLI**: `ghostchimera local-model` subcommand with
81
+ `check`, `guide`, and `profiles` actions — reports system resources vs profile
82
+ requirements, step-by-step download instructions, and fit analysis.
83
+ - **Production isolation guidance**: `docs/PRODUCTION_ISOLATION.md` — container
84
+ and VM hardening, state backup/restore, audit log retention, secret handling,
85
+ SSRF + network controls, and rollback runbooks.
86
+ - **Material policy** (`MaterialPolicyEngine` + `MaterialRegistry`): temporal and
87
+ factual claim classification, adversarial prompt detection, and security-check
88
+ trace IDs.
89
+ - **Runtime specialization warmup**: `detect_runtime_environment` and
90
+ `warm_runtime_specialization_cache` for pre-computing llama.cpp launch manifests.
91
+ - **Async executor** (`executor_async.py`) and **parallel executor**
92
+ (`executor_parallel.py`) with cooperative cancellation and structured
93
+ failed-result return.
94
+ - **Calibration async** (`calibration_async.py`) with concurrent backend probing.
95
+ - New eval suites produce per-suite KPIs and release-gate summaries (all suites:
96
+ smoke, safety, autonomy, user-journey, coverage, redteam, track2, track3,
97
+ track4, workspace).
98
+
99
+ ### Changed
100
+
101
+ - Scheduler strategy selection extended with `moa` strategy and `select_strategy`
102
+ supporting historical success rate and uncertainty inputs.
103
+ - `PilotPolicy.autonomy_profile.cap_strategy` enforces per-profile ceilings on
104
+ strategy selection.
105
+ - `MemoryStore.search()` signature now includes `stale_after_days` and
106
+ `freshness_half_life_days` optional keyword arguments (backward-compatible).
107
+ - Blueprint scorecard updated: Real memory/retrieval 95%, Local model runtime 90%,
108
+ Conscious workspace 95%, Evaluation harness 90%, Production packaging 90%.
109
+
110
+ ---
111
+
112
+ ## 0.2.1 — 2026-05-09
113
+
114
+ ### Added
115
+
116
+ - **Workspace sync quality flags**: `ghostchimera workspace sync-memory` now
117
+ reports low-confidence filtered records and marks stale (>30 days) and
118
+ conflicting records with quality metadata before they enter retrieval.
119
+ - **Console operator routes**: browser console exposes evidence-add,
120
+ reflection-add, goal-update, and workspace-sync-memory API routes in addition
121
+ to workspace show.
122
+ - **Readiness runbook route**: `/api/console/readiness` exposes the full release
123
+ gate checklist as a local operator runbook view.
124
+ - **Autonomy job center**: `/api/console/autonomy/jobs` records profile-gated
125
+ preview runs; `/api/console/autonomy/schedules` manages disabled recurring
126
+ autonomy jobs via `CronScheduler`.
127
+ - **User-journey eval suite** (`user-journey`): 6 cases covering top-level CLI
128
+ dispatch, config/state reporting, console operator routes, workspace sync,
129
+ workspace quality flags, and readiness runbook output.
130
+ - **Workspace sync CLI** (`ghostchimera workspace sync-memory`): promotes
131
+ high-confidence evidence/reflections into the SQLite CWR store with provenance
132
+ metadata and duplicate-safe inserts.
133
+ - **`ghostchimera doctor --production`**: production readiness report via
134
+ `production_readiness_report()`.
135
+
136
+ ### Fixed
137
+
138
+ - `OperatorWorkspaceStore.save()` now uses atomic rename to prevent partial writes
139
+ on Windows.
140
+ - Desktop backend kill-switch check respects the configured stop-file path.
141
+
142
+ ---
143
+
144
+ ## 0.2.0 — 2026-05-06
145
+
146
+ ### Added
147
+
148
+ - **Local operator console** (`ghostchimera console`): WebSocket-backed localhost
149
+ UI for status, autonomy profile control, safe objective runs, optional browser
150
+ workspace controls, and release-readiness checks. Supports `--host`, `--port`,
151
+ `--http-port`, `--state-dir`, and `--no-open`.
152
+ - **Operator workspace UX**: `ghostchimera workspace show` exposes inspectable
153
+ local self-model, working memory, attention ranking, goals, goal state, and
154
+ uncertainty summary. `operator_workspace.json` persists under the state
155
+ directory.
156
+ - **Conscious workspace feedback loop**: `ghostchimera workspace sync-memory`
157
+ and `/api/console/workspace/sync-memory` promote high-confidence workspace
158
+ evidence and reflections into the SQLite CWR store with provenance metadata
159
+ and duplicate-safe inserts.
160
+ - **Desktop control backend** (`DesktopRuntimeBackend`): dry-run default,
161
+ explicit live-mode opt-in, action-class filtering, kill-switch file, and
162
+ screenshot/action-log telemetry. `ghostchimera desktop-stop` for immediate
163
+ session halt.
164
+ - **Autonomy profiles**: `assist`, `supervised` (default), `autonomous`, and
165
+ `generalist`. Configurable via `GHOSTCHIMERA_AUTONOMY_LEVEL` or
166
+ `ghostchimera autonomy set`. Each profile caps strategy, budget, parallelism,
167
+ and approval gates.
168
+ - **True autonomy desktop toggle** in Ghost Console: when enabled, default run
169
+ uses possess-mode live desktop backend with expanded permissions.
170
+ - **Runtime state and checkpointing**: `run_id`, `attempt_id`, and `checkpoint_id`
171
+ propagate through executor transitions; terminal-state checkpoint recording
172
+ connected to telemetry and replay bundle generation.
173
+ - **Interrupt and cancellation**: cooperative cancellation for executor and
174
+ parallel execution entry points; cancelled parallel runs return structured
175
+ failed executions.
176
+ - **Adaptive scheduler learning loop**: score breakdowns, configurable weights,
177
+ and bounded adaptation; outcome persistence wired through memory store;
178
+ strategy selection supports `single`, `fallback_chain`, `parallel`, and `moa`.
179
+ - **Delegation and shared-state arbitration**: delegation contract primitives,
180
+ file lease arbitration, and structured merge conflict reports in
181
+ `ghostchimera.tool_layer.file_system`.
182
+ - **External skill discovery**: `SkillRegistry` discovers bundled + workspace
183
+ skills from `~/.ghostchimera/skills/<name>/skill.py` (override via
184
+ `GHOSTCHIMERA_SKILLS_DIR`). `AgentCore` accepts `skill_registry` param.
185
+ - **Production deployment mode** (`GHOSTCHIMERA_DEPLOYMENT_MODE=production`):
186
+ blocks shell, file writes, and live desktop unless external isolation,
187
+ security review, and human approval are all declared. `ProductionGuardrails`
188
+ and `production_readiness_report()`.
189
+ - **Replayable observability**: replay bundles include run, decision, attempts,
190
+ transitions, and trace hashes; telemetry exports JSON/CSV and replay-bundle
191
+ files.
192
+ - **Ghost mode taxonomy**: `whisper`, `shadow`, `possess`, and `ghost` modes with
193
+ per-mode policy implications.
194
+ - **CI workflow**: `.github/workflows/ci.yml` with lint, tests, build, and wheel
195
+ smoke steps on push and pull request.
196
+ - **Dockerfile** for reproducible container deployments.
197
+
198
+ ### Changed
199
+
200
+ - `AgentCore.handle_request()` now tries Chimera Pilot first, falling back to
201
+ legacy planner/skill executor only when no backend can handle the task.
202
+ - `PilotPolicy` split from `ExecutionPolicy`: scheduler decides *where* to run,
203
+ policy decides *whether* it is allowed — two separate boundary layers.
204
+ - `ghostchimera doctor` extended with `--production` flag for production
205
+ readiness reporting.
206
+
207
+ ---
208
+
209
+ ## 0.1.0 — 2026-04-29
210
+
211
+ Initial alpha release package.
212
+
213
+ ### Added
214
+
215
+ - Chimera Pilot task IR, backend registry, scheduler, calibration, executor, verifier, telemetry, and CLI.
216
+ - Conservative policy defaults for network and local Python/test execution.
217
+ - Hardened Python runtime backend with bounded timeout, minimal environment, isolated interpreter mode, temporary cwd, and static rejection of high-risk calls.
218
+ - Optional pyqpanda3 quantum simulator backend.
219
+ - Policy-gated AgentCore shell, filesystem, and browser execution with audit records.
220
+ - SQLite FTS local CWR memory retrieval backend and memory CLI commands.
221
+ - Local model profiles, minimind-compatible provider contract, and optional llama.cpp/GGUF backend.
222
+ - Ghost-native MiniMind architecture metadata, runtime inspection, attribution, and optional Transformers/PyTorch adapter.
223
+ - Conscious workspace primitives for inspectable self-model, working memory, attention, and reflection state.
224
+ - Smoke and safety eval harness with `ghostchimera-eval`.
225
+ - Typed environment configuration and `ghostchimera --config-show`.
226
+ - Source package metadata, MIT license, release docs, CI workflow, and release validation script.
227
+ - Targeted unittest coverage for scheduling, fallback, policy gating, calibration, compilation, Python execution, local retrieval, local model profiles, evals, configuration, and release metadata.
@@ -0,0 +1,103 @@
1
+ # Chimera Pilot
2
+
3
+ Chimera Pilot is Ghost Chimera's resource orchestration layer. It turns high-level objectives into neutral `TaskSpec` objects, chooses a backend, enforces policy, executes with fallback, verifies output, and records telemetry.
4
+
5
+ ## Why it exists
6
+
7
+ The subsystem re-iterates quantum/classical resource-orchestration ideas for practical everyday agent infrastructure:
8
+
9
+ - local Python runtimes;
10
+ - model providers;
11
+ - retrieval systems;
12
+ - browser/search tools;
13
+ - MCP-style tool servers;
14
+ - optional quantum simulators.
15
+
16
+ It does not require a quantum computer.
17
+
18
+ ## Governed Enterprise Change Agent Workflow
19
+
20
+ When used as the product control plane, Chimera Pilot drives one enterprise change loop:
21
+
22
+ 1. Ingest repo/document objective context.
23
+ 2. Compile objective to normalized `TaskSpec` units.
24
+ 3. Schedule and execute with fallback/parallel strategy ceilings based on autonomy profile.
25
+ 4. Enforce policy and production guardrails.
26
+ 5. Verify and emit confidence-bearing, audit-ready outputs for change review.
27
+
28
+ This shared flow is reused across Agentic Olympics, enterprise/security, IBM Bob, and AI GENESIS hackathon demos with track-specific framing.
29
+
30
+ ## Commands
31
+
32
+ ```bash
33
+ chimera-pilot status --include-deterministic-backend
34
+ chimera-pilot compile "retrieve memory about project"
35
+ chimera-pilot calibrate --include-deterministic-backend
36
+ chimera-pilot run "retrieve memory about project" --include-deterministic-backend
37
+ chimera-pilot model-profiles
38
+ ```
39
+
40
+ Use the local Conscious Workspace Retrieval store:
41
+
42
+ ```bash
43
+ chimera-pilot memory-add --memory-db .ghostchimera-memory.sqlite3 --source project-note --content "Ghost Chimera stores local project memory."
44
+ chimera-pilot memory-search --memory-db .ghostchimera-memory.sqlite3 "project memory"
45
+ chimera-pilot run "retrieve project memory" --memory-db .ghostchimera-memory.sqlite3 --include-deterministic-backend
46
+ ```
47
+
48
+ Python execution is denied by default:
49
+
50
+ ```bash
51
+ chimera-pilot run "python: print(2 + 3)"
52
+ ```
53
+
54
+ For trusted local code only:
55
+
56
+ ```bash
57
+ chimera-pilot run "python: print(2 + 3)" --allow-python
58
+ ```
59
+
60
+ Desktop control is denied by default:
61
+
62
+ ```bash
63
+ chimera-pilot run "click submit button" --enable-desktop-backend
64
+ ```
65
+
66
+ For explicit desktop-control opt-in and possess mode:
67
+
68
+ ```bash
69
+ chimera-pilot run "click submit button" --enable-desktop-backend --allow-desktop-control --ghost-mode possess
70
+ ```
71
+
72
+ Compiler shorthand prefixes are supported for desktop intent strength:
73
+
74
+ ```bash
75
+ chimera-pilot run "dryrun desktop: click submit button" --enable-desktop-backend --allow-desktop-control --ghost-mode possess
76
+ chimera-pilot run "live desktop: click submit button" --enable-desktop-backend --enable-live-desktop --allow-desktop-control --ghost-mode possess
77
+ ```
78
+
79
+ ## Built-in task kinds
80
+
81
+ - `reasoning`
82
+ - `code_edit`
83
+ - `test_run`
84
+ - `web_research`
85
+ - `file_analysis`
86
+ - `rag_query`
87
+ - `tool_call`
88
+ - `python`
89
+ - `quantum_sim`
90
+ - `desktop_control`
91
+
92
+ ## Built-in backends
93
+
94
+ - `DeterministicBackend` for CI, smoke checks, and fallback tests.
95
+ - `PythonRuntimeBackend` for trusted local Python/test execution.
96
+ - `PyQPanda3Backend` for optional pyqpanda3 quantum simulation when installed.
97
+ - `CWRBackend` for SQLite-backed local memory retrieval.
98
+ - `LlamaCppBackend` for optional GGUF reasoning when a local model path is provided.
99
+ - `DesktopRuntimeBackend` for dry-run desktop control (with explicit live constraints for real UI mutation).
100
+
101
+ ## Security
102
+
103
+ Local execution is policy-gated. See `SECURITY.md` before enabling Python, shell, filesystem mutation, or network tasks.
@@ -0,0 +1,39 @@
1
+ # Contributing
2
+
3
+ Thank you for contributing to Ghost Chimera.
4
+
5
+ ## Development setup
6
+
7
+ ```bash
8
+ python -m venv .venv
9
+ source .venv/bin/activate
10
+ python -m pip install -e '.[dev]'
11
+ python scripts/validate_release.py
12
+ ```
13
+
14
+ ## Engineering rules
15
+
16
+ - Keep changes small and directly tied to the issue.
17
+ - Do not refactor unrelated modules while fixing a bug.
18
+ - Add tests for new behavior.
19
+ - Keep local execution capabilities opt-in and policy-gated.
20
+ - Do not add proprietary code, private APIs, scraped licensed artifacts, or copied implementation details from external products.
21
+
22
+ ## Test requirements
23
+
24
+ Before opening a pull request, run:
25
+
26
+ ```bash
27
+ python -m unittest tests.test_chimera_pilot tests.test_release_package -v
28
+ python -m compileall ghostchimera tests
29
+ python scripts/validate_release.py
30
+ ```
31
+
32
+ ## Clean-room requirements
33
+
34
+ When implementing ideas inspired by external systems:
35
+
36
+ 1. Use public docs, papers, and open-source repositories only.
37
+ 2. Convert product-specific ideas into neutral architecture notes.
38
+ 3. Implement from the neutral spec, not from proprietary code.
39
+ 4. Add attribution or clean-room notes where appropriate.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Fernando Garza
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,5 @@
1
+ include README.md LICENSE NOTICE SECURITY.md CONTRIBUTING.md CHANGELOG.md CHIMERA_PILOT.md
2
+ recursive-include docs *.md
3
+ recursive-include scripts *.py
4
+ recursive-include tests *.py
5
+ include ghostchimera/py.typed
@@ -0,0 +1,29 @@
1
+ Ghost Chimera
2
+
3
+ Ghost Chimera includes Ghost-native MiniMind architecture metadata and optional
4
+ runtime adapter behavior derived from public MiniMind project documentation and
5
+ interfaces.
6
+
7
+ MiniMind source project: https://github.com/jingyaogong/minimind
8
+ Source commit reviewed: dddedc688121028dd8adab55b95d139ecd87205c
9
+ MiniMind license: Apache License 2.0
10
+
11
+ Ghost Chimera does not bundle MiniMind model weights. Local MiniMind inference
12
+ requires operator-provided weights and optional runtime dependencies.
13
+
14
+ Native Absorption
15
+
16
+ Ghost Chimera includes Ghost-native implementations inspired by the author's
17
+ adjacent projects:
18
+
19
+ - chimeralang-mcp: confidence gating, tamper-evident handoff, and
20
+ query-aware context compression ideas.
21
+ - ChimeraLang: belief confidence, variance guard, and operational reasoning
22
+ trace concepts.
23
+ - OpenDrop: local model source resolution, hardware posture, model inventory,
24
+ license posture, and quantization recommendation concepts.
25
+ - OpenChimera_v1: MCP capability normalization and operator sandbox journey
26
+ patterns.
27
+
28
+ These capabilities are implemented inside Ghost Chimera and do not require
29
+ those repositories as runtime dependencies.