LICENSE
README.md
pyproject.toml
swarm/__init__.py
swarm/__main__.py
swarm/py.typed
swarm/agents/__init__.py
swarm/agents/adaptive_adversary.py
swarm/agents/adversarial.py
swarm/agents/base.py
swarm/agents/council_agent.py
swarm/agents/deceptive.py
swarm/agents/honest.py
swarm/agents/ldt_agent.py
swarm/agents/llm_agent.py
swarm/agents/llm_config.py
swarm/agents/llm_prompts.py
swarm/agents/memory_agent.py
swarm/agents/memory_config.py
swarm/agents/modeling_adversary.py
swarm/agents/moltbook_agent.py
swarm/agents/opportunistic.py
swarm/agents/rain_river.py
swarm/agents/rlm_agent.py
swarm/agents/scholar_agent.py
swarm/agents/skill_evolving.py
swarm/agents/skillrl_agent.py
swarm/agents/wiki_editor.py
swarm/agents/roles/__init__.py
swarm/agents/roles/moderator.py
swarm/agents/roles/planner.py
swarm/agents/roles/poster.py
swarm/agents/roles/verifier.py
swarm/agents/roles/worker.py
swarm/analysis/__init__.py
swarm/analysis/aggregation.py
swarm/analysis/dashboard.py
swarm/analysis/export.py
swarm/analysis/plots.py
swarm/analysis/streamlit_app.py
swarm/analysis/sweep.py
swarm/api/__init__.py
swarm/api/app.py
swarm/api/config.py
swarm/api/flask_app.py
swarm/api/middleware/__init__.py
swarm/api/models/__init__.py
swarm/api/models/agent.py
swarm/api/models/scenario.py
swarm/api/models/simulation.py
swarm/api/routers/__init__.py
swarm/api/routers/agents.py
swarm/api/routers/health.py
swarm/api/routers/scenarios.py
swarm/api/routers/simulations.py
swarm/boundaries/__init__.py
swarm/boundaries/external_world.py
swarm/boundaries/information_flow.py
swarm/boundaries/leakage.py
swarm/boundaries/permeability.py
swarm/boundaries/policies.py
swarm/bridges/__init__.py
swarm/bridges/claude_code/__init__.py
swarm/bridges/claude_code/agent.py
swarm/bridges/claude_code/bridge.py
swarm/bridges/claude_code/client.py
swarm/bridges/claude_code/events.py
swarm/bridges/claude_code/policy.py
swarm/bridges/concordia/__init__.py
swarm/bridges/concordia/adapter.py
swarm/bridges/concordia/config.py
swarm/bridges/concordia/events.py
swarm/bridges/concordia/game_master.py
swarm/bridges/concordia/judge.py
swarm/bridges/concordia/multiverse.py
swarm/bridges/concordia/narratives.py
swarm/bridges/concordia/simulacra.py
swarm/bridges/gastown/__init__.py
swarm/bridges/gastown/agent.py
swarm/bridges/gastown/beads.py
swarm/bridges/gastown/bridge.py
swarm/bridges/gastown/config.py
swarm/bridges/gastown/events.py
swarm/bridges/gastown/git_observer.py
swarm/bridges/gastown/mapper.py
swarm/bridges/gastown/policy.py
swarm/bridges/live_swe/__init__.py
swarm/bridges/live_swe/agent.py
swarm/bridges/live_swe/bridge.py
swarm/bridges/live_swe/client.py
swarm/bridges/live_swe/events.py
swarm/bridges/live_swe/policy.py
swarm/bridges/live_swe/tracker.py
swarm/bridges/openclaw/__init__.py
swarm/bridges/openclaw/config.py
swarm/bridges/openclaw/job_queue.py
swarm/bridges/openclaw/schemas.py
swarm/bridges/openclaw/service.py
swarm/bridges/openclaw/skill.py
swarm/bridges/prime_intellect/__init__.py
swarm/bridges/prime_intellect/bridge.py
swarm/bridges/prime_intellect/client.py
swarm/bridges/prime_intellect/config.py
swarm/bridges/prime_intellect/environment.py
swarm/bridges/prime_intellect/events.py
swarm/bridges/prime_intellect/rewards.py
swarm/bridges/prime_intellect/scoring.py
swarm/bridges/ralph/__init__.py
swarm/bridges/ralph/bridge.py
swarm/bridges/ralph/config.py
swarm/bridges/ralph/events.py
swarm/bridges/ralph/mapper.py
swarm/bridges/worktree/__init__.py
swarm/bridges/worktree/__main__.py
swarm/bridges/worktree/bridge.py
swarm/bridges/worktree/config.py
swarm/bridges/worktree/events.py
swarm/bridges/worktree/executor.py
swarm/bridges/worktree/mapper.py
swarm/bridges/worktree/policy.py
swarm/bridges/worktree/sandbox.py
swarm/core/__init__.py
swarm/core/boundary_handler.py
swarm/core/core_interaction_handler.py
swarm/core/cuda_analyzer.py
swarm/core/cuda_templates.py
swarm/core/feed_handler.py
swarm/core/handler.py
swarm/core/handler_registry.py
swarm/core/interaction_finalizer.py
swarm/core/kernel_handler.py
swarm/core/marketplace_handler.py
swarm/core/memory_handler.py
swarm/core/memory_observables.py
swarm/core/moltbook_handler.py
swarm/core/moltbook_observables.py
swarm/core/moltipedia_handler.py
swarm/core/moltipedia_observables.py
swarm/core/observable_generator.py
swarm/core/observation_builder.py
swarm/core/orchestrator.py
swarm/core/payoff.py
swarm/core/proxy.py
swarm/core/proxy_auditor.py
swarm/core/pseudo_verifiers.py
swarm/core/redteam_inspector.py
swarm/core/scholar_handler.py
swarm/core/sigmoid.py
swarm/core/skill_handler.py
swarm/core/task_handler.py
swarm/council/__init__.py
swarm/council/config.py
swarm/council/prompts.py
swarm/council/protocol.py
swarm/council/ranking.py
swarm/csm/__init__.py
swarm/csm/identity.py
swarm/csm/matching.py
swarm/csm/metrics.py
swarm/csm/negotiation.py
swarm/csm/platform_access.py
swarm/csm/plots.py
swarm/csm/runner.py
swarm/csm/search_purchase.py
swarm/csm/types.py
swarm/env/__init__.py
swarm/env/auction.py
swarm/env/composite_tasks.py
swarm/env/feed.py
swarm/env/hfn.py
swarm/env/marketplace.py
swarm/env/memory_tiers.py
swarm/env/mission.py
swarm/env/moltbook.py
swarm/env/moltbook_catalog.py
swarm/env/network.py
swarm/env/state.py
swarm/env/tasks.py
swarm/env/wiki.py
swarm/env/wiki_catalog.py
swarm/env/simulated_apis/__init__.py
swarm/env/simulated_apis/adversary.py
swarm/env/simulated_apis/gating.py
swarm/env/simulated_apis/logging.py
swarm/env/simulated_apis/metrics.py
swarm/env/simulated_apis/service.py
swarm/env/simulated_apis/spec.py
swarm/env/simulated_apis/suite.py
swarm/env/simulated_apis/templates.py
swarm/env/simulated_apis/domains/__init__.py
swarm/env/simulated_apis/domains/iam.py
swarm/env/simulated_apis/domains/incident_response.py
swarm/env/simulated_apis/domains/payments.py
swarm/evaluation/__init__.py
swarm/evaluation/evaluators.py
swarm/evaluation/models.py
swarm/evaluation/pipeline.py
swarm/evaluation/rubric.py
swarm/evaluation/schema.py
swarm/forecaster/__init__.py
swarm/forecaster/features.py
swarm/forecaster/model.py
swarm/governance/__init__.py
swarm/governance/admission.py
swarm/governance/audits.py
swarm/governance/circuit_breaker.py
swarm/governance/collusion.py
swarm/governance/config.py
swarm/governance/council_lever.py
swarm/governance/decomposition.py
swarm/governance/diversity.py
swarm/governance/dynamic_friction.py
swarm/governance/engine.py
swarm/governance/ensemble.py
swarm/governance/identity_lever.py
swarm/governance/incoherence_breaker.py
swarm/governance/levers.py
swarm/governance/memory.py
swarm/governance/moderator_lever.py
swarm/governance/moltbook.py
swarm/governance/moltipedia.py
swarm/governance/reputation.py
swarm/governance/security.py
swarm/governance/taxes.py
swarm/governance/transparency.py
swarm/logging/__init__.py
swarm/logging/event_bus.py
swarm/logging/event_log.py
swarm/logging/prompt_audit.py
swarm/metrics/__init__.py
swarm/metrics/capabilities.py
swarm/metrics/collusion.py
swarm/metrics/horizon_eval.py
swarm/metrics/incoherence.py
swarm/metrics/memory_metrics.py
swarm/metrics/moltbook_metrics.py
swarm/metrics/moltipedia_metrics.py
swarm/metrics/reporters.py
swarm/metrics/rlm_metrics.py
swarm/metrics/scholar_metrics.py
swarm/metrics/security.py
swarm/metrics/soft_metrics.py
swarm/metrics/time_horizons.py
swarm/models/__init__.py
swarm/models/agent.py
swarm/models/events.py
swarm/models/identity.py
swarm/models/interaction.py
swarm/models/kernel.py
swarm/models/schemas.py
swarm/models/scholar.py
swarm/redteam/__init__.py
swarm/redteam/attacks.py
swarm/redteam/evaluator.py
swarm/redteam/metrics.py
swarm/replay/__init__.py
swarm/replay/episode_spec.py
swarm/replay/runner.py
swarm/research/__init__.py
swarm/research/agentrxiv_server.py
swarm/research/agents.py
swarm/research/annotator.py
swarm/research/pdf_export.py
swarm/research/platforms.py
swarm/research/quality.py
swarm/research/reflexivity.py
swarm/research/scenario_gen.py
swarm/research/submission.py
swarm/research/validation.py
swarm/research/workflow.py
swarm/research/swarm_papers/__init__.py
swarm/research/swarm_papers/agentrxiv_bridge.py
swarm/research/swarm_papers/memory.py
swarm/research/swarm_papers/paper.py
swarm/research/swarm_papers/review_store.py
swarm/research/swarm_papers/track_a.py
swarm/scenarios/__init__.py
swarm/scenarios/loader.py
swarm/scripts/__init__.py
swarm/scripts/__main__.py
swarm/scripts/analyze.py
swarm/scripts/publish_moltbook.py
swarm/skills/__init__.py
swarm/skills/evolution.py
swarm/skills/governance.py
swarm/skills/library.py
swarm/skills/metrics.py
swarm/skills/model.py
swarm_safety.egg-info/PKG-INFO
swarm_safety.egg-info/SOURCES.txt
swarm_safety.egg-info/dependency_links.txt
swarm_safety.egg-info/entry_points.txt
swarm_safety.egg-info/requires.txt
swarm_safety.egg-info/top_level.txt
tests/test_agent_roles.py
tests/test_agentrxiv.py
tests/test_agents.py
tests/test_agentxiv_bridge.py
tests/test_analysis.py
tests/test_api.py
tests/test_auction.py
tests/test_boundaries.py
tests/test_capabilities.py
tests/test_claude_code_bridge.py
tests/test_claude_code_runner.py
tests/test_clawxiv_platforms.py
tests/test_cli.py
tests/test_collusion.py
tests/test_concordia_bridge.py
tests/test_concordia_sweep.py
tests/test_council.py
tests/test_council_agent.py
tests/test_council_lever.py
tests/test_coverage_boost.py
tests/test_coverage_boost2.py
tests/test_coverage_boost3.py
tests/test_csm.py
tests/test_cuda_analyzer.py
tests/test_dashboard.py
tests/test_diversity.py
tests/test_env.py
tests/test_evaluation.py
tests/test_event_bus.py
tests/test_event_log.py
tests/test_forecaster.py
tests/test_gastown_bridge.py
tests/test_governance.py
tests/test_governance_memory.py
tests/test_governance_mvp_sweep.py
tests/test_handler_registry.py
tests/test_hfn.py
tests/test_horizon_eval.py
tests/test_identity.py
tests/test_illusion_delta_minimal_example.py
tests/test_incoherence_metrics.py
tests/test_integration.py
tests/test_kernel_handler.py
tests/test_ldt_agent.py
tests/test_live_swe_bridge.py
tests/test_llm_agent.py
tests/test_marketplace.py
tests/test_memory_metrics.py
tests/test_metrics.py
tests/test_mission.py
tests/test_modeling_adversary.py
tests/test_moltbook.py
tests/test_moltbook_catalog.py
tests/test_moltbook_governance.py
tests/test_moltbook_integration.py
tests/test_moltbook_metrics.py
tests/test_moltbook_scenario.py
tests/test_moltipedia_governance.py
tests/test_moltipedia_integration.py
tests/test_moltipedia_metrics.py
tests/test_moltipedia_scenario.py
tests/test_network.py
tests/test_openclaw_bridge.py
tests/test_orchestrator.py
tests/test_payoff.py
tests/test_peer_review.py
tests/test_permeability.py
tests/test_prime_intellect_bridge.py
tests/test_prompt_audit.py
tests/test_property_based.py
tests/test_proxy.py
tests/test_proxy_auditor.py
tests/test_rain_river.py
tests/test_ralph_bridge.py
tests/test_redteam.py
tests/test_replay_runner.py
tests/test_rlm_agent.py
tests/test_rlm_metrics.py
tests/test_scenarios.py
tests/test_scholar.py
tests/test_security.py
tests/test_simulated_apis.py
tests/test_skillrl.py
tests/test_skills.py
tests/test_social_simulacra.py
tests/test_submission_validator.py
tests/test_success_criteria.py
tests/test_swarm_papers_memory.py
tests/test_sweep.py
tests/test_time_horizons.py
tests/test_vae_integration.py
tests/test_wiki.py
tests/test_wiki_catalog.py
tests/test_worktree_bridge.py