LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
2ndopinion.egg-info/PKG-INFO
2ndopinion.egg-info/SOURCES.txt
2ndopinion.egg-info/dependency_links.txt
2ndopinion.egg-info/entry_points.txt
2ndopinion.egg-info/requires.txt
2ndopinion.egg-info/top_level.txt
afs/__init__.py
afs/analysis/__init__.py
afs/analysis/cluster_detection.py
afs/behavior/__init__.py
afs/bridge/__init__.py
afs/bridge/cli.py
afs/calibrator/__init__.py
afs/calibrator/homeostasis.py
afs/compiler/__init__.py
afs/compiler/domain_analyzer.py
afs/compiler/field_compiler.py
afs/compiler/world_model_translator.py
afs/core/__init__.py
afs/core/afs_engine.py
afs/core/config.py
afs/core/field_definition.py
afs/core/inverse_colony.py
afs/core/output_wm.py
afs/core/spatial_index.py
afs/entities/__init__.py
afs/entities/cell.py
afs/entities/concept.py
afs/gpu/__init__.py
afs/gpu/colony_bridge.py
afs/gpu/concept_gravity.wgsl
afs/gpu/mantissa_pack.wgsl
afs/gpu/position_update.wgsl
afs/gpu/sb_bios.py
afs/gpu/sb_clustering.wgsl
afs/gpu/sb_clustering_kernel.py
afs/gpu/sb_colony.wgsl
afs/gpu/sb_colony_block.wgsl
afs/gpu/sb_colony_block_kernel.py
afs/gpu/sb_colony_kernel.py
afs/gpu/sb_compute_benchmark.py
afs/gpu/sb_compute_ops.wgsl
afs/gpu/sb_crypto_benchmark.py
afs/gpu/sb_extended_precision.py
afs/gpu/sb_fabric.py
afs/gpu/sb_fabric_circuit_fused.wgsl
afs/gpu/sb_fabric_compact.wgsl
afs/gpu/sb_fabric_convolve.wgsl
afs/gpu/sb_fabric_fft.wgsl
afs/gpu/sb_fabric_histogram.wgsl
afs/gpu/sb_fabric_pipeline.py
afs/gpu/sb_fabric_primitives.py
afs/gpu/sb_fabric_reduce.wgsl
afs/gpu/sb_fabric_scan.wgsl
afs/gpu/sb_fabric_scatter_gather.wgsl
afs/gpu/sb_fabric_segmented.wgsl
afs/gpu/sb_fabric_sparse.wgsl
afs/gpu/sb_fabric_stencil.wgsl
afs/gpu/sb_float128_pack.wgsl
afs/gpu/sb_fused_pipeline.py
afs/gpu/sb_gpu_kernel.py
afs/gpu/sb_homeostasis.wgsl
afs/gpu/sb_homeostasis_kernel.py
afs/gpu/sb_metabolism.wgsl
afs/gpu/sb_mine_runner.py
afs/gpu/sb_miner.py
afs/gpu/sb_miner.wgsl
afs/gpu/sb_noise_gen.wgsl
afs/gpu/sb_numpy.py
afs/gpu/sb_numpy_v2.py
afs/gpu/sb_pack_transfer.wgsl
afs/gpu/sb_precision_analysis.py
afs/gpu/sb_sha256.wgsl
afs/gpu/sb_spectral_bridge.py
afs/gpu/sb_spectral_cpu.py
afs/gpu/sb_spectral_cpu_fused.wgsl
afs/gpu/sb_spectral_sha256.py
afs/gpu/sb_spectral_sha256_fused.wgsl
afs/gpu/sb_strategy_extract.wgsl
afs/gpu/sb_tiled_matmul.wgsl
afs/gpu/sb_tiled_matmul_benchmark.py
afs/gpu/sb_v2_benchmark.py
afs/gpu/sb_world_model.wgsl
afs/gpu/similarity_forces.wgsl
afs/gpu/wgpu_force_kernel.py
afs/livenet/__init__.py
afs/livenet/node.py
afs/mcp/__init__.py
afs/mcp/cli.py
afs/mcp/server.py
afs/store/__init__.py
afs/store/ablation_store.py
afs/store/corpus_search.py
afs/store/share_store.py
afs/store/world_model_store.py
tests/test_ablation.py
tests/test_colony_block.py
tests/test_compiler.py
tests/test_core.py
tests/test_gpu.py
tests/test_homeostasis.py
tests/test_inverse_colony.py
tests/test_mcp_server.py
tests/test_output_wm.py
tests/test_p9_child_sims.py
tests/test_sb_bios.py
tests/test_sb_fabric.py
tests/test_sb_fabric_api.py
tests/test_sb_fabric_pipeline.py
tests/test_sb_full_pipeline.py
tests/test_sb_homeostasis.py
tests/test_sb_spectral_bridge.py
tests/test_sb_spectral_cpu.py
tests/test_sb_spectral_sha256.py
tests/test_sb_virtual_fpga.py
tests/test_sensitivity.py
tests/test_share.py