flowcept 0.9.12__tar.gz → 0.9.15__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.
- {flowcept-0.9.12 → flowcept-0.9.15}/PKG-INFO +1 -1
- {flowcept-0.9.12 → flowcept-0.9.15}/resources/sample_settings.yaml +1 -1
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/cli.py +1 -1
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/version.py +1 -1
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/checks.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/create-release-n-publish.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run-llm-tests.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run-tests-all-dbs.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run-tests-in-container.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run-tests-kafka.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run-tests-py313.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run-tests-simple.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run-tests.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/run_examples.sh +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.github/workflows/version_bumper.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.gitignore +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/.readthedocs.yaml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/CONTRIBUTING.md +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/LICENSE +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/Makefile +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/README.md +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/deployment/Dockerfile +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/deployment/compose-grafana.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/deployment/compose-kafka.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/deployment/compose-mofka.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/deployment/compose-mongo.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/deployment/compose.yml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/api-reference.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/architecture.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/cli-reference.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/conf.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/contributing.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/img/PROV-AGENT.svg +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/img/architecture-diagram.png +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/img/flowcept-logo-dark.png +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/img/flowcept-logo.png +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/index.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/large_data.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/prov_capture.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/prov_query.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/prov_storage.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/publications/README.md +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/quick_start.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/schemas.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/setup.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/task_schema.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/telemetry_capture.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/docs/workflow_schema.rst +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/agents/a2a/README.md +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/agents/a2a/agent1.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/agents/a2a/agent2.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/agents/aec_agent_context_manager.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/agents/aec_agent_mock.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/agents/aec_prompts.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/agents/opt_driver_mock.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/consumers/ping_pong_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/consumers/simple_consumer.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/consumers/simple_publisher.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/convergence_loop_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/dask_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/distributed_consumer_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/instrumented_loop_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/instrumented_simple_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_complex/README.md +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_complex/custom_provenance_id_mapping.yaml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_complex/llm_dataprep.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_complex/llm_main_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_complex/llm_model.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_complex/llm_test_runner.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_tutorial/README.md +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_tutorial/analysis.ipynb +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_tutorial/llm_dataprep.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_tutorial/llm_model.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/llm_tutorial/llm_train_campaign.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/mlflow_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/mqtt_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/single_layer_perceptron_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/start_here.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/tensorboard_example.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/unmanaged/main.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/examples/unmanaged/simple_task.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/notebooks/analytics.ipynb +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/notebooks/dask.ipynb +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/notebooks/dask_from_CLI.ipynb +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/notebooks/mlflow.ipynb +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/notebooks/reset_dask_nb_exec_counts.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/notebooks/tensorboard.ipynb +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/pyproject.toml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/resources/mofka/bedrock_setup.sh +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/resources/mofka/consumer.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/resources/mofka/mofka-requirements.yaml +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/resources/mofka/mofka_config.json +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/resources/simple_redis_consumer.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/agent_client.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/agents_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/dynamic_schema_tracker.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/flowcept_agent.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/flowcept_ctx_manager.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/gui/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/gui/agent_gui.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/gui/audio_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/gui/gui_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/llms/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/llms/claude_gcp.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/llms/gemini25.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/prompts/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/prompts/general_prompts.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/prompts/in_memory_query_prompts.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/tools/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/tools/general_tools.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/tools/in_memory_queries/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/tools/in_memory_queries/in_memory_queries_tools.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/agents/tools/in_memory_queries/pandas_agent_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/analytics/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/analytics/analytics_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/analytics/data_augmentation.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/analytics/plot.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/autoflush_buffer.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/docdb_dao/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/docdb_dao/docdb_dao_base.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/docdb_dao/lmdb_dao.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/docdb_dao/mongodb_dao.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/keyvalue_dao.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/mq_dao/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/mq_dao/mq_dao_base.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/mq_dao/mq_dao_kafka.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/mq_dao/mq_dao_mofka.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/mq_dao/mq_dao_redis.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/daos/redis_conn.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_dataclasses/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_dataclasses/base_settings_dataclasses.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_dataclasses/task_object.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_dataclasses/telemetry.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_dataclasses/workflow_object.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_logger.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/query_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/settings_factory.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/task_data_preprocess.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/vocabulary.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/configs.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_api/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_api/db_api.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_api/flowcept_controller.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_api/task_query_api.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_webserver/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_webserver/app.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_webserver/resources/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_webserver/resources/query_rsrc.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_webserver/resources/task_messages_rsrc.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/base_interceptor.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/brokers/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/brokers/mqtt_interceptor.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/dask/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/dask/dask_dataclasses.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/dask/dask_interceptor.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/dask/dask_plugins.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/instrumentation_interceptor.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/interceptor_state_manager.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/mlflow/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/mlflow/interception_event_handler.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/mlflow/mlflow_dao.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/mlflow/mlflow_dataclasses.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/mlflow/mlflow_interceptor.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/tensorboard/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/tensorboard/tensorboard_dataclasses.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/tensorboard/tensorboard_interceptor.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/consumers/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/consumers/agent/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/consumers/agent/base_agent_context_manager.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/consumers/base_consumer.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/consumers/consumer_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/consumers/document_inserter.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/telemetry_capture.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/instrumentation/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/instrumentation/flowcept_agent_task.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/instrumentation/flowcept_decorator.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/instrumentation/flowcept_loop.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/instrumentation/flowcept_task.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/instrumentation/flowcept_torch.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/instrumentation/task_capture.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/dask_test_utils.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/test_broker.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/test_dask.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/test_dask_with_context_mgmt.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/test_file_observer.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/test_mlflow.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/adapters/test_tensorboard.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/api/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/api/db_api_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/api/flowcept_api_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/api/sample_data.json +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/api/sample_data_with_telemetry_and_rai.json +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/api/task_query_api_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/doc_db_inserter/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/doc_db_inserter/doc_db_inserter_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/flowcept_explicit_tasks.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/flowcept_loop_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/flowcept_task_decorator_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/ml_tests/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/ml_tests/dl_trainer.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/ml_tests/ml_decorator_dask_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/ml_tests/ml_decorator_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/misc_tests/__init__.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/misc_tests/log_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/misc_tests/singleton_test.py +0 -0
- {flowcept-0.9.12 → flowcept-0.9.15}/tests/misc_tests/telemetry_test.py +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
flowcept_version: 0.9.
|
|
1
|
+
flowcept_version: 0.9.15 # Version of the Flowcept package. This setting file is compatible with this version.
|
|
2
2
|
|
|
3
3
|
project:
|
|
4
4
|
debug: true # Toggle debug mode. This will add a property `debug: true` to all saved data, making it easier to retrieve/delete them later.
|
|
@@ -66,7 +66,7 @@ def init_settings(full: bool = False):
|
|
|
66
66
|
settings_path_env = os.getenv("FLOWCEPT_SETTINGS_PATH", None)
|
|
67
67
|
if settings_path_env is not None:
|
|
68
68
|
print(f"FLOWCEPT_SETTINGS_PATH environment variable is set to {settings_path_env}.")
|
|
69
|
-
dest_path = settings_path_env
|
|
69
|
+
dest_path = Path(settings_path_env)
|
|
70
70
|
else:
|
|
71
71
|
dest_path = Path(os.path.join(configs._SETTINGS_DIR, "settings.yaml"))
|
|
72
72
|
|
|
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
|
|
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
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_dataclasses/task_object.py
RENAMED
|
File without changes
|
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/commons/flowcept_dataclasses/workflow_object.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
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowcept_webserver/resources/task_messages_rsrc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/brokers/mqtt_interceptor.py
RENAMED
|
File without changes
|
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/dask/dask_dataclasses.py
RENAMED
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/dask/dask_interceptor.py
RENAMED
|
File without changes
|
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/instrumentation_interceptor.py
RENAMED
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/interceptor_state_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/mlflow/mlflow_dataclasses.py
RENAMED
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/mlflow/mlflow_interceptor.py
RENAMED
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/src/flowcept/flowceptor/adapters/tensorboard/__init__.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
|
|
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
|
{flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/flowcept_task_decorator_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/ml_tests/ml_decorator_dask_test.py
RENAMED
|
File without changes
|
{flowcept-0.9.12 → flowcept-0.9.15}/tests/instrumentation_tests/ml_tests/ml_decorator_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|