LICENSE
MANIFEST.in
README.md
pyproject.toml
src/julee/__init__.py
src/julee/py.typed
src/julee.egg-info/PKG-INFO
src/julee.egg-info/SOURCES.txt
src/julee.egg-info/dependency_links.txt
src/julee.egg-info/requires.txt
src/julee.egg-info/top_level.txt
src/julee/contrib/__init__.py
src/julee/contrib/ceap/__init__.py
src/julee/contrib/ceap/_schema_ref.py
src/julee/contrib/ceap/conftest.py
src/julee/contrib/ceap/apps/__init__.py
src/julee/contrib/ceap/apps/api/__init__.py
src/julee/contrib/ceap/apps/api/app.py
src/julee/contrib/ceap/apps/api/dependencies.py
src/julee/contrib/ceap/apps/api/requests.py
src/julee/contrib/ceap/apps/api/responses.py
src/julee/contrib/ceap/apps/api/routers/__init__.py
src/julee/contrib/ceap/apps/api/routers/assembly_specifications.py
src/julee/contrib/ceap/apps/api/routers/documents.py
src/julee/contrib/ceap/apps/api/routers/knowledge_service_configs.py
src/julee/contrib/ceap/apps/api/routers/knowledge_service_queries.py
src/julee/contrib/ceap/apps/api/routers/system.py
src/julee/contrib/ceap/apps/api/routers/workflows.py
src/julee/contrib/ceap/apps/api/services/__init__.py
src/julee/contrib/ceap/apps/api/services/system_initialization.py
src/julee/contrib/ceap/apps/api/tests/__init__.py
src/julee/contrib/ceap/apps/api/tests/test_app.py
src/julee/contrib/ceap/apps/api/tests/test_dependencies.py
src/julee/contrib/ceap/apps/api/tests/test_requests.py
src/julee/contrib/ceap/apps/api/tests/routers/__init__.py
src/julee/contrib/ceap/apps/api/tests/routers/test_assembly_specifications.py
src/julee/contrib/ceap/apps/api/tests/routers/test_documents.py
src/julee/contrib/ceap/apps/api/tests/routers/test_knowledge_service_configs.py
src/julee/contrib/ceap/apps/api/tests/routers/test_knowledge_service_queries.py
src/julee/contrib/ceap/apps/api/tests/routers/test_system.py
src/julee/contrib/ceap/apps/api/tests/routers/test_workflows.py
src/julee/contrib/ceap/apps/worker/__init__.py
src/julee/contrib/ceap/apps/worker/extract_assemble.py
src/julee/contrib/ceap/apps/worker/main.py
src/julee/contrib/ceap/apps/worker/validate_document.py
src/julee/contrib/ceap/domain/__init__.py
src/julee/contrib/ceap/domain/models/__init__.py
src/julee/contrib/ceap/domain/models/assembly/__init__.py
src/julee/contrib/ceap/domain/models/assembly/assembly.py
src/julee/contrib/ceap/domain/models/assembly/tests/__init__.py
src/julee/contrib/ceap/domain/models/assembly/tests/factories.py
src/julee/contrib/ceap/domain/models/assembly/tests/test_assembly.py
src/julee/contrib/ceap/domain/models/assembly_specification/__init__.py
src/julee/contrib/ceap/domain/models/assembly_specification/assembly_specification.py
src/julee/contrib/ceap/domain/models/assembly_specification/knowledge_service_query.py
src/julee/contrib/ceap/domain/models/assembly_specification/tests/__init__.py
src/julee/contrib/ceap/domain/models/assembly_specification/tests/factories.py
src/julee/contrib/ceap/domain/models/assembly_specification/tests/test_assembly_specification.py
src/julee/contrib/ceap/domain/models/assembly_specification/tests/test_knowledge_service_query.py
src/julee/contrib/ceap/domain/models/custom_fields/__init__.py
src/julee/contrib/ceap/domain/models/custom_fields/content_stream.py
src/julee/contrib/ceap/domain/models/custom_fields/tests/__init__.py
src/julee/contrib/ceap/domain/models/custom_fields/tests/test_custom_fields.py
src/julee/contrib/ceap/domain/models/document/__init__.py
src/julee/contrib/ceap/domain/models/document/document.py
src/julee/contrib/ceap/domain/models/document/tests/__init__.py
src/julee/contrib/ceap/domain/models/document/tests/factories.py
src/julee/contrib/ceap/domain/models/document/tests/test_document.py
src/julee/contrib/ceap/domain/models/knowledge_service_config/__init__.py
src/julee/contrib/ceap/domain/models/knowledge_service_config/knowledge_service_config.py
src/julee/contrib/ceap/domain/models/policy/__init__.py
src/julee/contrib/ceap/domain/models/policy/document_policy_validation.py
src/julee/contrib/ceap/domain/models/policy/policy.py
src/julee/contrib/ceap/domain/models/policy/tests/__init__.py
src/julee/contrib/ceap/domain/models/policy/tests/factories.py
src/julee/contrib/ceap/domain/models/policy/tests/test_document_policy_validation.py
src/julee/contrib/ceap/domain/models/policy/tests/test_policy.py
src/julee/contrib/ceap/domain/repositories/__init__.py
src/julee/contrib/ceap/domain/repositories/assembly.py
src/julee/contrib/ceap/domain/repositories/assembly_specification.py
src/julee/contrib/ceap/domain/repositories/document.py
src/julee/contrib/ceap/domain/repositories/document_policy_validation.py
src/julee/contrib/ceap/domain/repositories/knowledge_service_config.py
src/julee/contrib/ceap/domain/repositories/knowledge_service_query.py
src/julee/contrib/ceap/domain/repositories/policy.py
src/julee/contrib/ceap/domain/repositories/remote_schema.py
src/julee/contrib/ceap/fixtures/assembly_specifications.json
src/julee/contrib/ceap/fixtures/documents.yaml
src/julee/contrib/ceap/fixtures/knowledge_service_configs.yaml
src/julee/contrib/ceap/fixtures/knowledge_service_queries.yaml
src/julee/contrib/ceap/infrastructure/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/http/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/http/schema.py
src/julee/contrib/ceap/infrastructure/repositories/memory/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/memory/assembly.py
src/julee/contrib/ceap/infrastructure/repositories/memory/assembly_specification.py
src/julee/contrib/ceap/infrastructure/repositories/memory/document.py
src/julee/contrib/ceap/infrastructure/repositories/memory/document_policy_validation.py
src/julee/contrib/ceap/infrastructure/repositories/memory/knowledge_service_config.py
src/julee/contrib/ceap/infrastructure/repositories/memory/knowledge_service_query.py
src/julee/contrib/ceap/infrastructure/repositories/memory/policy.py
src/julee/contrib/ceap/infrastructure/repositories/memory/remote_schema.py
src/julee/contrib/ceap/infrastructure/repositories/memory/tests/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/memory/tests/test_document.py
src/julee/contrib/ceap/infrastructure/repositories/memory/tests/test_document_policy_validation.py
src/julee/contrib/ceap/infrastructure/repositories/memory/tests/test_policy.py
src/julee/contrib/ceap/infrastructure/repositories/minio/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/minio/assembly.py
src/julee/contrib/ceap/infrastructure/repositories/minio/assembly_specification.py
src/julee/contrib/ceap/infrastructure/repositories/minio/document.py
src/julee/contrib/ceap/infrastructure/repositories/minio/document_policy_validation.py
src/julee/contrib/ceap/infrastructure/repositories/minio/knowledge_service_config.py
src/julee/contrib/ceap/infrastructure/repositories/minio/knowledge_service_query.py
src/julee/contrib/ceap/infrastructure/repositories/minio/policy.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/test_assembly.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/test_assembly_specification.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/test_document.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/test_document_policy_validation.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/test_knowledge_service_config.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/test_knowledge_service_query.py
src/julee/contrib/ceap/infrastructure/repositories/minio/tests/test_policy.py
src/julee/contrib/ceap/infrastructure/repositories/temporal/__init__.py
src/julee/contrib/ceap/infrastructure/repositories/temporal/activities.py
src/julee/contrib/ceap/infrastructure/repositories/temporal/activity_names.py
src/julee/contrib/ceap/infrastructure/repositories/temporal/proxies.py
src/julee/contrib/ceap/infrastructure/services/__init__.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/__init__.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/factory.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/knowledge_service.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/test_factory.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/anthropic/__init__.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/anthropic/knowledge_service.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/anthropic/tests/test_knowledge_service.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/memory/__init__.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/memory/knowledge_service.py
src/julee/contrib/ceap/infrastructure/services/knowledge_service/memory/test_knowledge_service.py
src/julee/contrib/ceap/infrastructure/services/temporal/__init__.py
src/julee/contrib/ceap/infrastructure/services/temporal/activities.py
src/julee/contrib/ceap/infrastructure/services/temporal/activity_names.py
src/julee/contrib/ceap/infrastructure/services/temporal/proxies.py
src/julee/contrib/ceap/usecases/__init__.py
src/julee/contrib/ceap/usecases/decorators.py
src/julee/contrib/ceap/usecases/extract_assemble_data.py
src/julee/contrib/ceap/usecases/initialize_system_data.py
src/julee/contrib/ceap/usecases/pointable_json_schema.py
src/julee/contrib/ceap/usecases/validate_document.py
src/julee/contrib/ceap/usecases/tests/__init__.py
src/julee/contrib/ceap/usecases/tests/test_extract_assemble_data.py
src/julee/contrib/ceap/usecases/tests/test_initialize_system_data.py
src/julee/contrib/ceap/usecases/tests/test_pointable_json_schema.py
src/julee/contrib/ceap/usecases/tests/test_validate_document.py
src/julee/contrib/polling/__init__.py
src/julee/contrib/polling/apps/__init__.py
src/julee/contrib/polling/apps/worker/__init__.py
src/julee/contrib/polling/apps/worker/pipelines.py
src/julee/contrib/polling/domain/__init__.py
src/julee/contrib/polling/domain/models/__init__.py
src/julee/contrib/polling/domain/models/polling_config.py
src/julee/contrib/polling/domain/services/__init__.py
src/julee/contrib/polling/domain/services/new_data_analyzer.py
src/julee/contrib/polling/domain/services/poller.py
src/julee/contrib/polling/domain/services/polling_result_handler.py
src/julee/contrib/polling/infrastructure/__init__.py
src/julee/contrib/polling/infrastructure/services/__init__.py
src/julee/contrib/polling/infrastructure/services/polling/__init__.py
src/julee/contrib/polling/infrastructure/services/polling/http/__init__.py
src/julee/contrib/polling/infrastructure/services/polling/http/http_poller_service.py
src/julee/contrib/polling/infrastructure/temporal/__init__.py
src/julee/contrib/polling/infrastructure/temporal/activities.py
src/julee/contrib/polling/infrastructure/temporal/activity_names.py
src/julee/contrib/polling/infrastructure/temporal/manager.py
src/julee/contrib/polling/infrastructure/temporal/proxies.py
src/julee/contrib/polling/tests/__init__.py
src/julee/contrib/polling/tests/unit/__init__.py
src/julee/contrib/polling/tests/unit/apps/worker/test_pipelines.py
src/julee/contrib/polling/tests/unit/infrastructure/__init__.py
src/julee/contrib/polling/tests/unit/infrastructure/services/__init__.py
src/julee/contrib/polling/tests/unit/infrastructure/services/polling/__init__.py
src/julee/contrib/polling/tests/unit/infrastructure/services/polling/http/__init__.py
src/julee/contrib/polling/tests/unit/infrastructure/services/polling/http/test_http_poller_service.py
src/julee/contrib/polling/tests/unit/infrastructure/temporal/__init__.py
src/julee/contrib/polling/tests/unit/infrastructure/temporal/test_manager.py
src/julee/contrib/polling/usecases/__init__.py
src/julee/contrib/polling/usecases/poll_data.py
src/julee/core/__init__.py
src/julee/core/doctrine_constants.py
src/julee/core/kits.py
src/julee/core/doctrine/__init__.py
src/julee/core/doctrine/conftest.py
src/julee/core/doctrine/test_entity.py
src/julee/core/doctrine/test_handler_protocol.py
src/julee/core/doctrine/test_kit.py
src/julee/core/doctrine/test_repository_protocol.py
src/julee/core/doctrine/test_use_case.py
src/julee/core/entities/__init__.py
src/julee/core/entities/acknowledgement.py
src/julee/core/entities/bounded_context.py
src/julee/core/entities/bounded_context_info.py
src/julee/core/entities/code_info.py
src/julee/core/entities/entity.py
src/julee/core/entities/kit.py
src/julee/core/entities/pipeline.py
src/julee/core/entities/policy.py
src/julee/core/entities/tests/__init__.py
src/julee/core/entities/tests/test_kit.py
src/julee/core/infrastructure/__init__.py
src/julee/core/infrastructure/repositories/__init__.py
src/julee/core/infrastructure/repositories/entry_points/__init__.py
src/julee/core/infrastructure/repositories/entry_points/kit.py
src/julee/core/infrastructure/repositories/entry_points/tests/__init__.py
src/julee/core/infrastructure/repositories/entry_points/tests/test_kit.py
src/julee/core/infrastructure/repositories/file/__init__.py
src/julee/core/infrastructure/repositories/file/solution_config.py
src/julee/core/infrastructure/repositories/introspection/__init__.py
src/julee/core/infrastructure/repositories/introspection/bounded_context.py
src/julee/core/infrastructure/repositories/introspection/tests/__init__.py
src/julee/core/infrastructure/repositories/introspection/tests/test_bounded_context.py
src/julee/core/parsers/__init__.py
src/julee/core/parsers/ast.py
src/julee/core/parsers/tests/__init__.py
src/julee/core/parsers/tests/test_ast.py
src/julee/core/repositories/__init__.py
src/julee/core/repositories/bounded_context.py
src/julee/core/repositories/kit.py
src/julee/core/services/__init__.py
src/julee/core/services/clock.py
src/julee/core/services/execution.py
src/julee/core/tests/__init__.py
src/julee/core/tests/test_kits.py
src/julee/core/usecases/__init__.py
src/julee/core/usecases/generate_crud.py
src/julee/core/usecases/generic_crud.py
src/julee/core/usecases/code_artifact/__init__.py
src/julee/core/usecases/code_artifact/list_handler_protocols.py
src/julee/core/usecases/code_artifact/list_repository_protocols.py
src/julee/core/usecases/code_artifact/list_requests.py
src/julee/core/usecases/code_artifact/list_responses.py
src/julee/core/usecases/code_artifact/list_use_cases.py
src/julee/core/usecases/code_artifact/uc_interfaces.py
src/julee/core/usecases/tests/__init__.py
src/julee/core/usecases/tests/test_generic_crud.py
src/julee/integrations/__init__.py
src/julee/integrations/minio/__init__.py
src/julee/integrations/minio/client.py
src/julee/integrations/minio/file_storage.py
src/julee/integrations/minio/tests/__init__.py
src/julee/integrations/minio/tests/fake_client.py
src/julee/integrations/minio/tests/test_client_protocol.py
src/julee/integrations/temporal/__init__.py
src/julee/integrations/temporal/activities.py
src/julee/integrations/temporal/clock.py
src/julee/integrations/temporal/data_converter.py
src/julee/integrations/temporal/decorators.py
src/julee/integrations/temporal/execution.py
src/julee/integrations/temporal/file_storage_client_proxy.py
src/julee/integrations/temporal/file_storage_proxy.py
src/julee/integrations/temporal/minio_file_storage.py
src/julee/integrations/temporal/tests/__init__.py
src/julee/integrations/temporal/tests/test_decorators.py
src/julee/maintenance/__init__.py
src/julee/maintenance/release.py
src/julee/repositories/__init__.py
src/julee/repositories/base.py
src/julee/repositories/memory/__init__.py
src/julee/repositories/memory/base.py
src/julee/util/__init__.py
src/julee/util/domain.py
src/julee/util/repositories.py
src/julee/util/validation/__init__.py
src/julee/util/validation/repository.py
src/julee/util/validation/type_guards.py