LICENSE
MANIFEST.in
README.md
fable_compressor.py
fable_mode_entry.py
pyproject.toml
setup.py
docs/ai-evidence-adjudicator.md
docs/fable-v1-v2-migration.md
docs/fable-v2-architecture.md
docs/stop-ai-agents-writing-too-early.md
docs/system3-architecture.md
fable_engine/__init__.py
fable_engine/adjudicator.py
fable_engine/browser.py
fable_engine/cas.py
fable_engine/fable_session.json
fable_engine/guards.py
fable_engine/schema.py
fable_engine/server.py
fable_engine/session.py
fable_engine/test_server.py
fable_engine/updater.py
fable_engine.egg-info/PKG-INFO
fable_engine.egg-info/SOURCES.txt
fable_engine.egg-info/dependency_links.txt
fable_engine.egg-info/entry_points.txt
fable_engine.egg-info/top_level.txt
fable_engine/actions/__init__.py
fable_engine/actions/cas.py
fable_engine/actions/deliberation.py
fable_engine/actions/fleet.py
fable_engine/actions/lifecycle.py
fable_engine/actions/scrapers.py
fable_engine/actions/system3.py
fable_engine/scrapers/__init__.py
fable_engine/scrapers/arxiv.py
fable_engine/scrapers/base.py
fable_engine/scrapers/github.py
fable_engine/scrapers/reddit.py
fable_engine/scrapers/web.py
fable_engine/scrapers/x.py
fable_engine/scrapers/youtube.py
fable_mode/__init__.py
fable_mode/__main__.py
fable_mode/adapters.py
fable_mode/installer.py
fable_mode/launcher.py
fable_mode/manifest.py
fable_mode/resources.json
fable_mode/safety.py
fable_mode/skill_bundle.py
fable_v2/__init__.py
fable_v2/adapters.py
fable_v2/execution_broker.py
fable_v2/proof_engine.py
fable_v2/protocol.py
fable_v2/runtime.py
fable_v2/verifiers.py
fable_v2/coder_fleet/__init__.py
fable_v2/coder_fleet/ast_tools.py
fable_v2/coder_fleet/compute.py
fable_v2/coder_fleet/design_engine.py
fable_v2/coder_fleet/diagnostics.py
fable_v2/coder_fleet/fleet_dispatcher.py
fable_v2/coder_fleet/mock_auditor.py
fable_v2/coder_fleet/mutation.py
fable_v2/coder_fleet/property_oracle.py
fable_v2/coder_fleet/receipt_attestor.py
fable_v2/coder_fleet/red_team_swarm.py
fable_v2/coder_fleet/sandbox_executor.py
fable_v2/coder_fleet/test_harness.py
fable_v2/coder_fleet/vector_engine.py
fable_v2/coder_fleet/visual.py
fable_v2/coder_fleet/workspace.py
fable_v2/cortical/__init__.py
fable_v2/cortical/plasticity_engine.py
fable_v2/system3/__init__.py
fable_v2/system3/causal.py
fable_v2/system3/dialectical.py
fable_v2/system3/evolution.py
fable_v2/system3/executive.py
fable_v2/system3/free_energy.py
fable_v2/system3/hyperbolic.py
fable_v2/system3/induction.py
fable_v2/system3/kripke.py
fable_v2/system3/oracle.py
rules/AGENTS.md
rules/GEMINI.md
rules/fable-mode.md
skills/fable-mode/SKILL.md
skills/fable-mode/cortex/concurrency.md
skills/fable-mode/cortex/design_3d.md
skills/fable-mode/cortex/frontend_design.md
skills/fable-mode/cortex/process.md
skills/fable-mode/cortex/python.md
skills/fable-mode/cortex/research.md
skills/fable-mode/cortex/rust.md
skills/fable-mode/cortex/security.md
skills/fable-mode/cortex/synaptic_matrix.json
skills/fable-mode/cortex/system.md
skills/fable-mode/cortex/target.md
skills/fable-mode/examples/autonomous-agentic-migration.md
skills/fable-mode/examples/breakthrough-algorithm-synthesis.md
skills/fable-mode/examples/deepthink-analysis-proof.md
skills/fable-mode/examples/distributed-system-design.md
skills/fable-mode/examples/swe-bench-pro-debugging.md
skills/fable-mode/examples/weak_model_ollama_setup.md
skills/fable-mode/references/aaa-threejs-game-engine.md
skills/fable-mode/references/adversarial-code-review-swarm.md
skills/fable-mode/references/agentic-execution.md
skills/fable-mode/references/anti-slop-frontend-architecture.md
skills/fable-mode/references/architectural-blueprinting.md
skills/fable-mode/references/cinematic-design-engine.md
skills/fable-mode/references/cognitive-protocol.md
skills/fable-mode/references/deepthink-mode.md
skills/fable-mode/references/design-system.md
skills/fable-mode/references/design-tokens-and-typographies.md
skills/fable-mode/references/goal-rubric-and-pipeline-automation.md
skills/fable-mode/references/hebbian-cortical-plasticity.md
skills/fable-mode/references/innovation-engine.md
skills/fable-mode/references/interleaved-verification.md
skills/fable-mode/references/model-velocity-calibration.md
skills/fable-mode/references/prompt-scaffolds.md
skills/fable-mode/references/proof-architecture.md
skills/fable-mode/references/svg-craft-and-vector-design.md
skills/fable-mode/references/system2-session-engine.md
skills/fable-mode/references/system3-meta-cognition.md
skills/fable-mode/references/visual-imagination-engine.md
skills/fable-mode/references/weak-model-frontier-uplift.md
tests/__init__.py
tests/test_adjudicator.py
tests/test_anti_loop_circuit_breaker.py
tests/test_auto_updater.py
tests/test_coder_fleet.py
tests/test_delegation_compiler.py
tests/test_descriptor_boundaries.py
tests/test_design_engine.py
tests/test_epistemic_evidence_validator.py
tests/test_execution_broker.py
tests/test_fable_v2.py
tests/test_fleet_transitions.py
tests/test_fsm_redteam_evolution.py
tests/test_goal_rubric_and_pipeline.py
tests/test_hebbian_plasticity.py
tests/test_packaging_runtime.py
tests/test_proof_engine.py
tests/test_red_team_seal_path.py
tests/test_red_team_swarm.py
tests/test_redteam_remediation.py
tests/test_registration_transaction.py
tests/test_requested_regressions.py
tests/test_scrapers.py
tests/test_server_actions.py
tests/test_server_frontier_actions.py
tests/test_server_protocol.py
tests/test_shell_call.py
tests/test_skill_distribution.py
tests/test_stealth_browser.py
tests/test_system3.py
tests/test_system3_deep_integration.py
tests/test_system3_frontier.py
tests/test_vector_engine.py