LICENSE
README.md
pyproject.toml
tests/test_all.py
tests/test_architecture_delta.py
tests/test_benchmark.py
tests/test_confidence_scorer.py
tests/test_coordination.py
tests/test_credential_store.py
tests/test_distributed_cluster.py
tests/test_event_sourcing.py
tests/test_evidence_collection.py
tests/test_execution_report.py
tests/test_execution_trace.py
tests/test_heartbeat.py
tests/test_intent_spec.py
tests/test_messaging.py
tests/test_mtls.py
tests/test_opentelemetry.py
tests/test_persistence.py
tests/test_phase1_remaining.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_phase3_integration.py
tests/test_phase5.py
tests/test_planner.py
tests/test_policy_gate_v2.py
tests/test_protocol_adapters.py
tests/test_recovery.py
tests/test_storage.py
tests/test_storage_integration.py
tests/test_task_lifecycle_events.py
tests/test_v1_change_proposal.py
tests/test_v1_constraint_merge.py
zelos/__init__.py
zelos/advanced_execution.py
zelos/capability_registry.py
zelos/change_proposal.py
zelos/cli.py
zelos/confidence.py
zelos/config_loader.py
zelos/constraint_engine.py
zelos/container_isolation.py
zelos/coordination.py
zelos/credential_injector.py
zelos/credential_store.py
zelos/distributed.py
zelos/event_bus.py
zelos/event_sourcing.py
zelos/evidence.py
zelos/execution_engine.py
zelos/execution_report.py
zelos/execution_trace.py
zelos/goal_state.py
zelos/hot_reload.py
zelos/http_adapter.py
zelos/memory.py
zelos/merge_executor.py
zelos/messaging.py
zelos/messaging_nats.py
zelos/multi_tenancy.py
zelos/observability.py
zelos/planner.py
zelos/plugin_isolation.py
zelos/plugin_manager.py
zelos/policy.py
zelos/policy_gate.py
zelos/protocol_adapters.py
zelos/runtime.py
zelos/scheduler.py
zelos/security.py
zelos/storage.py
zelos/task_graph.py
zelos/verifier.py
zelos/verifier_chain.py
zelos/verifier_v2.py
zelos_runtime.egg-info/PKG-INFO
zelos_runtime.egg-info/SOURCES.txt
zelos_runtime.egg-info/dependency_links.txt
zelos_runtime.egg-info/requires.txt
zelos_runtime.egg-info/top_level.txt
zelos_sdk/__init__.py
zelos_sdk/agent.py
zelos_sdk/client.py
zelos_sdk/schema.py