README.md
pyproject.toml
tests/test_completion_upgrade.py
tests/test_final_pretraining.py
tests/test_intelligence.py
tests/test_memory.py
tests/test_planner.py
tests/test_release_stage.py
tests/test_tools.py
tests/test_training_pipeline.py
tests/test_training_readiness_upgrade.py
tests/test_v1_1_benchmark.py
tests/test_v1_1_capability_experiment.py
tests/test_v1_1_capability_phase.py
tests/test_v1_1_command_runtime.py
tests/test_v1_1_dataset.py
tests/test_v1_1_dataset_pipeline.py
tests/test_v1_1_diagnostics_security.py
tests/test_v1_1_durable.py
tests/test_v1_1_learning.py
tests/test_v1_1_live_solver.py
tests/test_v1_1_orchestrator.py
tests/test_v1_1_proof_adapters_importer.py
tests/test_v1_1_proof_loop.py
tests/test_v1_1_real_tasks.py
tests/test_v1_1_repo_intel.py
tests/test_v1_1_reporting.py
tests/test_v1_1_routing.py
tests/test_v1_1_store.py
tests/test_v1_1_structured_output.py
tests/test_v1_1_vrce_certification.py
tests/test_v1_1_vrce_cycle_runner.py
tests/test_v1_1_vrce_director.py
tests/test_v1_1_vrce_erm.py
tests/test_v1_1_vrce_foundation.py
tests/test_v1_1_vrce_memory.py
tests/test_v1_1_vrce_orchestrator.py
tests/test_v2_0_bridge_intake.py
tests/test_v2_0_cognitive_certification.py
tests/test_v2_0_cognitive_kernel.py
tests/test_v2_0_cognitive_runtime.py
tests/test_v2_0_evolution_bridge.py
tests/test_v2_1_adversarial_certification.py
tests/test_v2_1_argument_safety.py
tests/test_v2_1_assisted_roles.py
tests/test_v2_1_capability_benchmark.py
tests/test_v2_1_claim_verification.py
tests/test_v2_1_cyber_analysis.py
tests/test_v2_1_cyber_runtime.py
tests/test_v2_1_diagnostics.py
tests/test_v2_1_evidence_profile.py
tests/test_v2_1_foundation.py
tests/test_v2_1_live_models.py
tests/test_v2_1_m17_mutation_proof.py
tests/test_v2_1_m17_operator.py
tests/test_v2_1_model_adversarial.py
tests/test_v2_1_mutation_proof.py
tests/test_v2_1_perf_certification.py
tests/test_v2_1_perf_cli.py
tests/test_v2_1_perf_framework.py
tests/test_v2_1_planning.py
tests/test_v2_1_properties.py
tests/test_v2_1_recovery_and_terminal.py
tests/test_v2_1_reliability.py
tests/test_v2_1_replay_and_resume.py
tests/test_v2_1_repository_capabilities.py
tests/test_v2_1_routing.py
tests/test_v2_1_runtime.py
tests/test_v2_1_semantic_verification.py
tests/test_v2_1_verified_memory.py
tests/test_v2_1_vrce_bridge.py
tests/test_v2_1_vrce_shadow.py
tests/test_v2_2_m18_mutation_proof.py
tests/test_v2_2_m18_product.py
tests/test_v2_2_m18_service.py
tests/test_v3_0_distribution_identity.py
tests/test_v3_0_m19_1_closure.py
tests/test_v3_0_m19_api.py
tests/test_v3_0_m19_mutation_proof.py
tests/test_v3_0_m19_native_paths.py
tests/test_v3_0_m19_product.py
tests/test_v4_adversarial.py
tests/test_v4_billing_certify.py
tests/test_v4_billing_webhook.py
tests/test_v4_control_centre.py
tests/test_v4_evolution.py
tests/test_v4_execution.py
tests/test_v4_ga_closure.py
tests/test_v4_memory_twin.py
tests/test_v4_mission_plane.py
tests/test_v4_platform_marketplace.py
tests/test_v4_routing_resources.py
tests/test_v4_security.py
tests/test_v4_work.py
ultron/__init__.py
ultron/_version.py
ultron/accounts.py
ultron/audit.py
ultron/automation.py
ultron/billing.py
ultron/billing_certify.py
ultron/billing_lifecycle.py
ultron/cli.py
ultron/coding_benchmarks.py
ultron/config.py
ultron/config_store.py
ultron/context.py
ultron/demos.py
ultron/entry.py
ultron/errors.py
ultron/evaluation.py
ultron/fine_tuning.py
ultron/ga_certify.py
ultron/health.py
ultron/installers.py
ultron/licensing.py
ultron/logging.py
ultron/mail.py
ultron/metrics.py
ultron/modes_summary.py
ultron/multiprocess_certify.py
ultron/observability.py
ultron/platform_certify.py
ultron/platform_paths.py
ultron/product_cli.py
ultron/product_store.py
ultron/provider_certify.py
ultron/providers.py
ultron/py.typed
ultron/release.py
ultron/release_certify.py
ultron/release_manifest.py
ultron/release_signing.py
ultron/reporting.py
ultron/reproducible.py
ultron/research.py
ultron/secrets_store.py
ultron/self_learning.py
ultron/shadow.py
ultron/signing.py
ultron/snapshots.py
ultron/task_recovery.py
ultron/task_reporting.py
ultron/training.py
ultron/trusted_keys.json
ultron/ui_assets.py
ultron/updates.py
ultron/core/__init__.py
ultron/core/_ollama.py
ultron/core/brain.py
ultron/core/critic.py
ultron/core/models.py
ultron/core/planner.py
ultron/core/providers.py
ultron/core/quality.py
ultron/core/roles.py
ultron/core/routing.py
ultron/learning/__init__.py
ultron/learning/pipeline.py
ultron/memory/__init__.py
ultron/memory/hybrid.py
ultron/memory/semantic.py
ultron/memory/sqlite_memory.py
ultron/persistence/__init__.py
ultron/persistence/migrations.py
ultron/persistence/queue.py
ultron/repository/__init__.py
ultron/repository/index.py
ultron/service/__init__.py
ultron/service/api.py
ultron/service/ascension_api.py
ultron/service/ascension_client.py
ultron/service/daemon.py
ultron/service/product_api.py
ultron/service/worker.py
ultron/tools/__init__.py
ultron/tools/base.py
ultron/tools/factory.py
ultron/tools/git_tools.py
ultron/tools/patching.py
ultron/tools/repository.py
ultron/tools/security.py
ultron/tools/terminal.py
ultron/tools/write_tools.py
ultron/ui_dist/build-info.json
ultron/ui_dist/index.html
ultron/ui_dist/assets/index-BDbEraU0.js
ultron/ui_dist/assets/index-D57RnM7f.css
ultron/v1_1/__init__.py
ultron/v1_1/capability_data.py
ultron/v1_1/capability_experiment.py
ultron/v1_1/cli_commands.py
ultron/v1_1/command_runtime.py
ultron/v1_1/comparison.py
ultron/v1_1/dataset.py
ultron/v1_1/diagnostics.py
ultron/v1_1/durable.py
ultron/v1_1/errors.py
ultron/v1_1/final_eval.py
ultron/v1_1/learning.py
ultron/v1_1/learning_scenarios.py
ultron/v1_1/orchestrator.py
ultron/v1_1/proof_adapters.py
ultron/v1_1/proof_importer.py
ultron/v1_1/proof_loop.py
ultron/v1_1/proof_models.py
ultron/v1_1/real_tasks.py
ultron/v1_1/repo_intel.py
ultron/v1_1/reporting.py
ultron/v1_1/routing.py
ultron/v1_1/runtime.py
ultron/v1_1/schemas.py
ultron/v1_1/security.py
ultron/v1_1/store.py
ultron/v1_1/structured_output.py
ultron/v1_1/benchmark/__init__.py
ultron/v1_1/benchmark/fixtures.py
ultron/v1_1/benchmark/runner.py
ultron/v1_1/benchmark/sandbox.py
ultron/v1_1/benchmark/scoring.py
ultron/v1_1/benchmark/solver.py
ultron/v1_1/benchmark/tasks.py
ultron/v1_1/vrce/__init__.py
ultron/v1_1/vrce/antigoodhart.py
ultron/v1_1/vrce/caf.py
ultron/v1_1/vrce/certification.py
ultron/v1_1/vrce/cycle_runner.py
ultron/v1_1/vrce/director.py
ultron/v1_1/vrce/erm.py
ultron/v1_1/vrce/memory.py
ultron/v1_1/vrce/models.py
ultron/v1_1/vrce/orchestrator.py
ultron/v2_0/__init__.py
ultron/v2_0/cognitive/__init__.py
ultron/v2_0/cognitive/bridge_intake.py
ultron/v2_0/cognitive/certification.py
ultron/v2_0/cognitive/evolution_bridge.py
ultron/v2_0/cognitive/execution_graph.py
ultron/v2_0/cognitive/intent.py
ultron/v2_0/cognitive/kernel.py
ultron/v2_0/cognitive/memory_gateway.py
ultron/v2_0/cognitive/models.py
ultron/v2_0/cognitive/planner.py
ultron/v2_0/cognitive/registry.py
ultron/v2_0/cognitive/router.py
ultron/v2_0/cognitive/runtime.py
ultron/v2_0/cognitive/verification_graph.py
ultron/v2_1/__init__.py
ultron/v2_1/adversarial.py
ultron/v2_1/adversarial_families.py
ultron/v2_1/artifacts.py
ultron/v2_1/cancellation.py
ultron/v2_1/capability_benchmark.py
ultron/v2_1/claims.py
ultron/v2_1/cli_commands.py
ultron/v2_1/contracts.py
ultron/v2_1/critique.py
ultron/v2_1/diagnostics.py
ultron/v2_1/errors.py
ultron/v2_1/evidence.py
ultron/v2_1/evidence_profile.py
ultron/v2_1/gateway.py
ultron/v2_1/lifecycle.py
ultron/v2_1/m17_certify.py
ultron/v2_1/memory.py
ultron/v2_1/modes.py
ultron/v2_1/objective.py
ultron/v2_1/operator_acceptance.py
ultron/v2_1/operator_acceptance_cases.py
ultron/v2_1/operator_concurrency.py
ultron/v2_1/operator_session.py
ultron/v2_1/pcap_fixtures.py
ultron/v2_1/perf.py
ultron/v2_1/perf_certify.py
ultron/v2_1/plan_compiler.py
ultron/v2_1/planner.py
ultron/v2_1/policy.py
ultron/v2_1/reliability.py
ultron/v2_1/reports.py
ultron/v2_1/response.py
ultron/v2_1/routing.py
ultron/v2_1/routing_benchmark.py
ultron/v2_1/runtime.py
ultron/v2_1/scope.py
ultron/v2_1/summarize.py
ultron/v2_1/verifier.py
ultron/v2_1/vrce_bridge.py
ultron/v2_1/vrce_shadow.py
ultron/v2_1/cyber/__init__.py
ultron/v2_1/cyber/beaconing.py
ultron/v2_1/cyber/fixtures.py
ultron/v2_1/cyber/ioc.py
ultron/v2_1/cyber/nmap.py
ultron/v2_1/cyber/pcap.py
ultron/v2_1/cyber/report.py
ultron/v2_1/cyber/safety.py
ultron/v2_1/cyber/timeline.py
ultron/v2_1/cyber/zeek.py
ultron/v2_1/tools/__init__.py
ultron/v2_1/tools/base.py
ultron/v2_1/tools/cyber.py
ultron/v2_1/tools/network.py
ultron/v2_1/tools/pcap.py
ultron/v2_1/tools/repo.py
ultron/v2_1/tools/security.py
ultron/v2_1/tools/verification.py
ultron/v4/__init__.py
ultron/v4/agents.py
ultron/v4/benchmarks.py
ultron/v4/browser_certify.py
ultron/v4/calibration.py
ultron/v4/capability_graph.py
ultron/v4/certify.py
ultron/v4/checks.py
ultron/v4/cli.py
ultron/v4/compiler.py
ultron/v4/context_fabric.py
ultron/v4/contracts.py
ultron/v4/council.py
ultron/v4/counterfactual.py
ultron/v4/evolution.py
ultron/v4/fabric.py
ultron/v4/guardian.py
ultron/v4/kernel.py
ultron/v4/ledger.py
ultron/v4/marketplace.py
ultron/v4/memory.py
ultron/v4/migrate.py
ultron/v4/model_router.py
ultron/v4/planner.py
ultron/v4/platform_runtime.py
ultron/v4/policy.py
ultron/v4/proof.py
ultron/v4/publication.py
ultron/v4/recovery.py
ultron/v4/replay.py
ultron/v4/resources.py
ultron/v4/shadow.py
ultron/v4/store.py
ultron/v4/twin.py
ultron/v4/security/__init__.py
ultron/v4/security/exposure.py
ultron/v4/security/immune.py
ultron/v4/security/inventory.py
ultron/v4/security/laboratory.py
ultron/v4/work/__init__.py
ultron/v4/work/deployment.py
ultron/v4/work/repo_graph.py
ultron_vrce.egg-info/PKG-INFO
ultron_vrce.egg-info/SOURCES.txt
ultron_vrce.egg-info/dependency_links.txt
ultron_vrce.egg-info/entry_points.txt
ultron_vrce.egg-info/requires.txt
ultron_vrce.egg-info/top_level.txt