LICENSE
README.md
pyproject.toml
swarm/__init__.py
swarm/__main__.py
swarm/py.typed
swarm-ara-pilot-v2/validate.py
swarm-ara-pilot-v2/src/execution/payoff_engine.py
swarm-ara-pilot-v2/src/execution/proxy_computer.py
swarm-ara-pilot-v2/src/execution/soft_metrics.py
swarm/agentgit/__init__.py
swarm/agentgit/__main__.py
swarm/agentgit/bundle.py
swarm/agentgit/capabilities.py
swarm/agentgit/git.py
swarm/agentgit/identity.py
swarm/agentgit/policy.py
swarm/agents/__init__.py
swarm/agents/adaptive_adversary.py
swarm/agents/adversarial.py
swarm/agents/awm_agent.py
swarm/agents/base.py
swarm/agents/behavioral.py
swarm/agents/cautious_reciprocator.py
swarm/agents/coding_agent.py
swarm/agents/council_agent.py
swarm/agents/crewai_adapter.py
swarm/agents/deceptive.py
swarm/agents/honest.py
swarm/agents/hyperagent_self_mod.py
swarm/agents/ldt_agent.py
swarm/agents/letta_agent.py
swarm/agents/llm_agent.py
swarm/agents/llm_config.py
swarm/agents/llm_health.py
swarm/agents/llm_prompts.py
swarm/agents/memori_middleware.py
swarm/agents/memory_agent.py
swarm/agents/memory_config.py
swarm/agents/modeling_adversary.py
swarm/agents/moltbook_agent.py
swarm/agents/negotiation_agent.py
swarm/agents/obfuscating.py
swarm/agents/opportunistic.py
swarm/agents/performance_tracker.py
swarm/agents/rain_river.py
swarm/agents/ralph_agent.py
swarm/agents/rivals_agent.py
swarm/agents/rlm_agent.py
swarm/agents/scholar_agent.py
swarm/agents/self_optimizer.py
swarm/agents/skill_evolving.py
swarm/agents/skillrl_agent.py
swarm/agents/swarms_adapter.py
swarm/agents/threshold_dancer.py
swarm/agents/tierra_agent.py
swarm/agents/wiki_editor.py
swarm/agents/work_regime_agent.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/adverse_selection.py
swarm/analysis/aggregation.py
swarm/analysis/animate.py
swarm/analysis/autoresearch.py
swarm/analysis/comparison.py
swarm/analysis/dashboard.py
swarm/analysis/dashboard_cards.py
swarm/analysis/distributions.py
swarm/analysis/dolt_export.py
swarm/analysis/enhanced_dashboard.py
swarm/analysis/evolver.py
swarm/analysis/export.py
swarm/analysis/figure_export.py
swarm/analysis/gepa_optimizer.py
swarm/analysis/governance_arena.py
swarm/analysis/heatmaps.py
swarm/analysis/network.py
swarm/analysis/phylogeny.py
swarm/analysis/plots.py
swarm/analysis/sankey.py
swarm/analysis/scatter.py
swarm/analysis/spatial.py
swarm/analysis/streamlit_app.py
swarm/analysis/sweep.py
swarm/analysis/tax_schedule.py
swarm/analysis/theme.py
swarm/analysis/timeseries.py
swarm/analysis/trust_dynamics.py
swarm/analysis/trust_network.py
swarm/api/__init__.py
swarm/api/action_queue.py
swarm/api/app.py
swarm/api/config.py
swarm/api/event_bus.py
swarm/api/flask_app.py
swarm/api/persistence.py
swarm/api/validation.py
swarm/api/middleware/__init__.py
swarm/api/middleware/auth.py
swarm/api/middleware/error_handler.py
swarm/api/middleware/trace.py
swarm/api/models/__init__.py
swarm/api/models/action.py
swarm/api/models/agent.py
swarm/api/models/attestation.py
swarm/api/models/error.py
swarm/api/models/post.py
swarm/api/models/run.py
swarm/api/models/scenario.py
swarm/api/models/simulation.py
swarm/api/routers/__init__.py
swarm/api/routers/agents.py
swarm/api/routers/attestation.py
swarm/api/routers/auditor.py
swarm/api/routers/governance.py
swarm/api/routers/health.py
swarm/api/routers/metrics.py
swarm/api/routers/posts.py
swarm/api/routers/runs.py
swarm/api/routers/scenarios.py
swarm/api/routers/simulations.py
swarm/attestation/__init__.py
swarm/attestation/middleware.py
swarm/attestation/receipt.py
swarm/attestation/relay.py
swarm/attestation/signer.py
swarm/benchmarks/__init__.py
swarm/benchmarks/autoharness.py
swarm/benchmarks/base.py
swarm/benchmarks/governance_run_fns.py
swarm/benchmarks/runner.py
swarm/benchmarks/allocation/__init__.py
swarm/benchmarks/allocation/resource_auction.py
swarm/benchmarks/coordination/__init__.py
swarm/benchmarks/coordination/distributed_allocation.py
swarm/benchmarks/long_horizon/__init__.py
swarm/benchmarks/long_horizon/pipeline_task.py
swarm/benchmarks/payment/__init__.py
swarm/benchmarks/payment/authority_boundaries.py
swarm/benchmarks/payment/cross_rail_routing.py
swarm/benchmarks/payment/delegated_spending.py
swarm/benchmarks/payment/escrow_milestone.py
swarm/benchmarks/payment/multi_agent_collusion.py
swarm/benchmarks/payment/prompt_injection.py
swarm/benchmarks/payment/swarm_treasury.py
swarm/benchmarks/payment/types.py
swarm/benchmarks/routing/__init__.py
swarm/benchmarks/routing/message_routing.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/aeon/__init__.py
swarm/bridges/aeon/__main__.py
swarm/bridges/aeon/client.py
swarm/bridges/aeon/config.py
swarm/bridges/aeon/mapper.py
swarm/bridges/aeon/metrics.py
swarm/bridges/aeon/runner.py
swarm/bridges/agent_lab/__init__.py
swarm/bridges/agent_lab/bridge.py
swarm/bridges/agent_lab/client.py
swarm/bridges/agent_lab/config.py
swarm/bridges/agent_lab/events.py
swarm/bridges/agent_lab/mapper.py
swarm/bridges/agent_lab/policy.py
swarm/bridges/agent_lab/refinement.py
swarm/bridges/agent_lab/runner.py
swarm/bridges/ai_scientist/__init__.py
swarm/bridges/ai_scientist/bridge.py
swarm/bridges/ai_scientist/client.py
swarm/bridges/ai_scientist/config.py
swarm/bridges/ai_scientist/events.py
swarm/bridges/ai_scientist/mapper.py
swarm/bridges/ai_scientist/policy.py
swarm/bridges/autogpt/__init__.py
swarm/bridges/autogpt/bridge.py
swarm/bridges/autogpt/config.py
swarm/bridges/awm/__init__.py
swarm/bridges/awm/adapter_server.py
swarm/bridges/awm/config.py
swarm/bridges/awm/mcp_client.py
swarm/bridges/awm/observable_mapper.py
swarm/bridges/awm/server_manager.py
swarm/bridges/awm/verifier_bridge.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/dilemma_narratives.py
swarm/bridges/concordia/entity_agent.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/crewai/__init__.py
swarm/bridges/crewai/bridge.py
swarm/bridges/crewai/config.py
swarm/bridges/evoskill/__init__.py
swarm/bridges/evoskill/bridge.py
swarm/bridges/evoskill/config.py
swarm/bridges/evoskill/frontier.py
swarm/bridges/evoskill/governed_eval.py
swarm/bridges/evoskill/translator.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/gitlawb/__init__.py
swarm/bridges/gitlawb/__main__.py
swarm/bridges/gitlawb/client.py
swarm/bridges/gitlawb/config.py
swarm/bridges/gitlawb/mapper.py
swarm/bridges/gitlawb/metrics.py
swarm/bridges/gitlawb/runner.py
swarm/bridges/hodoscope/__init__.py
swarm/bridges/hodoscope/bridge.py
swarm/bridges/hodoscope/config.py
swarm/bridges/hodoscope/mapper.py
swarm/bridges/langchain/__init__.py
swarm/bridges/langchain/bridge.py
swarm/bridges/langchain/config.py
swarm/bridges/langgraph_swarm/__init__.py
swarm/bridges/langgraph_swarm/governed_swarm.py
swarm/bridges/langgraph_swarm/study_agents.py
swarm/bridges/letta/__init__.py
swarm/bridges/letta/client.py
swarm/bridges/letta/config.py
swarm/bridges/letta/lifecycle.py
swarm/bridges/letta/memory_mapper.py
swarm/bridges/letta/response_parser.py
swarm/bridges/letta/server_manager.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/mesa/__init__.py
swarm/bridges/mesa/bridge.py
swarm/bridges/mesa/config.py
swarm/bridges/miroshark/__init__.py
swarm/bridges/miroshark/__main__.py
swarm/bridges/miroshark/client.py
swarm/bridges/miroshark/config.py
swarm/bridges/miroshark/mapper.py
swarm/bridges/miroshark/metrics.py
swarm/bridges/miroshark/runner.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/opensandbox/__init__.py
swarm/bridges/opensandbox/bridge.py
swarm/bridges/opensandbox/config.py
swarm/bridges/opensandbox/events.py
swarm/bridges/opensandbox/mapper.py
swarm/bridges/opensandbox/message_bus.py
swarm/bridges/opensandbox/observer.py
swarm/bridges/opensandbox/provenance.py
swarm/bridges/opensandbox/screener.py
swarm/bridges/pettingzoo/__init__.py
swarm/bridges/pettingzoo/config.py
swarm/bridges/pettingzoo/environment.py
swarm/bridges/pettingzoo/events.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/rag/__init__.py
swarm/bridges/rag/__main__.py
swarm/bridges/rag/backend.py
swarm/bridges/rag/cli.py
swarm/bridges/rag/config.py
swarm/bridges/rag/indexer.py
swarm/bridges/rag/retriever.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/sciagentgym/__init__.py
swarm/bridges/sciagentgym/config.py
swarm/bridges/sciagentgym/environment.py
swarm/bridges/sciagentgym/governance.py
swarm/bridges/sciagentgym/manager.py
swarm/bridges/sciagentgym/provider.py
swarm/bridges/sciagentgym/toolkit.py
swarm/bridges/sciagentgym/workspace.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/bridges/worktree/sandbox_launch.py
swarm/chain/__init__.py
swarm/chain/attestation.py
swarm/contracts/__init__.py
swarm/contracts/behavioral.py
swarm/contracts/contract.py
swarm/contracts/market.py
swarm/contracts/metrics.py
swarm/core/__init__.py
swarm/core/agent_scheduler.py
swarm/core/awm_handler.py
swarm/core/behavioral_profiler.py
swarm/core/boundary_handler.py
swarm/core/coding_handler.py
swarm/core/composition_analyzer.py
swarm/core/core_interaction_handler.py
swarm/core/cuda_analyzer.py
swarm/core/cuda_templates.py
swarm/core/docker_sandbox.py
swarm/core/dynamic_toxicity.py
swarm/core/eval_trace_adapter.py
swarm/core/evo_game_handler.py
swarm/core/feed_handler.py
swarm/core/handler.py
swarm/core/handler_factory.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/middleware.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/perturbation.py
swarm/core/proxy.py
swarm/core/proxy_auditor.py
swarm/core/pseudo_verifiers.py
swarm/core/redteam_inspector.py
swarm/core/resource_negotiation_handler.py
swarm/core/rivals_handler.py
swarm/core/rivals_tasks.py
swarm/core/sandbox.py
swarm/core/scholar_handler.py
swarm/core/sigmoid.py
swarm/core/skill_handler.py
swarm/core/spawn.py
swarm/core/task_handler.py
swarm/core/tierra_handler.py
swarm/council/__init__.py
swarm/council/config.py
swarm/council/prompts.py
swarm/council/protocol.py
swarm/council/ranking.py
swarm/council/study_evaluator.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/detection/__init__.py
swarm/detection/curves.py
swarm/detection/degradation.py
swarm/detection/detectors.py
swarm/detection/experiment.py
swarm/detection/market.py
swarm/detection/stats.py
swarm/domains/__init__.py
swarm/domains/escalation_sandbox/__init__.py
swarm/domains/escalation_sandbox/agents.py
swarm/domains/escalation_sandbox/config.py
swarm/domains/escalation_sandbox/entities.py
swarm/domains/escalation_sandbox/env.py
swarm/domains/escalation_sandbox/metrics.py
swarm/domains/escalation_sandbox/run_scenario.py
swarm/domains/escalation_sandbox/runner.py
swarm/domains/gather_trade_build/__init__.py
swarm/domains/gather_trade_build/agents.py
swarm/domains/gather_trade_build/config.py
swarm/domains/gather_trade_build/entities.py
swarm/domains/gather_trade_build/env.py
swarm/domains/gather_trade_build/metrics.py
swarm/domains/gather_trade_build/planner.py
swarm/domains/gather_trade_build/reward.py
swarm/domains/gather_trade_build/run_scenario.py
swarm/domains/gather_trade_build/runner.py
swarm/domains/gather_trade_build/tax_schedule.py
swarm/domains/hyperspace_dag/__init__.py
swarm/domains/hyperspace_dag/adapter.py
swarm/domains/hyperspace_dag/config.py
swarm/domains/hyperspace_dag/entities.py
swarm/domains/simworld_delivery/__init__.py
swarm/domains/simworld_delivery/adapter.py
swarm/domains/simworld_delivery/agents.py
swarm/domains/simworld_delivery/config.py
swarm/domains/simworld_delivery/entities.py
swarm/domains/simworld_delivery/env.py
swarm/domains/simworld_delivery/metrics.py
swarm/domains/simworld_delivery/runner.py
swarm/env/__init__.py
swarm/env/artifact_registry.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/task_synthesis.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/eval_metrics.py
swarm/evaluation/evaluators.py
swarm/evaluation/models.py
swarm/evaluation/pipeline.py
swarm/evaluation/rubric.py
swarm/evaluation/schema.py
swarm/evaluation/sciagentbench/__init__.py
swarm/evaluation/sciagentbench/models.py
swarm/evaluation/sciagentbench/runner.py
swarm/forecaster/__init__.py
swarm/forecaster/features.py
swarm/forecaster/model.py
swarm/governance/__init__.py
swarm/governance/adaptive.py
swarm/governance/adaptive_controller.py
swarm/governance/admission.py
swarm/governance/attestation_heartbeat.py
swarm/governance/audits.py
swarm/governance/cascade.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/hardware_trust.py
swarm/governance/identity_lever.py
swarm/governance/incoherence_breaker.py
swarm/governance/levers.py
swarm/governance/loop_detector.py
swarm/governance/memory.py
swarm/governance/moderator_lever.py
swarm/governance/moltbook.py
swarm/governance/moltipedia.py
swarm/governance/rbac.py
swarm/governance/refinement_proposal.py
swarm/governance/refinery.py
swarm/governance/reputation.py
swarm/governance/reputation_governor.py
swarm/governance/resample.py
swarm/governance/security.py
swarm/governance/self_modification.py
swarm/governance/taxes.py
swarm/governance/transparency.py
swarm/knowledge/graph_memory.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/causal_credit.py
swarm/metrics/collusion.py
swarm/metrics/horizon_eval.py
swarm/metrics/incoherence.py
swarm/metrics/memory_metrics.py
swarm/metrics/misalignment.py
swarm/metrics/moltbook_metrics.py
swarm/metrics/moltipedia_metrics.py
swarm/metrics/obfuscation_metrics.py
swarm/metrics/reporters.py
swarm/metrics/rivals_metrics.py
swarm/metrics/rlm_metrics.py
swarm/metrics/scholar_metrics.py
swarm/metrics/security.py
swarm/metrics/soft_metrics.py
swarm/metrics/spawn_metrics.py
swarm/metrics/tierra_metrics.py
swarm/metrics/time_horizons.py
swarm/metrics/work_regime_metrics.py
swarm/models/__init__.py
swarm/models/agent.py
swarm/models/artifact.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/replay/verifier.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/flash_crash.py
swarm/scenarios/generator.py
swarm/scenarios/loader.py
swarm/scenarios/text_processor.py
swarm/scripts/__init__.py
swarm/scripts/__main__.py
swarm/scripts/analyze.py
swarm/scripts/log_run.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_gym/__init__.py
swarm_gym/agents/__init__.py
swarm_gym/agents/base.py
swarm_gym/agents/scripted/__init__.py
swarm_gym/agents/scripted/aggressive.py
swarm_gym/agents/scripted/greedy.py
swarm_gym/agents/scripted/honest.py
swarm_gym/agents/scripted/mixed_population.py
swarm_gym/agents/scripted/random.py
swarm_gym/configs/__init__.py
swarm_gym/configs/loader.py
swarm_gym/envs/__init__.py
swarm_gym/envs/audit_evasion.py
swarm_gym/envs/base.py
swarm_gym/envs/collusion_market.py
swarm_gym/envs/escalation_ladder.py
swarm_gym/envs/registry.py
swarm_gym/eval/__init__.py
swarm_gym/eval/metrics.py
swarm_gym/eval/report_schema.py
swarm_gym/eval/runner.py
swarm_gym/eval/scoring.py
swarm_gym/governance/__init__.py
swarm_gym/governance/audits.py
swarm_gym/governance/base.py
swarm_gym/governance/circuit_breaker.py
swarm_gym/governance/tax.py
swarm_gym/scripts/__init__.py
swarm_gym/scripts/swarm_gym_eval.py
swarm_gym/scripts/swarm_gym_smoke.py
swarm_gym/telemetry/__init__.py
swarm_gym/telemetry/sinks.py
swarm_gym/telemetry/trace.py
swarm_gym/utils/__init__.py
swarm_gym/utils/seeding.py
swarm_gym/utils/types.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_adaptive_governance.py
tests/test_adverse_selection.py
tests/test_aeon_bridge.py
tests/test_agent_api.py
tests/test_agent_lab_bridge.py
tests/test_agent_lab_refinement.py
tests/test_agent_roles.py
tests/test_agentgit.py
tests/test_agentgit_capabilities.py
tests/test_agentgit_identity.py
tests/test_agentgit_provenance.py
tests/test_agentrxiv.py
tests/test_agents.py
tests/test_agentxiv_bridge.py
tests/test_ai_economist.py
tests/test_ai_scientist_bridge.py
tests/test_analysis.py
tests/test_api.py
tests/test_api_event_bus.py
tests/test_artifact_integration.py
tests/test_artifact_layer.py
tests/test_attestation.py
tests/test_attestation_heartbeat.py
tests/test_auction.py
tests/test_auditor.py
tests/test_autogpt_bridge.py
tests/test_autoharness.py
tests/test_autoresearch.py
tests/test_awm_bridge.py
tests/test_awm_live.py
tests/test_behavioral_contracts.py
tests/test_behavioral_profiler.py
tests/test_benchmarks.py
tests/test_boundaries.py
tests/test_capabilities.py
tests/test_capability_envelope.py
tests/test_capability_safety_followup.py
tests/test_cascade_risk_lever.py
tests/test_causal_credit.py
tests/test_claude_code_bridge.py
tests/test_claude_code_runner.py
tests/test_clawxiv_platforms.py
tests/test_cli.py
tests/test_coding_agent.py
tests/test_collusion.py
tests/test_composition_analyzer.py
tests/test_concordia_bridge.py
tests/test_concordia_entity_agent.py
tests/test_concordia_sweep.py
tests/test_contract_screening.py
tests/test_council.py
tests/test_council_agent.py
tests/test_council_lever.py
tests/test_crewai_adapter.py
tests/test_crewai_bridge.py
tests/test_cross_agent_transfer.py
tests/test_cross_run_memory.py
tests/test_csm.py
tests/test_cuda_analyzer.py
tests/test_dashboard.py
tests/test_delivery_adapter.py
tests/test_detection.py
tests/test_determinism_new_domains.py
tests/test_diversity.py
tests/test_docker_sandbox.py
tests/test_dynamic_toxicity.py
tests/test_env.py
tests/test_escalation_sandbox.py
tests/test_eval_metrics.py
tests/test_eval_trace_adapter.py
tests/test_evaluation.py
tests/test_event_bus.py
tests/test_event_log.py
tests/test_evo_game_handler.py
tests/test_evolver.py
tests/test_evoskill_bridge.py
tests/test_flash_crash.py
tests/test_forecaster.py
tests/test_frontier_experiment.py
tests/test_gastown_bridge.py
tests/test_gepa_optimizer.py
tests/test_governance.py
tests/test_governance_arena.py
tests/test_governance_memory.py
tests/test_governance_mvp_sweep.py
tests/test_governance_shim.py
tests/test_governed_swarm.py
tests/test_handler_registry.py
tests/test_hardware_trust.py
tests/test_hfn.py
tests/test_hodoscope_bridge.py
tests/test_horizon_eval.py
tests/test_hyperagent.py
tests/test_hyperagent_self_mod.py
tests/test_hyperspace_dag.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_langchain_bridge.py
tests/test_langgraph_study.py
tests/test_ldt_agent.py
tests/test_letta_agent.py
tests/test_letta_bridge.py
tests/test_letta_scenario.py
tests/test_live_swe_bridge.py
tests/test_llama_cpp_provider.py
tests/test_llm_agent.py
tests/test_log_run_adversarial_fraction.py
tests/test_loop_detector.py
tests/test_loop_detector_integration.py
tests/test_marketplace.py
tests/test_memori_middleware.py
tests/test_memory_bounds.py
tests/test_memory_metrics.py
tests/test_mesa_bridge.py
tests/test_metrics.py
tests/test_misalignment.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_obfuscation.py
tests/test_openclaw_bridge.py
tests/test_opensandbox_bridge.py
tests/test_orchestrator.py
tests/test_payment_benchmarks.py
tests/test_payoff.py
tests/test_peer_review.py
tests/test_performance.py
tests/test_performance_tracker.py
tests/test_permeability.py
tests/test_personality_sweep.py
tests/test_perturbation.py
tests/test_pettingzoo_bridge.py
tests/test_phylogeny.py
tests/test_prime_intellect_bridge.py
tests/test_prompt_audit.py
tests/test_property_based.py
tests/test_propose_improvements.py
tests/test_provenance_trace.py
tests/test_proxy.py
tests/test_proxy_auditor.py
tests/test_proxy_validation.py
tests/test_rag_bridge.py
tests/test_rain_river.py
tests/test_ralph_agent.py
tests/test_ralph_bridge.py
tests/test_rbac.py
tests/test_redteam.py
tests/test_replay_runner.py
tests/test_replay_verifier.py
tests/test_reputation_governor.py
tests/test_resample.py
tests/test_resource_negotiation_handler.py
tests/test_rivals.py
tests/test_rlm_agent.py
tests/test_rlm_metrics.py
tests/test_runaway_intelligence.py
tests/test_safety_reachability.py
tests/test_sandbox.py
tests/test_scenarios.py
tests/test_scholar.py
tests/test_sciagentbench_runner.py
tests/test_security.py
tests/test_self_eval.py
tests/test_self_modification.py
tests/test_self_optimizer.py
tests/test_simulated_apis.py
tests/test_simworld_delivery.py
tests/test_skillrl.py
tests/test_skillrl_governance.py
tests/test_skills.py
tests/test_social_simulacra.py
tests/test_spawn.py
tests/test_strategy_prompt.py
tests/test_strategy_v2.py
tests/test_study_evaluator.py
tests/test_submission_validator.py
tests/test_success_criteria.py
tests/test_swarm_papers_memory.py
tests/test_swarms_adapter.py
tests/test_sweep.py
tests/test_task_synthesis.py
tests/test_threshold_dancer.py
tests/test_tierra.py
tests/test_time_horizons.py
tests/test_trust_dynamics.py
tests/test_trust_network.py
tests/test_vae_integration.py
tests/test_visual_upgrade.py
tests/test_wiki.py
tests/test_wiki_catalog.py
tests/test_work_regime.py
tests/test_work_regime_drift.py
tests/test_worktree_bridge.py
tests/test_worktree_os_isolation.py