LICENSE
README.md
pyproject.toml
tests/test_a2a.py
tests/test_agent_task.py
tests/test_approval.py
tests/test_auto_instrument.py
tests/test_batch.py
tests/test_batch_processor.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_context_management.py
tests/test_contracts.py
tests/test_cost_tracking.py
tests/test_dag.py
tests/test_dashboard.py
tests/test_declarative.py
tests/test_dependency_injection.py
tests/test_deploy.py
tests/test_dlq.py
tests/test_dry_run.py
tests/test_eval.py
tests/test_eval_cli.py
tests/test_events.py
tests/test_fallback.py
tests/test_fallback_chain.py
tests/test_flow.py
tests/test_flow_cache.py
tests/test_guardrail_retry.py
tests/test_guardrails.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_planner.py
tests/test_plugins.py
tests/test_prompts.py
tests/test_provider_limiter.py
tests/test_rate_limiter.py
tests/test_replay.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_streaming_agent.py
tests/test_structured_logging.py
tests/test_subflow.py
tests/test_task_library.py
tests/test_telemetry.py
tests/test_testing_utils.py
tests/test_tools.py
tests/test_trace.py
tests/test_triggers.py
tests/test_try_catch.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/batch.py
water/agents/context.py
water/agents/fallback.py
water/agents/human.py
water/agents/llm.py
water/agents/multi.py
water/agents/planner.py
water/agents/prompts.py
water/agents/sandbox.py
water/agents/streaming.py
water/agents/tools.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/replay.py
water/core/subflow.py
water/core/task.py
water/core/types.py
water/core/versioning.py
water/eval/__init__.py
water/eval/cli.py
water/eval/config.py
water/eval/evaluators.py
water/eval/report.py
water/eval/suite.py
water/guardrails/__init__.py
water/guardrails/base.py
water/guardrails/content.py
water/guardrails/cost.py
water/guardrails/retry.py
water/guardrails/schema.py
water/guardrails/topic.py
water/integrations/__init__.py
water/integrations/a2a.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/auto_instrument.py
water/observability/cost.py
water/observability/dashboard.py
water/observability/logging.py
water/observability/telemetry.py
water/observability/trace.py
water/plugins/__init__.py
water/plugins/base.py
water/plugins/registry.py
water/resilience/__init__.py
water/resilience/cache.py
water/resilience/checkpoint.py
water/resilience/circuit_breaker.py
water/resilience/dlq.py
water/resilience/flow_cache.py
water/resilience/provider_limiter.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/tasks/__init__.py
water/tasks/http.py
water/tasks/io.py
water/tasks/notify.py
water/tasks/transform.py
water/tasks/utils.py
water/triggers/__init__.py
water/triggers/base.py
water/triggers/cron.py
water/triggers/queue.py
water/triggers/webhook.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/utils/deploy/__init__.py
water/utils/deploy/docker.py
water/utils/deploy/fly.py
water/utils/deploy/railway.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