LICENSE
NOTICE
README.md
pyproject.toml
src/silisocs/__init__.py
src/silisocs/exceptions.py
src/silisocs/scenario_library.py
src/silisocs.egg-info/PKG-INFO
src/silisocs.egg-info/SOURCES.txt
src/silisocs.egg-info/dependency_links.txt
src/silisocs.egg-info/entry_points.txt
src/silisocs.egg-info/requires.txt
src/silisocs.egg-info/top_level.txt
src/silisocs/adapters/__init__.py
src/silisocs/adapters/concordia/__init__.py
src/silisocs/adapters/concordia/__init__.pyi
src/silisocs/adapters/concordia/action_spec_parser.py
src/silisocs/adapters/concordia/memory.py
src/silisocs/agents/__init__.py
src/silisocs/agents/base_agent.py
src/silisocs/agents/concordia.py
src/silisocs/agents/fixed.py
src/silisocs/agents/memory.py
src/silisocs/agents/native.py
src/silisocs/agents/harness/__init__.py
src/silisocs/agents/harness/adapter.py
src/silisocs/agents/harness/base.py
src/silisocs/agents/harness/bridge.py
src/silisocs/agents/harness/fake.py
src/silisocs/agents/harness/gateway.py
src/silisocs/agents/harness/hermes.py
src/silisocs/agents/harness/mcp_server.py
src/silisocs/agents/harness/openclaw.py
src/silisocs/agents/harness/proxy.py
src/silisocs/agents/harness/runtime.py
src/silisocs/agents/harness/types.py
src/silisocs/analysis/__init__.py
src/silisocs/analysis/charts.py
src/silisocs/analysis/exploration.py
src/silisocs/analysis/inputs.py
src/silisocs/analysis/panel.py
src/silisocs/analysis/report.py
src/silisocs/analysis/views.py
src/silisocs/analysis/panels/__init__.py
src/silisocs/analysis/panels/_shared.py
src/silisocs/analysis/panels/behavior.py
src/silisocs/analysis/panels/content.py
src/silisocs/analysis/panels/core.py
src/silisocs/analysis/panels/events.py
src/silisocs/analysis/panels/market.py
src/silisocs/analysis/panels/metrics.py
src/silisocs/analysis/panels/network.py
src/silisocs/analysis/panels/study.py
src/silisocs/conf/experiment.yaml
src/silisocs/conf/agents/default.yaml
src/silisocs/conf/agents/messaging.yaml
src/silisocs/conf/agents/resource_market.yaml
src/silisocs/conf/agents/virtual_space.yaml
src/silisocs/conf/env/mastodon.yaml
src/silisocs/conf/env/messaging.yaml
src/silisocs/conf/env/reddit_like.yaml
src/silisocs/conf/env/resource_market.yaml
src/silisocs/conf/env/twitter_like.yaml
src/silisocs/conf/env/virtual_space.yaml
src/silisocs/conf/eval/base.yaml
src/silisocs/conf/sim/base.yaml
src/silisocs/conf/world/default.yaml
src/silisocs/conf/world/messaging.yaml
src/silisocs/conf/world/resource_market.yaml
src/silisocs/conf/world/virtual_space.yaml
src/silisocs/design/__init__.py
src/silisocs/design/assets.py
src/silisocs/design/css.py
src/silisocs/design/matplotlib.py
src/silisocs/design/plotly.py
src/silisocs/design/tokens.py
src/silisocs/design/components/__init__.py
src/silisocs/design/components/viewer.css
src/silisocs/design/components/viewer.js
src/silisocs/design/fonts/OFL.txt
src/silisocs/design/fonts/manrope-latin-variable.woff2
src/silisocs/environments/__init__.py
src/silisocs/environments/backends/__init__.py
src/silisocs/environments/backends/_viewer_common.py
src/silisocs/environments/backends/base.py
src/silisocs/environments/backends/factory.py
src/silisocs/environments/backends/round_game.py
src/silisocs/environments/backends/sqlite_state.py
src/silisocs/environments/backends/mastodon/__init__.py
src/silisocs/environments/backends/mastodon/apps.py
src/silisocs/environments/backends/mastodon/errors.py
src/silisocs/environments/backends/mastodon/logging_config.py
src/silisocs/environments/backends/mastodon/mastodon_ops/__init__.py
src/silisocs/environments/backends/mastodon/mastodon_ops/block.py
src/silisocs/environments/backends/mastodon/mastodon_ops/boost.py
src/silisocs/environments/backends/mastodon/mastodon_ops/create_app.py
src/silisocs/environments/backends/mastodon/mastodon_ops/create_env_file.py
src/silisocs/environments/backends/mastodon/mastodon_ops/delete_posts.py
src/silisocs/environments/backends/mastodon/mastodon_ops/env_utils.py
src/silisocs/environments/backends/mastodon/mastodon_ops/follow.py
src/silisocs/environments/backends/mastodon/mastodon_ops/get_account_id.py
src/silisocs/environments/backends/mastodon/mastodon_ops/get_client.py
src/silisocs/environments/backends/mastodon/mastodon_ops/like.py
src/silisocs/environments/backends/mastodon/mastodon_ops/login.py
src/silisocs/environments/backends/mastodon/mastodon_ops/mute.py
src/silisocs/environments/backends/mastodon/mastodon_ops/new_app.py
src/silisocs/environments/backends/mastodon/mastodon_ops/notifications.py
src/silisocs/environments/backends/mastodon/mastodon_ops/post_status.py
src/silisocs/environments/backends/mastodon/mastodon_ops/read_bio.py
src/silisocs/environments/backends/mastodon/mastodon_ops/reset_users.py
src/silisocs/environments/backends/mastodon/mastodon_ops/timeline.py
src/silisocs/environments/backends/mastodon/mastodon_ops/toot.py
src/silisocs/environments/backends/mastodon/mastodon_ops/unblock.py
src/silisocs/environments/backends/mastodon/mastodon_ops/unfollow.py
src/silisocs/environments/backends/mastodon/mastodon_ops/unmute.py
src/silisocs/environments/backends/mastodon/mastodon_ops/update_bio.py
src/silisocs/environments/backends/mastodon/mastodon_utils/__init__.py
src/silisocs/environments/backends/mastodon/mastodon_utils/account_ids.py
src/silisocs/environments/backends/mastodon/mastodon_utils/create_app.py
src/silisocs/environments/backends/mastodon/mastodon_utils/get_users_from_env.py
src/silisocs/environments/backends/mastodon/mastodon_utils/graphs.py
src/silisocs/environments/backends/messaging/__init__.py
src/silisocs/environments/backends/messaging/app.py
src/silisocs/environments/backends/public_goods/__init__.py
src/silisocs/environments/backends/public_goods/app.py
src/silisocs/environments/backends/reddit_like/__init__.py
src/silisocs/environments/backends/reddit_like/app.py
src/silisocs/environments/backends/reddit_like/engine.py
src/silisocs/environments/backends/reddit_like/visualizer/server.py
src/silisocs/environments/backends/reddit_like/visualizer/templates/index.html
src/silisocs/environments/backends/resource_market/__init__.py
src/silisocs/environments/backends/resource_market/app.py
src/silisocs/environments/backends/social/__init__.py
src/silisocs/environments/backends/social/network.py
src/silisocs/environments/backends/social/sqlite_engine.py
src/silisocs/environments/backends/twitter_like/__init__.py
src/silisocs/environments/backends/twitter_like/app.py
src/silisocs/environments/backends/twitter_like/engine.py
src/silisocs/environments/backends/twitter_like/visualizer/server.py
src/silisocs/environments/backends/twitter_like/visualizer/templates/index.html
src/silisocs/environments/backends/virtual_space/__init__.py
src/silisocs/environments/backends/virtual_space/app.py
src/silisocs/environments/gm/__init__.py
src/silisocs/environments/gm/base_game_master.py
src/silisocs/environments/gm/context.py
src/silisocs/environments/gm/game_master.py
src/silisocs/environments/gm/runtime.py
src/silisocs/environments/gm/components/__init__.py
src/silisocs/environments/gm/components/action_prompt.py
src/silisocs/environments/gm/components/app_update.py
src/silisocs/environments/gm/components/base.py
src/silisocs/environments/gm/components/factory.py
src/silisocs/environments/gm/components/next_acting.py
src/silisocs/environments/gm/components/observe.py
src/silisocs/environments/gm/components/resolve.py
src/silisocs/environments/gm/components/social_media/__init__.py
src/silisocs/environments/gm/components/social_media/observe.py
src/silisocs/environments/gm/components/social_media/update.py
src/silisocs/evaluations/__init__.py
src/silisocs/evaluations/action_events.py
src/silisocs/evaluations/activity_summary.py
src/silisocs/evaluations/default_evaluators.py
src/silisocs/evaluations/exposure.py
src/silisocs/evaluations/postprocessors.py
src/silisocs/evaluations/run_artifact.py
src/silisocs/evaluations/vocabulary.py
src/silisocs/evaluations/probes/__init__.py
src/silisocs/evaluations/probes/agent_speech.py
src/silisocs/evaluations/probes/deployment.py
src/silisocs/evaluations/probes/types.py
src/silisocs/initialization/__init__.py
src/silisocs/initialization/context.py
src/silisocs/initialization/agents/__init__.py
src/silisocs/initialization/agents/formative.py
src/silisocs/initialization/agents/runtime.py
src/silisocs/initialization/game_masters/__init__.py
src/silisocs/initialization/game_masters/runtime.py
src/silisocs/initialization/simulation/__init__.py
src/silisocs/initialization/simulation/runtime.py
src/silisocs/initialization/simulation/seed_posts.py
src/silisocs/runtime/__init__.py
src/silisocs/runtime/class_loading.py
src/silisocs/runtime/config_dry_run.py
src/silisocs/runtime/doctor.py
src/silisocs/runtime/model_fields.py
src/silisocs/runtime/provenance.py
src/silisocs/runtime/runner.py
src/silisocs/runtime/tutorial.py
src/silisocs/runtime/types.py
src/silisocs/runtime/checkpointing/__init__.py
src/silisocs/runtime/checkpointing/policy.py
src/silisocs/runtime/checkpointing/replay_mappers.py
src/silisocs/runtime/checkpointing/restore.py
src/silisocs/runtime/checkpointing/save.py
src/silisocs/runtime/checkpointing/serialization.py
src/silisocs/runtime/checkpointing/state.py
src/silisocs/runtime/configuration/__init__.py
src/silisocs/runtime/configuration/config_reference.py
src/silisocs/runtime/configuration/external.py
src/silisocs/runtime/configuration/projection.py
src/silisocs/runtime/configuration/validation.py
src/silisocs/runtime/construction/__init__.py
src/silisocs/runtime/construction/agent_configs.py
src/silisocs/runtime/construction/assembly.py
src/silisocs/runtime/construction/engines.py
src/silisocs/runtime/construction/game_masters.py
src/silisocs/runtime/construction/initialization_context.py
src/silisocs/runtime/construction/models.py
src/silisocs/runtime/construction/specs.py
src/silisocs/runtime/construction/agent_builders/__init__.py
src/silisocs/runtime/construction/agent_builders/base.py
src/silisocs/runtime/construction/agent_builders/common.py
src/silisocs/runtime/construction/agent_builders/fixed_actions.py
src/silisocs/runtime/construction/agent_builders/params.py
src/silisocs/runtime/construction/agent_builders/persona_pipeline.py
src/silisocs/runtime/construction/agent_builders/records.py
src/silisocs/runtime/execution/__init__.py
src/silisocs/runtime/execution/concurrency.py
src/silisocs/runtime/execution/manifest.py
src/silisocs/runtime/execution/resume.py
src/silisocs/runtime/execution/session.py
src/silisocs/runtime/io/__init__.py
src/silisocs/runtime/io/json_safe.py
src/silisocs/runtime/io/jsonl.py
src/silisocs/runtime/io/stdout.py
src/silisocs/runtime/language_models/__init__.py
src/silisocs/runtime/language_models/base.py
src/silisocs/runtime/language_models/catalog.py
src/silisocs/runtime/language_models/factory.py
src/silisocs/runtime/language_models/openai.py
src/silisocs/runtime/language_models/openai_compatible.py
src/silisocs/runtime/language_models/registry.py
src/silisocs/runtime/language_models/scripted.py
src/silisocs/runtime/prompts/__init__.py
src/silisocs/runtime/prompts/action_prompts.py
src/silisocs/runtime/telemetry/__init__.py
src/silisocs/runtime/telemetry/collector.py
src/silisocs/runtime/telemetry/engine_metrics.py
src/silisocs/scenario_gen/__init__.py
src/silisocs/scenario_gen/cli.py
src/silisocs/scenario_gen/specs.py
src/silisocs/scenario_gen/validator.py
src/silisocs/scenario_gen/writer.py
src/silisocs/simulation_engines/__init__.py
src/silisocs/simulation_engines/base_engines.py
src/silisocs/simulation_engines/control.py
src/silisocs/simulation_engines/interventions.py
src/silisocs/simulation_engines/recorders.py
src/silisocs/simulation_engines/runtime_base.py
src/silisocs/simulation_engines/scheduling.py
src/silisocs/simulation_engines/policies/__init__.py
src/silisocs/simulation_engines/policies/_rng.py
src/silisocs/simulation_engines/policies/factory.py
src/silisocs/simulation_engines/policies/loops.py
src/silisocs/simulation_engines/policies/participation.py
src/silisocs/simulation_engines/policies/probe_schedule.py
src/silisocs/simulation_engines/policies/routers.py
src/silisocs/simulation_engines/policies/steps.py
src/silisocs/simulation_engines/policies/turns.py
src/silisocs/studies/__init__.py
src/silisocs/studies/evaluation_presets.py
src/silisocs/studies/run_study.py
src/silisocs/studies/study_artifacts.py
src/silisocs/studies/study_schema.py
src/silisocs/studies/study_types.py
src/silisocs/studies/templates.py
src/silisocs/studio/__init__.py
src/silisocs/studio/app.py
src/silisocs/studio/capabilities.py
src/silisocs/studio/catalog.py
src/silisocs/studio/cli.py
src/silisocs/studio/forms.py
src/silisocs/studio/jobs.py
src/silisocs/studio/launch.py
src/silisocs/studio/plugins.py
src/silisocs/studio/studies.py
src/silisocs/studio/viewers.py
src/silisocs/studio/workspace.py
src/silisocs/studio/static/cytoscape.min.js
src/silisocs/studio/static/explore.js
src/silisocs/studio/static/plotly.min.js
src/silisocs/studio/static/studio.css
src/silisocs/studio/static/studio.js
src/silisocs/studio/templates/_controls.html
src/silisocs/studio/templates/_output.html
src/silisocs/studio/templates/_repository_connect.html
src/silisocs/studio/templates/_run_control.html
src/silisocs/studio/templates/base.html
src/silisocs/studio/templates/explore.html
src/silisocs/studio/templates/explore_compare.html
src/silisocs/studio/templates/explore_study.html
src/silisocs/studio/templates/home.html
src/silisocs/studio/templates/live.html
src/silisocs/studio/templates/run.html
src/silisocs/studio/templates/runs.html
src/silisocs/studio/templates/scenario.html
src/silisocs/studio/templates/scenarios.html
src/silisocs/studio/templates/settings.html
src/silisocs/studio/templates/studies.html
src/silisocs/studio/templates/study.html
tests/test_action_aliases.py
tests/test_action_event_success_only.py
tests/test_action_mode_architecture.py
tests/test_action_parser.py
tests/test_activated_actions_catalog.py
tests/test_analysis_inputs.py
tests/test_analysis_panels.py
tests/test_analysis_review_fixes.py
tests/test_auto_resume.py
tests/test_backend_action_catalog.py
tests/test_backend_authoring_contracts.py
tests/test_backend_db_isolation_review.py
tests/test_backend_feed_contracts.py
tests/test_backend_review_fixes.py
tests/test_backend_structured_logging.py
tests/test_benchmark_social.py
tests/test_breaking_removals.py
tests/test_bundled_scenarios_compose.py
tests/test_checkpoint_completeness.py
tests/test_class_loading_retired_engine.py
tests/test_class_path_validation.py
tests/test_committed_events_mirror.py
tests/test_concordia_import_boundary.py
tests/test_concurrent_chain_execution.py
tests/test_config_reference.py
tests/test_custom_class_path_seams.py
tests/test_default_evaluators.py
tests/test_design.py
tests/test_doctor.py
tests/test_e2e_multi_gm.py
tests/test_e2e_multi_gm_llm.py
tests/test_e2e_recsys_generation_llm.py
tests/test_effective_config_redaction.py
tests/test_engine_batch_failure.py
tests/test_engine_config_validation.py
tests/test_engine_policy_factory.py
tests/test_engine_worker_limit.py
tests/test_environment_app_contracts.py
tests/test_experiment_study_configs.py
tests/test_exploration.py
tests/test_exposure_logging.py
tests/test_fixed_entity_runtime.py
tests/test_flow_chains_relocation.py
tests/test_flow_engine_policy_routing.py
tests/test_generic_domain_defaults.py
tests/test_generic_game_master_build.py
tests/test_gm_component_surface.py
tests/test_gm_routing.py
tests/test_gm_routing_dynamic.py
tests/test_harness_agent_contract.py
tests/test_harness_e2e.py
tests/test_harness_hermes.py
tests/test_harness_openclaw.py
tests/test_harness_proxy.py
tests/test_import.py
tests/test_initializer_bootstrap.py
tests/test_initializer_context_memories.py
tests/test_interventions.py
tests/test_json_safe_serialization.py
tests/test_language_model_providers.py
tests/test_llm_usage_reporting.py
tests/test_mastodon_backend_safety.py
tests/test_mastodon_incremental_checkpoint.py
tests/test_memory_policies.py
tests/test_messaging_backend.py
tests/test_model_retry_phase.py
tests/test_multi_gm_runtime_engine.py
tests/test_native_runtime_interfaces.py
tests/test_no_llm_e2e.py
tests/test_openai_retry.py
tests/test_packaging_metadata.py
tests/test_panel_capability_gating.py
tests/test_panel_network.py
tests/test_panels_content_metrics.py
tests/test_participation_policy.py
tests/test_per_class_model_override.py
tests/test_per_flow_action_filters.py
tests/test_per_flow_probe_targeting.py
tests/test_per_flow_turn_policy.py
tests/test_per_gm_action_mode.py
tests/test_per_gm_concurrency_cap.py
tests/test_per_gm_turn_policy.py
tests/test_persona_pipeline_hf_dataset.py
tests/test_persona_recycling.py
tests/test_policy_stable_rng.py
tests/test_probe_deployment.py
tests/test_probe_metrics_accumulation.py
tests/test_probe_questionnaire.py
tests/test_probe_types.py
tests/test_prompt_pipeline_integration.py
tests/test_provider_registry_precedence_review.py
tests/test_public_goods_backend.py
tests/test_public_goods_eval.py
tests/test_recsys_caching_review.py
tests/test_recsys_flow_selection.py
tests/test_resource_market_backend.py
tests/test_resume_planning.py
tests/test_round_game_base.py
tests/test_run_artifact.py
tests/test_run_control.py
tests/test_run_manifest.py
tests/test_runner_external_config_overrides.py
tests/test_runner_mode_matrix.py
tests/test_runner_processing_mode.py
tests/test_runtime_projection.py
tests/test_runtime_review_fixes.py
tests/test_scalability_phase0.py
tests/test_scalability_phase1.py
tests/test_scalability_phase2_async.py
tests/test_scenario_gen.py
tests/test_scenario_library.py
tests/test_scripted_backend_matrix.py
tests/test_scripted_social_e2e.py
tests/test_shared_flow_gm_build.py
tests/test_shared_flow_mapping.py
tests/test_simulation_checkpoint_policy.py
tests/test_social_app_init_logging.py
tests/test_social_negative_actions.py
tests/test_sqlite_engine_review_fixes.py
tests/test_sqlite_social_engine_base.py
tests/test_studio.py
tests/test_studio_forms.py
tests/test_studio_jobs.py
tests/test_studio_launch.py
tests/test_studio_performance.py
tests/test_studio_studies.py
tests/test_studio_viewers.py
tests/test_studio_workspace.py
tests/test_study_checkpoint_resolver_review.py
tests/test_study_e2e.py
tests/test_study_resume.py
tests/test_study_subprocess_timeout.py
tests/test_timeline_blend.py
tests/test_tool_calling_smoke.py
tests/test_tutorial.py
tests/test_verify_local_reddit.py
tests/test_verify_local_social.py
tests/test_viewer_mounting.py
tests/test_virtual_space_backend.py
tests/test_visual_unification.py