LICENSE
README.md
pyproject.toml
tests/test_agent_task.py
tests/test_approval.py
tests/test_batch.py
tests/test_cache.py
tests/test_chat.py
tests/test_checkpoint.py
tests/test_circuit_breaker.py
tests/test_cli.py
tests/test_conditional_map.py
tests/test_contracts.py
tests/test_dag.py
tests/test_dashboard.py
tests/test_declarative.py
tests/test_dependency_injection.py
tests/test_dlq.py
tests/test_dry_run.py
tests/test_events.py
tests/test_fallback.py
tests/test_flow.py
tests/test_hooks.py
tests/test_human_task.py
tests/test_mcp.py
tests/test_middleware.py
tests/test_multi_agent.py
tests/test_rate_limiter.py
tests/test_retry_timeout.py
tests/test_sandbox.py
tests/test_scheduler.py
tests/test_secrets.py
tests/test_storage.py
tests/test_storage_backends.py
tests/test_streaming.py
tests/test_subflow.py
tests/test_telemetry.py
tests/test_testing_utils.py
tests/test_validation.py
tests/test_versioning.py
tests/test_visualization.py
water/__init__.py
water/agents/__init__.py
water/agents/approval.py
water/agents/human.py
water/agents/llm.py
water/agents/multi.py
water/agents/sandbox.py
water/core/__init__.py
water/core/config.py
water/core/context.py
water/core/engine.py
water/core/exceptions.py
water/core/flow.py
water/core/task.py
water/core/types.py
water/integrations/__init__.py
water/integrations/chat.py
water/integrations/mcp.py
water/integrations/streaming.py
water/middleware/__init__.py
water/middleware/base.py
water/middleware/events.py
water/middleware/hooks.py
water/middleware/logging.py
water/middleware/transform.py
water/observability/__init__.py
water/observability/dashboard.py
water/observability/telemetry.py
water/resilience/__init__.py
water/resilience/cache.py
water/resilience/checkpoint.py
water/resilience/circuit_breaker.py
water/resilience/dlq.py
water/resilience/rate_limiter.py
water/server/__init__.py
water/server/app.py
water/storage/__init__.py
water/storage/base.py
water/storage/postgres.py
water/storage/redis.py
water/utils/__init__.py
water/utils/cli.py
water/utils/declarative.py
water/utils/scheduler.py
water/utils/secrets.py
water/utils/testing.py
water_ai.egg-info/PKG-INFO
water_ai.egg-info/SOURCES.txt
water_ai.egg-info/dependency_links.txt
water_ai.egg-info/entry_points.txt
water_ai.egg-info/requires.txt
water_ai.egg-info/top_level.txt