dialectical-framework 1.1.0__tar.gz → 1.1.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.
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/PKG-INFO +1 -1
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/pyproject.toml +1 -1
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/skills/find_polarities.py +39 -10
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/LICENSE +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/README.md +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/agent_context.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/analyst.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/skills/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/skills/anchor_theses.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/skills/edit_perspective.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/skills/expand_polarities.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/skills/introduce_polarity.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/skills/surface_theses.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/system_prompts.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/tools/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/tools/create_dx_input.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/analyst/tools/place_statement.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/apps.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/conversation_facilitator.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/execution_report.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/explorer.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/skills/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/skills/build_wheels.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/skills/explore_transformations.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/system_prompts.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/tools/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/tools/create_nexus.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/explorer/tools/present_exploration.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/tools/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/tools/add_input.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/tools/discard.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/tools/get_schema.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/tools/inspect_node.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/tools/present_analysis.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/orchestrator/tools/query_graph.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/reasonable_concern.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/agents/stream_events.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/ac_re_taxonomy.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/action_extraction.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/ai_dto/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/ai_dto/statement_dto.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/ai_dto/statements_deck_dto.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/antithesis_classification.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/antithesis_extraction.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/aspect_classification.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/aspect_generation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/causality_estimator.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/causality_estimator_balanced.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/causality_estimator_criteria.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/causality_estimator_desirable.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/causality_estimator_feasible.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/causality_estimator_realistic.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/causality_normalizer.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality/estimator_resolver.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/causality_estimation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/control_statements_check.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/diagonal_oppositions_check.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/display_text_edit.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/perspective_combination.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/perspective_validation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/positive_ac_re_apex_derivation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/statement_classification.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/statement_deduplication.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/statement_placement.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/synthesis_generation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/thesis_extraction.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/transformation_audit.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/concerns/transformation_generation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/dialectical_reasoning.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/enums/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/enums/causality_preset.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/enums/di.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/events/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/events/graph_event.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/events/graph_event_bus.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/exceptions/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/exceptions/node_errors.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/exceptions/resolver_errors.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/composite_input_resolver.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/dialexity_input_resolver.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/estimation_manager.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/mixins/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/mixins/incremental_build_mixin.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/mixins/intent_mixin.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/mixins/persistable_mixin.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/assessable_entity.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/base_node.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/case.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/cycle.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/estimation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/ideas.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/input.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/nexus.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/perspective.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/polarity.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/rationale.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/statement.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/synthesis.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/transformation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/transition.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/nodes/wheel.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationship_manager.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/action_reflection_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/belongs_to_cycle_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/belongs_to_nexus_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/changed_to_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/contradiction_of_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/critiques_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/distilled_to_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/estimates_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/explains_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/has_input_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/has_statement_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/has_wheel_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/immutable_structure.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/is_source_of_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/is_target_of_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/negative_side_of_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/opposite_direction_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/opposite_of_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/polarity_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/positive_side_of_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/provides_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/relationships/synthesis_of_relationship.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/case_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/cycle_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/input_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/nexus_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/node_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/perspective_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/polarity_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/schema_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/statement_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/transformation_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/repositories/wheel_repository.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/scope_context.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/verbatim_input_resolver.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/wheel_segment.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/graph/wheel_segment_polar_pair.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/protocols/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/protocols/has_config.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/protocols/input_resolver.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/settings.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/__init__.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/bedrock_provider.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/dc_replace.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/decompose_probability_uniformly.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/edge_context.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/effect_logger.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/order_transitions.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/src/dialectical_framework/utils/sequence_generation.py +0 -0
- {dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/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.1.
|
|
3
|
+
Version: 1.1.1
|
|
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.1.
|
|
3
|
+
version = "1.1.1"
|
|
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"
|
|
@@ -119,7 +119,6 @@ class FindPolarities(ReasonableConcern[Optional[Ideas]]):
|
|
|
119
119
|
not_like_these = [c["statement"] for c in vocab]
|
|
120
120
|
|
|
121
121
|
results: list[ThesisResult] = []
|
|
122
|
-
all_existing: list[Statement] = []
|
|
123
122
|
newly_extracted: list[Statement] = []
|
|
124
123
|
|
|
125
124
|
# Phase 1: For each thesis, collect existing oppositions + extract new ones (parallel)
|
|
@@ -162,7 +161,6 @@ class FindPolarities(ReasonableConcern[Optional[Ideas]]):
|
|
|
162
161
|
|
|
163
162
|
for result in thesis_results:
|
|
164
163
|
results.append(result)
|
|
165
|
-
all_existing.extend(result.existing)
|
|
166
164
|
newly_extracted.extend(result.extracted)
|
|
167
165
|
|
|
168
166
|
# Phase 2: Semantic deduplication (only newly extracted, not existing)
|
|
@@ -192,6 +190,20 @@ class FindPolarities(ReasonableConcern[Optional[Ideas]]):
|
|
|
192
190
|
data["hash"] = dedup_result.replacements[data["hash"]].hash
|
|
193
191
|
data["deduped"] = True
|
|
194
192
|
|
|
193
|
+
# Deduplicate antithesis_data entries per thesis — dedup can merge an
|
|
194
|
+
# extracted antithesis into one already present from existing oppositions,
|
|
195
|
+
# producing duplicate (thesis, antithesis) pairs in the same result.
|
|
196
|
+
for result in results:
|
|
197
|
+
if result.error:
|
|
198
|
+
continue
|
|
199
|
+
seen: set[str] = set()
|
|
200
|
+
unique_data: list[dict] = []
|
|
201
|
+
for data in result.antithesis_data:
|
|
202
|
+
if data["hash"] not in seen:
|
|
203
|
+
seen.add(data["hash"])
|
|
204
|
+
unique_data.append(data)
|
|
205
|
+
result.antithesis_data = unique_data
|
|
206
|
+
|
|
195
207
|
# Phase 3: Create Polarity nodes for each T-A pair
|
|
196
208
|
total_antitheses = sum(len(r.antithesis_data) for r in results if not r.error)
|
|
197
209
|
|
|
@@ -226,9 +238,15 @@ class FindPolarities(ReasonableConcern[Optional[Ideas]]):
|
|
|
226
238
|
}
|
|
227
239
|
)
|
|
228
240
|
|
|
229
|
-
# Build summary
|
|
230
|
-
existing_count =
|
|
231
|
-
|
|
241
|
+
# Build summary — derive counts from deduplicated antithesis_data
|
|
242
|
+
existing_count = sum(
|
|
243
|
+
1 for r in results if not r.error
|
|
244
|
+
for d in r.antithesis_data if d.get("existing")
|
|
245
|
+
)
|
|
246
|
+
new_count = sum(
|
|
247
|
+
1 for r in results if not r.error
|
|
248
|
+
for d in r.antithesis_data if not d.get("existing")
|
|
249
|
+
)
|
|
232
250
|
|
|
233
251
|
self._report.ok = True
|
|
234
252
|
self._report.artifacts["thesis_count"] = len(self.thesis_hashes)
|
|
@@ -429,6 +447,11 @@ class FindPolarities(ReasonableConcern[Optional[Ideas]]):
|
|
|
429
447
|
if data["hash"] == result.thesis.hash:
|
|
430
448
|
continue
|
|
431
449
|
|
|
450
|
+
# Skip if this T-A pair was already processed (e.g. dedup merged
|
|
451
|
+
# an extracted antithesis into one already seen via existing oppositions)
|
|
452
|
+
if (result.thesis.hash, data["hash"]) in polarity_map:
|
|
453
|
+
continue
|
|
454
|
+
|
|
432
455
|
antithesis = self._resolve_component(data["hash"])
|
|
433
456
|
if antithesis is None:
|
|
434
457
|
continue
|
|
@@ -486,15 +509,21 @@ class FindPolarities(ReasonableConcern[Optional[Ideas]]):
|
|
|
486
509
|
ideas.inputs.connect(inp)
|
|
487
510
|
self._report.relationship_created(ideas.inputs, ideas, inp)
|
|
488
511
|
|
|
489
|
-
# Connect all theses and antitheses
|
|
512
|
+
# Connect all theses and antitheses (deduplicated across theses)
|
|
513
|
+
connected_hashes: set[str] = set()
|
|
490
514
|
for result in valid_results:
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
ideas.statements
|
|
494
|
-
|
|
515
|
+
if result.thesis.hash not in connected_hashes:
|
|
516
|
+
connected_hashes.add(result.thesis.hash)
|
|
517
|
+
ideas.statements.connect(result.thesis)
|
|
518
|
+
self._report.relationship_created(
|
|
519
|
+
ideas.statements, ideas, result.thesis
|
|
520
|
+
)
|
|
495
521
|
for data in result.antithesis_data:
|
|
522
|
+
if data["hash"] in connected_hashes:
|
|
523
|
+
continue
|
|
496
524
|
comp = self._resolve_component(data["hash"])
|
|
497
525
|
if comp:
|
|
526
|
+
connected_hashes.add(data["hash"])
|
|
498
527
|
ideas.statements.connect(comp)
|
|
499
528
|
self._report.relationship_created(
|
|
500
529
|
ideas.statements, ideas, comp
|
|
File without changes
|
|
File without changes
|
{dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/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.1.0 → dialectical_framework-1.1.1}/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
|
{dialectical_framework-1.1.0 → dialectical_framework-1.1.1}/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.1.0 → dialectical_framework-1.1.1}/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
|