README.md
pyproject.toml
src/agentcicd/__init__.py
src/agentcicd/__main__.py
src/agentcicd/cli.py
src/agentcicd/config.py
src/agentcicd/errors.py
src/agentcicd/inputs.py
src/agentcicd/project.py
src/agentcicd/reports.py
src/agentcicd/secrets.py
src/agentcicd/ui_server.py
src/agentcicd.egg-info/PKG-INFO
src/agentcicd.egg-info/SOURCES.txt
src/agentcicd.egg-info/dependency_links.txt
src/agentcicd.egg-info/entry_points.txt
src/agentcicd.egg-info/requires.txt
src/agentcicd.egg-info/top_level.txt
src/agentcicd/fixtures/__init__.py
src/agentcicd/fixtures/_attrs.py
src/agentcicd/fixtures/builtin_authoring.py
src/agentcicd/fixtures/cli.py
src/agentcicd/fixtures/manifest.py
src/agentcicd/fixtures/registry.py
src/agentcicd/fixtures/runtime_globals.py
src/agentcicd/fixtures/specs.py
src/agentcicd/fixtures/types.py
src/agentcicd/fixtures/aisystem/__init__.py
src/agentcicd/fixtures/aisystem/auth_config.py
src/agentcicd/fixtures/aisystem/auth_headers.py
src/agentcicd/fixtures/aisystem/http_client.py
src/agentcicd/fixtures/aisystem/llm_completion.py
src/agentcicd/fixtures/aisystem/llm_embeddings.py
src/agentcicd/fixtures/aisystem/llm_responses.py
src/agentcicd/fixtures/core/function.py
src/agentcicd/fixtures/core/rate_limit.py
src/agentcicd/fixtures/core/retry.py
src/agentcicd/fixtures/core/runtime_control.py
src/agentcicd/fixtures/core/timeout.py
src/agentcicd/fixtures/core/tracing.py
src/agentcicd/fixtures/core/types.py
src/agentcicd/fixtures/core/udf.py
src/agentcicd/fixtures/environments/__init__.py
src/agentcicd/fixtures/environments/browser/__init__.py
src/agentcicd/fixtures/environments/browser/environment.py
src/agentcicd/fixtures/environments/browser/playwright_adapter.py
src/agentcicd/fixtures/environments/browser/types.py
src/agentcicd/fixtures/environments/core/__init__.py
src/agentcicd/fixtures/environments/core/errors.py
src/agentcicd/fixtures/environments/core/ids.py
src/agentcicd/fixtures/environments/core/lifecycle.py
src/agentcicd/fixtures/environments/core/policies.py
src/agentcicd/fixtures/environments/shell/__init__.py
src/agentcicd/fixtures/environments/shell/environment.py
src/agentcicd/fixtures/environments/shell/subprocess_adapter.py
src/agentcicd/fixtures/environments/shell/types.py
src/agentcicd/fixtures/environments/testing/__init__.py
src/agentcicd/fixtures/environments/testing/fakes.py
src/agentcicd/fixtures/environments/testing/fixtures.py
src/agentcicd/fixtures/functions/__init__.py
src/agentcicd/fixtures/functions/a2a.py
src/agentcicd/fixtures/functions/agent_harness.py
src/agentcicd/fixtures/functions/agent_harness_environment.py
src/agentcicd/fixtures/functions/data.py
src/agentcicd/fixtures/functions/elo.py
src/agentcicd/fixtures/functions/environment_aliases.py
src/agentcicd/fixtures/functions/http.py
src/agentcicd/fixtures/functions/llm_chat.py
src/agentcicd/fixtures/functions/llm_responses.py
src/agentcicd/fixtures/functions/objectstore.py
src/agentcicd/fixtures/functions/ragas.py
src/agentcicd/fixtures/functions/simple_agent.py
src/agentcicd/fixtures/functions/string.py
src/agentcicd/fixtures/functions/tool.py
src/agentcicd/fixtures/functions/trajectory.py
src/agentcicd/fixtures/functions/zip.py
src/agentcicd/fixtures/functions/environments/__init__.py
src/agentcicd/fixtures/functions/environments/runtime.py
src/agentcicd/fixtures/functions/environments/spec_udfs.py
src/agentcicd/fixtures/functions/mcp/__init__.py
src/agentcicd/fixtures/functions/mcp/materialized.py
src/agentcicd/fixtures/functions/mcp/playwright.py
src/agentcicd/fixtures/functions/mcp/specs.py
src/agentcicd/fixtures/functions/simulators/__init__.py
src/agentcicd/fixtures/functions/simulators/contracts.py
src/agentcicd/fixtures/functions/simulators/runtime.py
src/agentcicd/fixtures/functions/simulators/udfs.py
src/agentcicd/fixtures/functions/utils/__init__.py
src/agentcicd/fixtures/functions/utils/resource_records.py
src/agentcicd/fixtures/functions/utils/runtime_context.py
src/agentcicd/fixtures/runtime/__init__.py
src/agentcicd/fixtures/runtime/function_runner.py
src/agentcicd/fixtures/runtime/sandbox_manager.py
src/agentcicd/inspection/__init__.py
src/agentcicd/inspection/inspection-v1.schema.json
src/agentcicd/inspection/local.py
src/agentcicd/inspection/models.py
src/agentcicd/runtime/__init__.py
src/agentcicd/runtime/local_fixtures.py
src/agentcicd/runtime/local_runner.py
src/agentcicd/sandbox/__init__.py
src/agentcicd/sandbox/function_runner.py
src/agentcicd/sandbox/gvisor_helper.py
src/agentcicd/sandbox/manager.py
src/agentcicd/sql/__init__.py
src/agentcicd/sql/__main__.py
src/agentcicd/sql/api.py
src/agentcicd/sql/builtin_fixtures_manifest.json
src/agentcicd/sql/contracts.py
src/agentcicd/sql/dialect.py
src/agentcicd/sql/fixture_contracts.py
src/agentcicd/sql/fixture_manifest.py
src/agentcicd/sql/integration.py
src/agentcicd/sql/json_semantics.py
src/agentcicd/sql/logging_utils.py
src/agentcicd/sql/main.py
src/agentcicd/sql/pool_inputs.py
src/agentcicd/sql/runtime_context_loader.py
src/agentcicd/sql/segmentation.py
src/agentcicd/sql/udf_registry.py
src/agentcicd/sql/wrapped_validation.py
src/agentcicd/sql/analysis/__init__.py
src/agentcicd/sql/analysis/artifact_validation.py
src/agentcicd/sql/analysis/recipe_graph.py
src/agentcicd/sql/analysis/runtime_dependencies.py
src/agentcicd/sql/cell_semantics/__init__.py
src/agentcicd/sql/cell_semantics/errors.py
src/agentcicd/sql/cell_semantics/json.py
src/agentcicd/sql/cell_semantics/sql.py
src/agentcicd/sql/cell_semantics/types.py
src/agentcicd/sql/engine/__init__.py
src/agentcicd/sql/engine/annotation_store.py
src/agentcicd/sql/engine/cell_metadata.py
src/agentcicd/sql/engine/config.py
src/agentcicd/sql/engine/entrypoint.py
src/agentcicd/sql/engine/interfaces.py
src/agentcicd/sql/engine/objectstore_functions.py
src/agentcicd/sql/engine/plan.py
src/agentcicd/sql/engine/progress_reporter.py
src/agentcicd/sql/engine/publication_store.py
src/agentcicd/sql/engine/rerun_analysis.py
src/agentcicd/sql/engine/reusable_stages.py
src/agentcicd/sql/engine/runner.py
src/agentcicd/sql/engine/runtime.py
src/agentcicd/sql/engine/runtime_aliases.py
src/agentcicd/sql/engine/runtime_functions.py
src/agentcicd/sql/engine/source_loader.py
src/agentcicd/sql/engine/spark_backend.py
src/agentcicd/sql/engine/spark_udf.py
src/agentcicd/sql/engine/stable_hashing.py
src/agentcicd/sql/engine/stage_manifest.py
src/agentcicd/sql/engine/table_format_types.py
src/agentcicd/sql/engine/validator.py
src/agentcicd/sql/engine/backends/__init__.py
src/agentcicd/sql/engine/backends/spark/__init__.py
src/agentcicd/sql/engine/backends/spark/cells.py
src/agentcicd/sql/engine/backends/spark/common.py
src/agentcicd/sql/engine/backends/spark/debug_streams.py
src/agentcicd/sql/engine/backends/spark/layout.py
src/agentcicd/sql/engine/backends/spark/reuse.py
src/agentcicd/sql/engine/backends/spark/session.py
src/agentcicd/sql/engine/backends/spark/stage_artifacts.py
src/agentcicd/sql/engine/backends/spark/table_io.py
src/agentcicd/sql/engine/backends/spark/table_registry.py
src/agentcicd/sql/injections/__init__.py
src/agentcicd/sql/injections/recipe_defaults.py
src/agentcicd/sql/ir/__init__.py
src/agentcicd/sql/ir/column_semantics.py
src/agentcicd/sql/ir/expressions.py
src/agentcicd/sql/ir/functions.py
src/agentcicd/sql/ir/metadata.py
src/agentcicd/sql/ir/options.py
src/agentcicd/sql/ir/pretty.py
src/agentcicd/sql/ir/statements.py
src/agentcicd/sql/ir/visitors.py
src/agentcicd/sql/lowering/__init__.py
src/agentcicd/sql/lowering/metadata_lowering.py
src/agentcicd/sql/lowering/scope.py
src/agentcicd/sql/lowering/segment_lowering.py
src/agentcicd/sql/lowering/sql_function_lowering.py
src/agentcicd/sql/lowering/sql_lowering.py
src/agentcicd/sql/lowering/variant_lowering.py
src/agentcicd/sql/observability/__init__.py
src/agentcicd/sql/observability/diagnostics.py
src/agentcicd/sql/observability/events.py
src/agentcicd/sql/observability/fixture_traces.py
src/agentcicd/sql/observability/progress.py
src/agentcicd/sql/observability/redaction.py
src/agentcicd/sql/observability/sinks.py
src/agentcicd/sql/parsing/__init__.py
src/agentcicd/sql/parsing/function_args.py
src/agentcicd/sql/parsing/parser.py
src/agentcicd/sql/parsing/python_to_sql_lexer.py
src/agentcicd/sql/parsing/runtime_signature_registry.py
src/agentcicd/sql/parsing/segmentation.py
src/agentcicd/sql/parsing/sql_segments.py
src/agentcicd/sql/parsing/sql_transpiler.py
src/agentcicd/sql/parsing/script_parser/__init__.py
src/agentcicd/sql/parsing/script_parser/binding.py
src/agentcicd/sql/parsing/script_parser/core.py
src/agentcicd/sql/parsing/script_parser/facade.py
src/agentcicd/sql/parsing/script_parser/functions.py
src/agentcicd/sql/parsing/script_parser/segments.py
src/agentcicd/sql/runtime/__init__.py
src/agentcicd/sql/runtime/cache.py
src/agentcicd/sql/runtime/cell_envelopes.py
src/agentcicd/sql/runtime/cells.py
src/agentcicd/sql/runtime/controls.py
src/agentcicd/sql/runtime/errors.py
src/agentcicd/sql/runtime/invocation_executor.py
src/agentcicd/sql/runtime/package_distribution.py
src/agentcicd/sql/runtime/payloads.py
src/agentcicd/sql/runtime/rate_limits.py
src/agentcicd/sql/runtime/signatures.py
src/agentcicd/sql/runtime/spark_types.py
src/agentcicd/sql/runtime/invokers/__init__.py
src/agentcicd/sql/runtime/invokers/composite.py
src/agentcicd/sql/runtime/invokers/http.py
src/agentcicd/sql/runtime/invokers/local_fixture.py
src/agentcicd/sql/runtime/invokers/spark.py
src/agentcicd/sql/runtime/invokers/stub.py
src/agentcicd/sql/runtime/transports/__init__.py
src/agentcicd/sql/runtime/transports/http.py
src/agentcicd/sql/runtime/udf_compat/__init__.py
src/agentcicd/sql/runtime/udf_compat/attrs.py
src/agentcicd/sql/runtime/udf_compat/function.py
src/agentcicd/sql/runtime/udf_compat/retry.py
src/agentcicd/sql/runtime/udf_compat/runtime_control.py
src/agentcicd/sql/runtime/udf_compat/timeout.py
src/agentcicd/sql/runtime/udf_compat/tracing.py
src/agentcicd/sql/runtime/udf_compat/types.py
src/agentcicd/sql/runtime/udf_compat/udf.py
src/agentcicd/sql/semantics/__init__.py
src/agentcicd/sql/semantics/arg_binding.py
src/agentcicd/sql/semantics/dependency_graph.py
src/agentcicd/sql/semantics/registry.py
src/agentcicd/sql/semantics/resolver.py
src/agentcicd/sql/semantics/types.py
src/agentcicd/sql/semantics/validation.py
src/agentcicd/sql/surface/__init__.py
src/agentcicd/sql/surface/custom_statement_parser.py
src/agentcicd/sql/surface/rich_function_parser.py
src/agentcicd/sql/surface/spark_sql_parser.py
src/agentcicd/sql/surface/sqlglot_bridge.py
src/agentcicd/sql/surface/top_level_parser.py
src/agentcicd/sql/testing/__init__.py
src/agentcicd/sql/testing/e2e_udfs.py
src/agentcicd/sql/testing/testing_udfs.py
src/agentcicd/ui_static/index.html
src/agentcicd/ui_static/assets/index-CK3Q5k8F.css
src/agentcicd/ui_static/assets/index-dYOnHP8I.js