edda-framework 0.15.0__tar.gz → 0.15.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {edda_framework-0.15.0 → edda_framework-0.15.1}/PKG-INFO +1 -1
- {edda_framework-0.15.0 → edda_framework-0.15.1/edda}/viewer_app.py +1 -1
- {edda_framework-0.15.0 → edda_framework-0.15.1}/pyproject.toml +2 -2
- {edda_framework-0.15.0 → edda_framework-0.15.1}/uv.lock +1 -1
- {edda_framework-0.15.0 → edda_framework-0.15.1}/.github/workflows/ci.yml +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/.github/workflows/docs.yml +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/.github/workflows/release.yml +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/.gitignore +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/.gitmodules +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/.python-version +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/Justfile +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/LICENSE +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/README.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/demo_app.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/api/reference.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/durable-execution/replay.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/events/cloudevents-http-binding.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/events/postgres-notify.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/events/wait-event.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/hooks.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/messages.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/retry.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/saga-compensation.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/transactional-outbox.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/workflows-activities.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/examples/ecommerce.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/examples/events.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/examples/fastapi-integration.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/examples/saga.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/examples/simple.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/getting-started/concepts.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/getting-started/first-workflow.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/getting-started/installation.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/getting-started/quick-start.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/index.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/integrations/llamaindex.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/integrations/mcp.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/integrations/mirascope.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/integrations/opentelemetry.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/integrations/pydantic-graph.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/integrations/pydantic-rpc.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/cloudevents-cli-trigger.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/compensation-execution.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/detail-page-loan-approval.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/detail-page-match-case.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/nested-pydantic-form.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/start-workflow-form-pydantic.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/wait-event-visualization.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/workflow-list-view.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/workflow-selection-dropdown.png +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/setup.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/visualization.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/activity.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/app.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/channels.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/compensation.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/context.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/exceptions.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/hooks.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/graph/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/graph/context.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/graph/exceptions.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/graph/graph.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/graph/nodes.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/llamaindex/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/llamaindex/events.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/llamaindex/exceptions.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/llamaindex/workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mcp/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mcp/decorators.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mcp/server.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mirascope/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mirascope/agent.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mirascope/call.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mirascope/decorator.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/mirascope/types.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/opentelemetry/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/integrations/opentelemetry/hooks.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/locking.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/migrations/mysql/20251217000000_initial_schema.sql +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/migrations/postgresql/20251217000000_initial_schema.sql +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/migrations/sqlite/20251217000000_initial_schema.sql +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/outbox/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/outbox/relayer.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/outbox/transactional.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/pydantic_utils.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/replay.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/retry.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/serialization/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/serialization/base.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/serialization/json.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/storage/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/storage/migrations.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/storage/models.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/storage/notify_base.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/storage/pg_notify.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/storage/protocol.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/storage/sqlalchemy_storage.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/viewer_ui/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/viewer_ui/app.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/viewer_ui/components.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/viewer_ui/data_service.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/viewer_ui/theme.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/visualizer/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/visualizer/ast_analyzer.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/visualizer/mermaid_generator.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/edda/wsgi.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/cancellable_workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/compensation_workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/event_waiting_app.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/event_waiting_workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/event_waiting_workflow_complete.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/graph/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/graph/demo_graph.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/graph/demo_graph_sleep.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/graph/demo_graph_wait_event.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/llamaindex/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/llamaindex/demo_workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/long_running_loop.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mcp/README.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mcp/order_processing_mcp.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mcp/prompts_example.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mcp/remote_server_example.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mcp/simple_mcp_server.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/message_passing.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mirascope/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mirascope/durable_agent.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mirascope/multi_turn.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mirascope/simple_call.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/mirascope/with_tools.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/observability_with_logfire.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/observability_with_opentelemetry.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/pydantic_rpc_integration.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/pydantic_saga.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/retry_example.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/retry_with_compensation.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/simple_workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/typeddict_example.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/examples/with_outbox.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/schema/.dbmate.yml +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/schema/.git +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/schema/.gitignore +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/schema/LICENSE +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/schema/README.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/schema/docs/column-values.md +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/conftest.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mcp/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mcp/test_cancel.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mcp/test_integration.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mcp/test_jsonrpc.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mcp/test_prompts.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mcp/test_server.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mirascope/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mirascope/test_agent.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mirascope/test_call.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mirascope/test_decorator.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mirascope/test_types.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/opentelemetry/__init__.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/opentelemetry/test_hooks.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_activity.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_activity_retry.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_activity_sync.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_app.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_ast_analyzer.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_atomic_wait_event.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_auto_migration.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_binary_data.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_channel_competing.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_channel_direct.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_channel_mode_locking.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_channel_transactional.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_cloudevents_http_binding.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_compensation.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_compensation_crash_recovery.py.wip +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_concurrent_outbox.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_context.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_cross_language_channel.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_ctx_session.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_distributed_event_delivery.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_events.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_graph_integration.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_instance_id_routing.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_lock_race_condition.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_lock_timeout_customization.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_locking.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_message_cleanup.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_message_delivery_lock.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_messages.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_migrations_integration.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_multidb_storage.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_outbox.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_pg_notify.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_polling_optimization.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_pydantic_activity.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_pydantic_enum.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_pydantic_events.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_pydantic_saga.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_pydantic_utils.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_receive_timeout.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_received_event.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_recur.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_recur_cleanup.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_replay.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_retry_policy.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_saga_parameter_extraction.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_serialization.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_skip_locked.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_stale_workflow_recovery.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_storage.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_storage_mysql.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_storage_postgresql.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_transactions.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_viewer_pagination.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_viewer_pydantic_form.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_viewer_start_saga.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_wait_timer.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_workflow.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_workflow_auto_register.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_workflow_cancellation.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_workflow_resumption.py +0 -0
- {edda_framework-0.15.0 → edda_framework-0.15.1}/zensical.toml +0 -0
|
@@ -89,7 +89,7 @@ def main() -> None:
|
|
|
89
89
|
"""Main entry point for the Edda Viewer CLI."""
|
|
90
90
|
# Step 1: Check if nicegui is installed
|
|
91
91
|
try:
|
|
92
|
-
import nicegui # noqa: F401
|
|
92
|
+
import nicegui # type: ignore[import-not-found] # noqa: F401
|
|
93
93
|
except ImportError:
|
|
94
94
|
print("Error: Viewer dependencies are not installed.", file=sys.stderr)
|
|
95
95
|
print("", file=sys.stderr)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "edda-framework"
|
|
3
|
-
version = "0.15.
|
|
3
|
+
version = "0.15.1"
|
|
4
4
|
description = "Lightweight Durable Execution Framework"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Yasushi Itoh", email = "6240399+i2y@users.noreply.github.com" }
|
|
@@ -84,7 +84,7 @@ llamaindex = [
|
|
|
84
84
|
]
|
|
85
85
|
|
|
86
86
|
[project.scripts]
|
|
87
|
-
edda-viewer = "viewer_app:main"
|
|
87
|
+
edda-viewer = "edda.viewer_app:main"
|
|
88
88
|
|
|
89
89
|
[project.urls]
|
|
90
90
|
Homepage = "https://github.com/i2y/edda"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/durable-execution/replay.md
RENAMED
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/core-features/events/postgres-notify.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/cloudevents-cli-trigger.png
RENAMED
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/compensation-execution.png
RENAMED
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/detail-page-loan-approval.png
RENAMED
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/detail-page-match-case.png
RENAMED
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/nested-pydantic-form.png
RENAMED
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/wait-event-visualization.png
RENAMED
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/docs/viewer-ui/images/workflow-list-view.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/examples/observability_with_opentelemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/mirascope/test_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/opentelemetry/__init__.py
RENAMED
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/tests/integrations/opentelemetry/test_hooks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edda_framework-0.15.0 → edda_framework-0.15.1}/tests/test_compensation_crash_recovery.py.wip
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|