README.md
pyproject.toml
src/weavert/__init__.py
src/weavert/_frontmatter.py
src/weavert/_optional_compat.py
src/weavert/agent_dispatcher.py
src/weavert/agent_execution.py
src/weavert/agent_execution_service.py
src/weavert/agent_runtime.py
src/weavert/child_result_projection.py
src/weavert/child_run_continuation.py
src/weavert/closure.py
src/weavert/context_window.py
src/weavert/contracts.py
src/weavert/control_plane.py
src/weavert/definitions.py
src/weavert/diagnostics.py
src/weavert/errors.py
src/weavert/execution_policy.py
src/weavert/invocation_catalog.py
src/weavert/isolation.py
src/weavert/jobs.py
src/weavert/result_projections.py
src/weavert/runtime_core_protocol_catalog.py
src/weavert/skill_runtime.py
src/weavert/task_discipline.py
src/weavert/task_lists.py
src/weavert/tasking.py
src/weavert/team_config.py
src/weavert/team_control_plane.py
src/weavert/team_message_bus.py
src/weavert/team_workflows.py
src/weavert/tool_executors.py
src/weavert/tool_lifecycle.py
src/weavert/tool_orchestration.py
src/weavert/tool_resolution.py
src/weavert/tool_runtime.py
src/weavert/workflow_observability.py
src/weavert.egg-info/PKG-INFO
src/weavert.egg-info/SOURCES.txt
src/weavert.egg-info/dependency_links.txt
src/weavert.egg-info/requires.txt
src/weavert.egg-info/top_level.txt
src/weavert/builtins/__init__.py
src/weavert/builtins/agents.py
src/weavert/builtins/definition_helpers.py
src/weavert/builtins/skills.py
src/weavert/builtins/tool_impls.py
src/weavert/builtins/tools.py
src/weavert/compaction/__init__.py
src/weavert/compaction/models.py
src/weavert/elicitation/__init__.py
src/weavert/elicitation/models.py
src/weavert/elicitation/service.py
src/weavert/extension_contracts/__init__.py
src/weavert/extension_contracts/isolation.py
src/weavert/extension_contracts/package_profiles.py
src/weavert/extension_contracts/public_contract.py
src/weavert/extension_contracts/scenario_runtime_packs.py
src/weavert/hooks/__init__.py
src/weavert/hooks/authoring.py
src/weavert/hooks/bus.py
src/weavert/hooks/helpers.py
src/weavert/hooks/models.py
src/weavert/hooks/platform.py
src/weavert/hosts/__init__.py
src/weavert/hosts/base.py
src/weavert/memory/__init__.py
src/weavert/memory/models.py
src/weavert/memory/schema.py
src/weavert/package_system/__init__.py
src/weavert/package_system/catalog.py
src/weavert/package_system/loading.py
src/weavert/package_system/manifests.py
src/weavert/package_system/protocols.py
src/weavert/package_system/resolution.py
src/weavert/permissions/__init__.py
src/weavert/permissions/engine.py
src/weavert/permissions/models.py
src/weavert/permissions/presets.py
src/weavert/registries/__init__.py
src/weavert/registries/agent_registry.py
src/weavert/registries/base.py
src/weavert/registries/discovery.py
src/weavert/registries/invocation_registry.py
src/weavert/registries/skill_registry.py
src/weavert/registries/tool_registry.py
src/weavert/runtime_kernel/__init__.py
src/weavert/runtime_kernel/config.py
src/weavert/runtime_kernel/kernel.py
src/weavert/runtime_kernel/preflight.py
src/weavert/runtime_services/__init__.py
src/weavert/session_runtime/__init__.py
src/weavert/session_runtime/controller.py
src/weavert/session_runtime/ingress.py
src/weavert/session_runtime/models.py
src/weavert/session_runtime/transcript.py
src/weavert/teammate_orchestration/__init__.py
src/weavert/teammate_orchestration/mailbox.py
src/weavert/teammate_orchestration/models.py
src/weavert/teammate_orchestration/service.py
src/weavert/turn_engine/__init__.py
src/weavert/turn_engine/composer.py
src/weavert/turn_engine/control_plane.py
src/weavert/turn_engine/engine.py
src/weavert/turn_engine/message_protocol.py
src/weavert/turn_engine/models.py