README.md
pyproject.toml
src/flock/__init__.py
src/flock/config.py
src/flock/exceptions.py
src/flock/types.py
src/flock/ai/__init__.py
src/flock/ai/analyzer.py
src/flock/ai/anomaly.py
src/flock/ai/exceptions.py
src/flock/ai/forecast.py
src/flock/ai/learning.py
src/flock/ai/models.py
src/flock/ai/optimizer.py
src/flock/ai/predictor.py
src/flock/ai/recommendation.py
src/flock/ai/scheduler.py
src/flock/ai/service.py
src/flock/api/__init__.py
src/flock/api/exceptions.py
src/flock/api/gateway.py
src/flock/api/models.py
src/flock/api/openapi.py
src/flock/api/router.py
src/flock/api/sdk.py
src/flock/api/serializer.py
src/flock/api/service.py
src/flock/api/validator.py
src/flock/cli/__init__.py
src/flock/cli/commands.py
src/flock/cli/completion.py
src/flock/cli/configuration.py
src/flock/cli/exceptions.py
src/flock/cli/executor.py
src/flock/cli/formatter.py
src/flock/cli/history.py
src/flock/cli/models.py
src/flock/cli/parser.py
src/flock/cli/profiles.py
src/flock/cli/service.py
src/flock/cli/session.py
src/flock/cli/shell.py
src/flock/cluster/exceptions.py
src/flock/cluster/models.py
src/flock/cluster/registry.py
src/flock/cluster/service.py
src/flock/consensus/__init__.py
src/flock/consensus/election.py
src/flock/consensus/exceptions.py
src/flock/consensus/log.py
src/flock/consensus/models.py
src/flock/consensus/replication.py
src/flock/consensus/service.py
src/flock/consensus/state_machine.py
src/flock/controlplane/__init__.py
src/flock/controlplane/analytics.py
src/flock/controlplane/audit.py
src/flock/controlplane/clusters.py
src/flock/controlplane/compliance.py
src/flock/controlplane/configuration.py
src/flock/controlplane/coordinator.py
src/flock/controlplane/exceptions.py
src/flock/controlplane/featureflags.py
src/flock/controlplane/fleet.py
src/flock/controlplane/governance.py
src/flock/controlplane/inventory.py
src/flock/controlplane/maintenance.py
src/flock/controlplane/models.py
src/flock/controlplane/organizations.py
src/flock/controlplane/policies.py
src/flock/controlplane/service.py
src/flock/controlplane/upgrades.py
src/flock/dashboard/__init__.py
src/flock/dashboard/alerts.py
src/flock/dashboard/datasources.py
src/flock/dashboard/exceptions.py
src/flock/dashboard/exporter.py
src/flock/dashboard/handlers.py
src/flock/dashboard/models.py
src/flock/dashboard/panels.py
src/flock/dashboard/renderer.py
src/flock/dashboard/service.py
src/flock/dashboard/sessions.py
src/flock/dashboard/themes.py
src/flock/dashboard/websocket.py
src/flock/dashboard/widgets.py
src/flock/datagrid/__init__.py
src/flock/datagrid/cache.py
src/flock/datagrid/exceptions.py
src/flock/datagrid/indexing.py
src/flock/datagrid/kvstore.py
src/flock/datagrid/lifecycle.py
src/flock/datagrid/locking.py
src/flock/datagrid/models.py
src/flock/datagrid/objectstore.py
src/flock/datagrid/registry.py
src/flock/datagrid/replication.py
src/flock/datagrid/service.py
src/flock/deployment/__init__.py
src/flock/deployment/controller.py
src/flock/deployment/docker.py
src/flock/deployment/exceptions.py
src/flock/deployment/kubernetes.py
src/flock/deployment/models.py
src/flock/deployment/planner.py
src/flock/deployment/registry.py
src/flock/deployment/rollout.py
src/flock/deployment/service.py
src/flock/deployment/templates.py
src/flock/discovery/exceptions.py
src/flock/discovery/models.py
src/flock/discovery/registry.py
src/flock/discovery/service.py
src/flock/events/bus.py
src/flock/federation/__init__.py
src/flock/federation/audit.py
src/flock/federation/coordinator.py
src/flock/federation/discovery.py
src/flock/federation/enterprise_service.py
src/flock/federation/exceptions.py
src/flock/federation/handshake.py
src/flock/federation/health.py
src/flock/federation/metrics.py
src/flock/federation/models.py
src/flock/federation/policies.py
src/flock/federation/registry.py
src/flock/federation/replication.py
src/flock/federation/routing.py
src/flock/federation/scheduler.py
src/flock/federation/service.py
src/flock/federation/topology.py
src/flock/federation/trust.py
src/flock/functions/__init__.py
src/flock/functions/exceptions.py
src/flock/functions/invocation.py
src/flock/functions/models.py
src/flock/functions/recorder.py
src/flock/functions/registry.py
src/flock/functions/runtime.py
src/flock/functions/scaling.py
src/flock/functions/service.py
src/flock/functions/triggers.py
src/flock/functions/versioning.py
src/flock/heartbeat/exceptions.py
src/flock/heartbeat/failure_detector.py
src/flock/heartbeat/models.py
src/flock/heartbeat/registry.py
src/flock/heartbeat/service.py
src/flock/interfaces/__init__.py
src/flock/interfaces/discovery.py
src/flock/interfaces/serializer.py
src/flock/interfaces/transport.py
src/flock/marketplace/__init__.py
src/flock/marketplace/analytics.py
src/flock/marketplace/audit.py
src/flock/marketplace/catalog.py
src/flock/marketplace/coordinator.py
src/flock/marketplace/dependencies.py
src/flock/marketplace/dependency.py
src/flock/marketplace/exceptions.py
src/flock/marketplace/installer.py
src/flock/marketplace/licensing.py
src/flock/marketplace/models.py
src/flock/marketplace/publisher.py
src/flock/marketplace/rollback.py
src/flock/marketplace/search.py
src/flock/marketplace/service.py
src/flock/marketplace/signatures.py
src/flock/marketplace/synchronization.py
src/flock/marketplace/updater.py
src/flock/marketplace/validation.py
src/flock/marketplace/versions.py
src/flock/mesh/__init__.py
src/flock/mesh/balancer.py
src/flock/mesh/breaker.py
src/flock/mesh/exceptions.py
src/flock/mesh/models.py
src/flock/mesh/registry.py
src/flock/mesh/router.py
src/flock/mesh/service.py
src/flock/messaging/bus.py
src/flock/messaging/exceptions.py
src/flock/messaging/handlers.py
src/flock/messaging/middleware.py
src/flock/messaging/models.py
src/flock/messaging/router.py
src/flock/observability/__init__.py
src/flock/observability/aggregation.py
src/flock/observability/aggregator.py
src/flock/observability/alerts.py
src/flock/observability/collector.py
src/flock/observability/dashboard.py
src/flock/observability/exceptions.py
src/flock/observability/exporter.py
src/flock/observability/health.py
src/flock/observability/logging.py
src/flock/observability/metrics.py
src/flock/observability/models.py
src/flock/observability/profiling.py
src/flock/observability/registry.py
src/flock/observability/retention.py
src/flock/observability/sampling.py
src/flock/observability/service.py
src/flock/observability/tracing.py
src/flock/orchestrator/__init__.py
src/flock/orchestrator/autoscaler.py
src/flock/orchestrator/exceptions.py
src/flock/orchestrator/models.py
src/flock/orchestrator/optimizer.py
src/flock/orchestrator/policy.py
src/flock/orchestrator/scheduler.py
src/flock/orchestrator/service.py
src/flock/placement/engine.py
src/flock/placement/exceptions.py
src/flock/placement/models.py
src/flock/placement/registry.py
src/flock/plugins/__init__.py
src/flock/plugins/exceptions.py
src/flock/plugins/loader.py
src/flock/plugins/models.py
src/flock/plugins/registry.py
src/flock/plugins/resolver.py
src/flock/plugins/sandbox.py
src/flock/plugins/service.py
src/flock/policy/__init__.py
src/flock/policy/analytics.py
src/flock/policy/approvals.py
src/flock/policy/audit.py
src/flock/policy/bundles.py
src/flock/policy/compiler.py
src/flock/policy/compliance.py
src/flock/policy/coordinator.py
src/flock/policy/engine.py
src/flock/policy/exceptions.py
src/flock/policy/inheritance.py
src/flock/policy/metrics.py
src/flock/policy/models.py
src/flock/policy/remediation.py
src/flock/policy/repository.py
src/flock/policy/selectors.py
src/flock/policy/service.py
src/flock/policy/simulation.py
src/flock/policy/synchronization.py
src/flock/protocol/packet.py
src/flock/query/__init__.py
src/flock/query/aggregation.py
src/flock/query/catalog.py
src/flock/query/exceptions.py
src/flock/query/executor.py
src/flock/query/functions.py
src/flock/query/models.py
src/flock/query/optimizer.py
src/flock/query/parser.py
src/flock/query/planner.py
src/flock/query/service.py
src/flock/recovery/__init__.py
src/flock/recovery/backup.py
src/flock/recovery/catalog.py
src/flock/recovery/checkpoint.py
src/flock/recovery/continuity.py
src/flock/recovery/coordinator.py
src/flock/recovery/disaster_service.py
src/flock/recovery/engine.py
src/flock/recovery/exceptions.py
src/flock/recovery/integrity.py
src/flock/recovery/metrics.py
src/flock/recovery/models.py
src/flock/recovery/policy.py
src/flock/recovery/policy_manager.py
src/flock/recovery/registry.py
src/flock/recovery/restore.py
src/flock/recovery/retention.py
src/flock/recovery/service.py
src/flock/recovery/snapshot.py
src/flock/release/__init__.py
src/flock/release/audit.py
src/flock/release/coordinator.py
src/flock/release/diagnostics.py
src/flock/release/exceptions.py
src/flock/release/lifecycle.py
src/flock/release/manifests.py
src/flock/release/models.py
src/flock/release/readiness.py
src/flock/release/service.py
src/flock/release/validation.py
src/flock/release/finalization/__init__.py
src/flock/release/finalization/audit.py
src/flock/release/finalization/audits.py
src/flock/release/finalization/certification.py
src/flock/release/finalization/coordinator.py
src/flock/release/finalization/exceptions.py
src/flock/release/finalization/models.py
src/flock/release/finalization/notes.py
src/flock/release/finalization/service.py
src/flock/resources/__init__.py
src/flock/resources/admission.py
src/flock/resources/allocator.py
src/flock/resources/balancer.py
src/flock/resources/capacity.py
src/flock/resources/exceptions.py
src/flock/resources/loadbalancer.py
src/flock/resources/models.py
src/flock/resources/registry.py
src/flock/resources/service.py
src/flock/results/collector.py
src/flock/results/exceptions.py
src/flock/results/models.py
src/flock/results/registry.py
src/flock/results/serializer.py
src/flock/results/service.py
src/flock/runtime/context.py
src/flock/runtime/exceptions.py
src/flock/runtime/executor.py
src/flock/runtime/models.py
src/flock/runtime/service.py
src/flock/scheduler/exceptions.py
src/flock/scheduler/models.py
src/flock/scheduler/queue.py
src/flock/scheduler/registry.py
src/flock/scheduler/service.py
src/flock/scheduling/__init__.py
src/flock/scheduling/cron.py
src/flock/scheduling/exceptions.py
src/flock/scheduling/models.py
src/flock/scheduling/registry.py
src/flock/scheduling/scheduler.py
src/flock/scheduling/service.py
src/flock/scheduling/trigger.py
src/flock/security/__init__.py
src/flock/security/audit.py
src/flock/security/authentication.py
src/flock/security/authorization.py
src/flock/security/certificates.py
src/flock/security/compliance.py
src/flock/security/crypto.py
src/flock/security/encryption.py
src/flock/security/exceptions.py
src/flock/security/handshake.py
src/flock/security/hardening.py
src/flock/security/identity.py
src/flock/security/intrusion.py
src/flock/security/models.py
src/flock/security/policy.py
src/flock/security/quarantine.py
src/flock/security/rbac.py
src/flock/security/rotation.py
src/flock/security/secrets.py
src/flock/security/service.py
src/flock/security/token.py
src/flock/security/vault.py
src/flock/serialization/json.py
src/flock/serialization/msgpack.py
src/flock/snapshot/__init__.py
src/flock/snapshot/compactor.py
src/flock/snapshot/exceptions.py
src/flock/snapshot/handlers.py
src/flock/snapshot/models.py
src/flock/snapshot/replicator.py
src/flock/snapshot/service.py
src/flock/snapshot/storage.py
src/flock/statemachine/__init__.py
src/flock/statemachine/engine.py
src/flock/statemachine/exceptions.py
src/flock/statemachine/models.py
src/flock/statemachine/service.py
src/flock/statemachine/store.py
src/flock/storage/__init__.py
src/flock/storage/backend.py
src/flock/storage/engine.py
src/flock/storage/exceptions.py
src/flock/storage/models.py
src/flock/storage/recovery.py
src/flock/storage/service.py
src/flock/storage/wal.py
src/flock/streaming/__init__.py
src/flock/streaming/backpressure.py
src/flock/streaming/exceptions.py
src/flock/streaming/models.py
src/flock/streaming/publisher.py
src/flock/streaming/registry.py
src/flock/streaming/service.py
src/flock/streaming/storage.py
src/flock/streaming/subscriber.py
src/flock/transport/tcp.py
src/flock/workflow/__init__.py
src/flock/workflow/checkpoint.py
src/flock/workflow/exceptions.py
src/flock/workflow/executor.py
src/flock/workflow/graph.py
src/flock/workflow/models.py
src/flock/workflow/planner.py
src/flock/workflow/service.py
src/flock_p2p.egg-info/PKG-INFO
src/flock_p2p.egg-info/SOURCES.txt
src/flock_p2p.egg-info/dependency_links.txt
src/flock_p2p.egg-info/requires.txt
src/flock_p2p.egg-info/top_level.txt
tests/test_admission_controller.py
tests/test_ai_metrics.py
tests/test_ai_service.py
tests/test_anomaly_detection.py
tests/test_api_gateway.py
tests/test_api_router.py
tests/test_api_serializer.py
tests/test_api_service.py
tests/test_api_validator.py
tests/test_autoscaler.py
tests/test_autoscaling_engine.py
tests/test_capacity_planner.py
tests/test_checkpointing.py
tests/test_cli_contexts.py
tests/test_cli_history.py
tests/test_cli_metrics.py
tests/test_cli_permissions.py
tests/test_cli_service.py
tests/test_cluster_advertisements.py
tests/test_cluster_intelligence.py
tests/test_cluster_membership.py
tests/test_cluster_policy.py
tests/test_cluster_predictions.py
tests/test_cluster_rebalancing.py
tests/test_cluster_registry.py
tests/test_command_executor.py
tests/test_command_parser.py
tests/test_command_registry.py
tests/test_completion.py
tests/test_configuration.py
tests/test_consensus_log.py
tests/test_consensus_service.py
tests/test_controlplane_phase38.py
tests/test_core.py
tests/test_cron_engine.py
tests/test_cross_cluster_replication.py
tests/test_cryptography.py
tests/test_dashboard_alerts.py
tests/test_dashboard_datasources.py
tests/test_dashboard_exporter.py
tests/test_dashboard_panels.py
tests/test_dashboard_renderer.py
tests/test_dashboard_service.py
tests/test_dashboard_sessions.py
tests/test_dashboard_themes.py
tests/test_dashboard_websocket.py
tests/test_dashboard_widgets.py
tests/test_data_lifecycle.py
tests/test_datagrid_failover.py
tests/test_datagrid_metrics.py
tests/test_datagrid_registry.py
tests/test_datagrid_service.py
tests/test_deployment_controller.py
tests/test_deployment_planner.py
tests/test_deployment_registry.py
tests/test_deployment_rollback.py
tests/test_deployment_service.py
tests/test_discovery_registry.py
tests/test_discovery_service.py
tests/test_distributed_cache.py
tests/test_distributed_locking.py
tests/test_distributed_queries.py
tests/test_docker_generator.py
tests/test_election.py
tests/test_event_bus.py
tests/test_event_triggers.py
tests/test_execution_recorder.py
tests/test_failover.py
tests/test_federation_failover.py
tests/test_federation_phase37.py
tests/test_federation_registry.py
tests/test_federation_service.py
tests/test_finalization_phase42.py
tests/test_forecasting.py
tests/test_formatter.py
tests/test_function_failover.py
tests/test_function_metrics.py
tests/test_function_registry.py
tests/test_function_service.py
tests/test_function_versioning.py
tests/test_global_routing.py
tests/test_global_scheduler.py
tests/test_health_monitor.py
tests/test_heartbeat.py
tests/test_identity_manager.py
tests/test_index_engine.py
tests/test_invocation_engine.py
tests/test_kubernetes_generator.py
tests/test_kvstore.py
tests/test_leader_failover.py
tests/test_learning_engine.py
tests/test_load_balancer.py
tests/test_log_compaction.py
tests/test_marketplace_phase39.py
tests/test_mesh_balancer.py
tests/test_mesh_breaker.py
tests/test_mesh_registry.py
tests/test_mesh_router.py
tests/test_mesh_service.py
tests/test_metrics_registry.py
tests/test_middleware.py
tests/test_model_synchronization.py
tests/test_object_storage.py
tests/test_observability_aggregation.py
tests/test_observability_alerts.py
tests/test_observability_collector.py
tests/test_observability_dashboard.py
tests/test_observability_logging.py
tests/test_observability_metrics.py
tests/test_observability_profiling.py
tests/test_observability_protocol.py
tests/test_observability_retention.py
tests/test_observability_sampling.py
tests/test_observability_service.py
tests/test_openapi_generator.py
tests/test_optimizer.py
tests/test_orchestrator_service.py
tests/test_packet.py
tests/test_placement.py
tests/test_plugin_dependency.py
tests/test_plugin_loader.py
tests/test_plugin_registry.py
tests/test_plugin_sandbox.py
tests/test_plugin_service.py
tests/test_policy_phase40.py
tests/test_prediction_engine.py
tests/test_predictive_scheduler.py
tests/test_profiles.py
tests/test_query_aggregation.py
tests/test_query_catalog.py
tests/test_query_executor.py
tests/test_query_functions.py
tests/test_query_optimizer.py
tests/test_query_parser.py
tests/test_query_planner.py
tests/test_query_service.py
tests/test_query_statistics.py
tests/test_rbac.py
tests/test_recommendation_engine.py
tests/test_recovery_engine.py
tests/test_recovery_phase36.py
tests/test_recovery_registry.py
tests/test_recovery_service.py
tests/test_release_phase41.py
tests/test_replication.py
tests/test_replication_coordinator.py
tests/test_request_response.py
tests/test_resource_allocator.py
tests/test_resource_balancer.py
tests/test_resource_management_service.py
tests/test_resource_registry.py
tests/test_result_collector.py
tests/test_result_registry.py
tests/test_result_serializer.py
tests/test_result_service.py
tests/test_retry_policy.py
tests/test_rollout_engine.py
tests/test_router.py
tests/test_runtime.py
tests/test_runtime_engine.py
tests/test_schedule_execution.py
tests/test_schedule_failover.py
tests/test_schedule_registry.py
tests/test_scheduler.py
tests/test_scheduler_engine.py
tests/test_scheduling_service.py
tests/test_sdk_generator.py
tests/test_secure_handshake.py
tests/test_security_audit.py
tests/test_security_phase35.py
tests/test_security_service.py
tests/test_serialization.py
tests/test_session_manager.py
tests/test_shell.py
tests/test_snapshot_compactor.py
tests/test_snapshot_replicator.py
tests/test_snapshot_restore.py
tests/test_snapshot_service.py
tests/test_snapshot_storage.py
tests/test_state_machine_engine.py
tests/test_state_machine_service.py
tests/test_state_replication.py
tests/test_state_snapshot.py
tests/test_state_store.py
tests/test_storage_backend.py
tests/test_storage_engine.py
tests/test_storage_integrity.py
tests/test_streaming_backpressure.py
tests/test_streaming_consumer_group.py
tests/test_streaming_persistence.py
tests/test_streaming_publisher.py
tests/test_streaming_registry.py
tests/test_streaming_service.py
tests/test_streaming_subscriber.py
tests/test_task_migration.py
tests/test_telemetry_aggregator.py
tests/test_telemetry_exporter.py
tests/test_template_engine.py
tests/test_token_manager.py
tests/test_tracing_engine.py
tests/test_transport.py
tests/test_trigger_engine.py
tests/test_wal.py
tests/test_wal_replay.py
tests/test_workflow_checkpoint.py
tests/test_workflow_executor.py
tests/test_workflow_graph.py
tests/test_workflow_parallelism.py
tests/test_workflow_planner.py
tests/test_workflow_recovery.py
tests/test_workflow_service.py