dialectical-framework 1.3.0__tar.gz → 1.4.0__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.
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/PKG-INFO +1 -1
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/pyproject.toml +1 -1
- dialectical_framework-1.4.0/src/dialectical_framework/agents/analyst/tools/create_dx_input.py +22 -0
- dialectical_framework-1.4.0/src/dialectical_framework/agents/orchestrator/tools/add_input.py +27 -0
- dialectical_framework-1.4.0/src/dialectical_framework/agents/orchestrator/tools/discard.py +23 -0
- {dialectical_framework-1.3.0/src/dialectical_framework/agents/orchestrator/tools → dialectical_framework-1.4.0/src/dialectical_framework/concerns}/add_input.py +1 -21
- {dialectical_framework-1.3.0/src/dialectical_framework/agents/analyst/tools → dialectical_framework-1.4.0/src/dialectical_framework/concerns}/create_dx_input.py +3 -15
- {dialectical_framework-1.3.0/src/dialectical_framework/agents/orchestrator/tools → dialectical_framework-1.4.0/src/dialectical_framework/concerns}/discard.py +2 -15
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/LICENSE +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/README.md +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/agent_context.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/analyst.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/skills/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/skills/anchor_theses.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/skills/edit_perspective.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/skills/expand_polarities.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/skills/find_polarities.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/skills/introduce_polarity.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/skills/surface_theses.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/system_prompts.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/tools/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/analyst/tools/place_statement.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/apps.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/conversation_facilitator.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/execution_report.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/explorer.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/skills/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/skills/build_wheels.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/skills/explore_transformations.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/skills/generate_synthesis.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/system_prompts.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/tools/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/tools/create_nexus.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/tools/expand_nexus.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/tools/generate_synthesis.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/explorer/tools/present_exploration.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/digest_input.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/get_schema.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/inspect_node.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/present_analysis.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/query_graph.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/read_digest.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/orchestrator/tools/read_input.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/reasonable_concern.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/stream_events.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/ac_re_taxonomy.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/action_extraction.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/ai_dto/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/ai_dto/statement_dto.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/ai_dto/statements_deck_dto.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/antithesis_classification.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/antithesis_extraction.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/aspect_classification.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/aspect_generation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/causality_estimator.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/causality_estimator_balanced.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/causality_estimator_criteria.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/causality_estimator_desirable.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/causality_estimator_feasible.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/causality_estimator_realistic.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/causality_normalizer.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality/estimator_resolver.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/causality_estimation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/control_statements_check.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/create_nexus.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/diagonal_oppositions_check.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/display_text_edit.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/expand_nexus.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/perspective_combination.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/perspective_validation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/positive_ac_re_apex_derivation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/source_digest.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/statement_classification.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/statement_deduplication.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/statement_placement.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/synthesis_generation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/thesis_extraction.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/transformation_audit.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/concerns/transformation_generation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/dialectical_reasoning.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/enums/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/enums/causality_preset.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/enums/di.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/events/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/events/graph_event.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/events/graph_event_bus.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/exceptions/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/exceptions/node_errors.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/exceptions/resolver_errors.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/composite_input_resolver.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/dialexity_input_resolver.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/estimation_manager.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/mixins/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/mixins/incremental_build_mixin.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/mixins/intent_mixin.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/mixins/persistable_mixin.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/assessable_entity.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/base_node.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/case.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/cycle.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/estimation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/ideas.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/input.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/nexus.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/perspective.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/polarity.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/rationale.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/statement.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/synthesis.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/transformation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/transition.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/nodes/wheel.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationship_manager.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/action_reflection_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/belongs_to_cycle_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/belongs_to_nexus_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/changed_to_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/contradiction_of_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/critiques_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/distilled_to_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/estimates_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/explains_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/has_input_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/has_statement_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/has_wheel_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/immutable_structure.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/is_source_of_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/is_target_of_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/negative_side_of_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/opposite_direction_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/opposite_of_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/polarity_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/positive_side_of_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/provides_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/relationships/synthesis_of_relationship.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/case_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/cycle_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/input_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/nexus_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/node_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/perspective_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/polarity_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/schema_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/statement_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/transformation_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/repositories/wheel_repository.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/scope_context.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/verbatim_input_resolver.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/wheel_segment.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/graph/wheel_segment_polar_pair.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/protocols/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/protocols/has_config.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/protocols/input_resolver.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/settings.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/__init__.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/bedrock_provider.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/concurrency.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/dc_replace.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/decompose_probability_uniformly.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/edge_context.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/effect_logger.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/input_context.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/order_transitions.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/sequence_generation.py +0 -0
- {dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/utils/use_brain.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: dialectical-framework
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: A dialectical framework for augmented intelligence. AI reasoning powered with dialectics supports humans in: system optimization (psychology, engineering, business, politics, etc.); dispute resolution (mediation, conflicts, negotiations, etc.); decision-making (dilemmas, challenging situations, win-win, etc.).
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: dialectics,dialectical-reasoning,synthesis,thesis-antithesis,ai,artificial-intelligence,llm,reasoning-framework,philosophy,logic,argumentation,conflict-resolution,decision-making,critical-thinking,semantic-graph,mirascope,pydantic,perspectives,polarity-reasoning
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "dialectical-framework"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.4.0"
|
|
4
4
|
description = "A dialectical framework for augmented intelligence. AI reasoning powered with dialectics supports humans in: system optimization (psychology, engineering, business, politics, etc.); dispute resolution (mediation, conflicts, negotiations, etc.); decision-making (dilemmas, challenging situations, win-win, etc.)."
|
|
5
5
|
authors = ["Evaldas Taroza <evaldas@dialexity.com>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"""
|
|
2
|
+
create_dx_input: Tool for creating an Input node referencing a Transition via dx:// URI.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
from __future__ import annotations
|
|
6
|
+
|
|
7
|
+
from typing import Annotated
|
|
8
|
+
|
|
9
|
+
from mirascope import llm
|
|
10
|
+
from pydantic import Field
|
|
11
|
+
|
|
12
|
+
from dialectical_framework.concerns.create_dx_input import CreateDxInput
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@llm.tool
|
|
16
|
+
async def create_dx_input(
|
|
17
|
+
transition_hash: Annotated[str, Field(description="Hash (or 7+ char prefix) of the Transition node to reference")],
|
|
18
|
+
) -> str:
|
|
19
|
+
"""Create an Input that references a Transition node via dx:// URI. This feeds the transition's insight back into the analyst pipeline as a new input source that can be processed selectively."""
|
|
20
|
+
concern = CreateDxInput()
|
|
21
|
+
await concern.resolve(transition_hash=transition_hash)
|
|
22
|
+
return str(concern.report)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""
|
|
2
|
+
add_input: Tool for capturing source material into the case.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
from __future__ import annotations
|
|
6
|
+
|
|
7
|
+
from typing import Annotated
|
|
8
|
+
|
|
9
|
+
from mirascope import llm
|
|
10
|
+
from pydantic import Field
|
|
11
|
+
|
|
12
|
+
from dialectical_framework.concerns.add_input import AddInput
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@llm.tool
|
|
16
|
+
async def add_input(
|
|
17
|
+
content: Annotated[
|
|
18
|
+
str,
|
|
19
|
+
Field(
|
|
20
|
+
description="Source material: user-provided text, URL, or captured conversation fragment"
|
|
21
|
+
),
|
|
22
|
+
],
|
|
23
|
+
) -> str:
|
|
24
|
+
"""Add source material for analysis — user-provided text, URL, or captured conversation fragment. Use proactively when the user describes their situation. Not for storing your analytical outputs."""
|
|
25
|
+
concern = AddInput()
|
|
26
|
+
input_node = await concern.resolve(content=content)
|
|
27
|
+
return str(concern.report)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""
|
|
2
|
+
discard: Tool for marking statements/perspectives as discarded.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
from __future__ import annotations
|
|
6
|
+
|
|
7
|
+
from typing import Annotated
|
|
8
|
+
|
|
9
|
+
from mirascope import llm
|
|
10
|
+
from pydantic import Field
|
|
11
|
+
|
|
12
|
+
from dialectical_framework.concerns.discard import Discard
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@llm.tool
|
|
16
|
+
async def discard(
|
|
17
|
+
hash: Annotated[str, Field(description="Hash (or prefix) of the Statement or Perspective to discard")],
|
|
18
|
+
reason: Annotated[str, Field(description="Why it's being discarded")] = "discarded",
|
|
19
|
+
) -> str:
|
|
20
|
+
"""Mark a Statement or Perspective as discarded when the user disagrees with it or finds it irrelevant. Uncommitted Perspectives are discarded entirely; committed ones are soft-discarded and filtered from future queries. Will refuse if the target participates in existing Cycles/Wheels — in that case, use edit_perspective to replace it."""
|
|
21
|
+
concern = Discard()
|
|
22
|
+
await concern.resolve(hash=hash, reason=reason)
|
|
23
|
+
return str(concern.report)
|
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
"""
|
|
2
|
-
AddInput: Concern
|
|
2
|
+
AddInput: Concern for capturing source material into the case.
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
7
|
-
from typing import Annotated
|
|
8
|
-
|
|
9
|
-
from mirascope import llm
|
|
10
|
-
from pydantic import Field
|
|
11
|
-
|
|
12
7
|
from dialectical_framework.agents.reasonable_concern import ReasonableConcern
|
|
13
8
|
from dialectical_framework.graph.nodes.input import Input
|
|
14
9
|
from dialectical_framework.graph.repositories.case_repository import CaseRepository
|
|
@@ -42,18 +37,3 @@ class AddInput(ReasonableConcern[Input]):
|
|
|
42
37
|
self._report.artifacts["input_hash"] = input_node.short_hash
|
|
43
38
|
|
|
44
39
|
return input_node
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
@llm.tool
|
|
48
|
-
async def add_input(
|
|
49
|
-
content: Annotated[
|
|
50
|
-
str,
|
|
51
|
-
Field(
|
|
52
|
-
description="Source material: user-provided text, URL, or captured conversation fragment"
|
|
53
|
-
),
|
|
54
|
-
],
|
|
55
|
-
) -> str:
|
|
56
|
-
"""Add source material for analysis — user-provided text, URL, or captured conversation fragment. Use proactively when the user describes their situation. Not for storing your analytical outputs."""
|
|
57
|
-
concern = AddInput()
|
|
58
|
-
input_node = await concern.resolve(content=content)
|
|
59
|
-
return str(concern.report)
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
"""
|
|
2
|
-
CreateDxInput:
|
|
2
|
+
CreateDxInput: Concern for creating an Input node referencing a Transition via dx:// URI.
|
|
3
3
|
|
|
4
|
-
Enables the Explorer
|
|
4
|
+
Enables the Explorer->Analyst feedback loop: the Analyst creates dx:// Inputs
|
|
5
5
|
from Transition nodes discovered during exploration, then processes them
|
|
6
6
|
selectively via surface_theses or analyze.
|
|
7
7
|
"""
|
|
8
8
|
|
|
9
9
|
from __future__ import annotations
|
|
10
10
|
|
|
11
|
-
from typing import
|
|
11
|
+
from typing import Optional, Union
|
|
12
12
|
|
|
13
13
|
from dependency_injector.wiring import Provide, inject
|
|
14
14
|
from gqlalchemy import Memgraph, Neo4j
|
|
15
|
-
from mirascope import llm
|
|
16
|
-
from pydantic import Field
|
|
17
15
|
|
|
18
16
|
from dialectical_framework.agents.reasonable_concern import ReasonableConcern
|
|
19
17
|
from dialectical_framework.enums.di import DI
|
|
@@ -66,13 +64,3 @@ class CreateDxInput(ReasonableConcern[Input]):
|
|
|
66
64
|
self._report.artifacts["transition_hash"] = node.hash
|
|
67
65
|
|
|
68
66
|
return input_node
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
@llm.tool
|
|
72
|
-
async def create_dx_input(
|
|
73
|
-
transition_hash: Annotated[str, Field(description="Hash (or 7+ char prefix) of the Transition node to reference")],
|
|
74
|
-
) -> str:
|
|
75
|
-
"""Create an Input that references a Transition node via dx:// URI. This feeds the transition's insight back into the analyst pipeline as a new input source that can be processed selectively."""
|
|
76
|
-
concern = CreateDxInput()
|
|
77
|
-
await concern.resolve(transition_hash=transition_hash)
|
|
78
|
-
return str(concern.report)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Discard: Concern
|
|
2
|
+
Discard: Concern for marking statements/perspectives as discarded.
|
|
3
3
|
|
|
4
4
|
Blocking rules:
|
|
5
5
|
- Statement: blocked if used by any non-discarded Perspective.
|
|
@@ -9,12 +9,10 @@ Blocking rules:
|
|
|
9
9
|
from __future__ import annotations
|
|
10
10
|
|
|
11
11
|
from dataclasses import dataclass
|
|
12
|
-
from typing import
|
|
12
|
+
from typing import Optional, Union
|
|
13
13
|
|
|
14
14
|
from dependency_injector.wiring import Provide, inject
|
|
15
15
|
from gqlalchemy import Memgraph, Neo4j
|
|
16
|
-
from mirascope import llm
|
|
17
|
-
from pydantic import Field
|
|
18
16
|
|
|
19
17
|
from dialectical_framework.agents.reasonable_concern import ReasonableConcern
|
|
20
18
|
from dialectical_framework.enums.di import DI
|
|
@@ -150,14 +148,3 @@ class Discard(ReasonableConcern[DiscardResult]):
|
|
|
150
148
|
hash=pp_hash,
|
|
151
149
|
affected_perspectives=[],
|
|
152
150
|
)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
@llm.tool
|
|
156
|
-
async def discard(
|
|
157
|
-
hash: Annotated[str, Field(description="Hash (or prefix) of the Statement or Perspective to discard")],
|
|
158
|
-
reason: Annotated[str, Field(description="Why it's being discarded")] = "discarded",
|
|
159
|
-
) -> str:
|
|
160
|
-
"""Mark a Statement or Perspective as discarded when the user disagrees with it or finds it irrelevant. Uncommitted Perspectives are discarded entirely; committed ones are soft-discarded and filtered from future queries. Will refuse if the target participates in existing Cycles/Wheels — in that case, use edit_perspective to replace it."""
|
|
161
|
-
concern = Discard()
|
|
162
|
-
await concern.resolve(hash=hash, reason=reason)
|
|
163
|
-
return str(concern.report)
|
|
File without changes
|
|
File without changes
|
{dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/__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
|
{dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/agents/apps.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/enums/di.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dialectical_framework-1.3.0 → dialectical_framework-1.4.0}/src/dialectical_framework/settings.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
|