LICENSE
README.md
setup.py
tests/test.py
tests/test_agent_templates.py
tests/test_aop.py
tests/test_cli.py
tests/test_component_chain.py
tests/test_compositions.py
tests/test_config.py
tests/test_container.py
tests/test_deployment.py
tests/test_distributed_lock.py
tests/test_doctor.py
tests/test_evaluation.py
tests/test_event_bus.py
tests/test_http_provider_templates.py
tests/test_kernel_events.py
tests/test_kernel_loading.py
tests/test_kernel_plugins.py
tests/test_kernel_registry.py
tests/test_legacy_compat.py
tests/test_lifecycle.py
tests/test_local_runtime.py
tests/test_mcp_client.py
tests/test_model_invocation.py
tests/test_model_probing.py
tests/test_model_routing.py
tests/test_model_testing.py
tests/test_model_types.py
tests/test_observability.py
tests/test_openai_compatible_provider.py
tests/test_package_integrity.py
tests/test_pricing.py
tests/test_react_agent.py
tests/test_sandbox.py
tests/test_sandbox_runtime.py
tests/test_scanner.py
tests/test_sessions.py
tests/test_timeout.py
tests/test_tool_adapters.py
tests/test_tool_loading.py
tests/test_tool_runtime.py
tests/test_tui.py
tests/test_workflow_adapters.py
tests/test_workflow_engine.py
w_agent/__init__.py
w_agent/__main__.py
w_agent/cli.py
w_agent/compat.py
w_agent/compositions.py
w_agent/evaluation.py
w_agent/local_runtime.py
w_agent/sessions.py
w_agent/tui.py
w_agent/agents/__init__.py
w_agent/agents/persistence.py
w_agent/agents/react.py
w_agent/agents/templates.py
w_agent/agents/types.py
w_agent/aop/__init__.py
w_agent/aop/aspects.py
w_agent/aop/joinpoint.py
w_agent/aop/pointcut.py
w_agent/aop/proxy_factory.py
w_agent/config/__init__.py
w_agent/config/dynamic_config.py
w_agent/container/__init__.py
w_agent/container/bean_factory.py
w_agent/container/reflection_cache.py
w_agent/core/__init__.py
w_agent/core/agent.py
w_agent/core/decorators.py
w_agent/core/doctor.py
w_agent/core/event_bus.py
w_agent/deployment/__init__.py
w_agent/deployment/fastapi_depends.py
w_agent/distributed/__init__.py
w_agent/distributed/lock.py
w_agent/distributed/lock_pool.py
w_agent/exceptions/__init__.py
w_agent/exceptions/framework_errors.py
w_agent/kernel/__init__.py
w_agent/kernel/events.py
w_agent/kernel/exceptions.py
w_agent/kernel/loading.py
w_agent/kernel/plugins.py
w_agent/kernel/registry.py
w_agent/kernel/scope.py
w_agent/lifecycle/__init__.py
w_agent/lifecycle/graceful_shutdown.py
w_agent/lifecycle/manager.py
w_agent/lifecycle/order.py
w_agent/migration/__init__.py
w_agent/migration/migrate_previous.py
w_agent/models/__init__.py
w_agent/models/errors.py
w_agent/models/http_provider.py
w_agent/models/invocation.py
w_agent/models/native_mappings.py
w_agent/models/openai_compatible.py
w_agent/models/pricing.py
w_agent/models/probing.py
w_agent/models/provider.py
w_agent/models/routing.py
w_agent/models/templates.py
w_agent/models/types.py
w_agent/observability/__init__.py
w_agent/observability/health.py
w_agent/observability/logging.py
w_agent/observability/metrics.py
w_agent/observability/tracing.py
w_agent/resilience/__init__.py
w_agent/resilience/bulkhead.py
w_agent/resilience/timeout.py
w_agent/sandbox/__init__.py
w_agent/sandbox/docker.py
w_agent/sandbox/process.py
w_agent/sandbox/registry.py
w_agent/sandbox/types.py
w_agent/sandbox/unsafe_local.py
w_agent/scanner/__init__.py
w_agent/scanner/cache.py
w_agent/scanner/parallel_scanner.py
w_agent/security/__init__.py
w_agent/security/mcp_auth.py
w_agent/skills/__init__.py
w_agent/skills/signature.py
w_agent/skills/skill.py
w_agent/skills/sandbox/__init__.py
w_agent/skills/sandbox/nsjail_sandbox.py
w_agent/skills/sandbox/wasm_sandbox.py
w_agent/testing/__init__.py
w_agent/testing/mock_utils.py
w_agent/testing/model_provider.py
w_agent/tools/__init__.py
w_agent/tools/command_adapter.py
w_agent/tools/execution.py
w_agent/tools/http_adapter.py
w_agent/tools/langchain_adapter.py
w_agent/tools/loading.py
w_agent/tools/mcp_adapter.py
w_agent/tools/mcp_client.py
w_agent/tools/policies.py
w_agent/tools/python.py
w_agent/tools/registry.py
w_agent/tools/sandbox_adapter.py
w_agent/tools/types.py
w_agent/workflows/__init__.py
w_agent/workflows/adapters.py
w_agent/workflows/engine.py
w_agent/workflows/persistence.py
w_agent/workflows/registry.py
w_agent/workflows/types.py
wagent_framework.egg-info/PKG-INFO
wagent_framework.egg-info/SOURCES.txt
wagent_framework.egg-info/dependency_links.txt
wagent_framework.egg-info/entry_points.txt
wagent_framework.egg-info/requires.txt
wagent_framework.egg-info/top_level.txt