dialectical-framework 1.6.3__tar.gz → 1.6.4__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.6.4/PATENTS +79 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/PKG-INFO +10 -1
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/README.md +10 -1
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/pyproject.toml +2 -1
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/apps.py +1 -1
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/ac_re_taxonomy.py +0 -2
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/antithesis_classification.py +1 -1
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/LICENSE +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/advisor.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/system_prompts.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/tools/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/tools/anchor.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/tools/explore.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/tools/ingest.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/advisor/tools/sync.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/agent_context.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/analyst.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/skills/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/skills/anchor_theses.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/skills/edit_perspective.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/skills/expand_polarities.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/skills/find_polarities.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/skills/introduce_polarity.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/skills/surface_theses.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/system_prompts.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/tools/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/tools/create_dx_input.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/analyst/tools/place_statement.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/conversation_facilitator.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/execution_report.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/explorer.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/skills/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/skills/build_wheels.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/skills/explore_transformations.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/skills/generate_synthesis.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/system_prompts.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/tools/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/tools/create_nexus.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/tools/expand_nexus.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/tools/generate_synthesis.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/explorer/tools/present_exploration.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/add_input.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/digest_input.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/discard.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/get_schema.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/inspect_node.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/present_analysis.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/query_graph.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/read_digest.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/orchestrator/tools/read_input.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/reasonable_concern.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/stream_events.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/action_extraction.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/add_input.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/ai_dto/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/ai_dto/statement_dto.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/ai_dto/statements_deck_dto.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/antithesis_extraction.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/antithetical_thesis_detection.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/aspect_classification.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/aspect_generation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/causality_estimator.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/causality_estimator_balanced.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/causality_estimator_criteria.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/causality_estimator_desirable.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/causality_estimator_feasible.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/causality_estimator_realistic.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/causality_normalizer.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality/estimator_resolver.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/causality_estimation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/control_statements_check.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/create_dx_input.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/create_nexus.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/diagonal_oppositions_check.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/dialectical_context.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/discard.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/display_text_edit.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/expand_nexus.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/perspective_combination.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/perspective_validation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/positive_ac_re_apex_derivation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/scoring_scales.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/source_digest.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/statement_classification.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/statement_deduplication.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/statement_headline.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/statement_placement.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/synthesis_generation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/thesis_extraction.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/transformation_audit.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/concerns/transformation_generation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/dialectical_reasoning.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/enums/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/enums/causality_preset.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/enums/di.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/events/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/events/graph_event.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/events/graph_event_bus.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/exceptions/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/exceptions/node_errors.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/exceptions/resolver_errors.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/composite_input_resolver.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/dialexity_input_resolver.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/estimation_manager.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/mixins/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/mixins/incremental_build_mixin.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/mixins/intent_mixin.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/mixins/persistable_mixin.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/assessable_entity.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/base_node.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/case.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/cycle.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/estimation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/ideas.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/input.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/nexus.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/perspective.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/polarity.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/rationale.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/statement.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/synthesis.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/transformation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/transition.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/nodes/wheel.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationship_manager.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/action_reflection_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/belongs_to_cycle_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/belongs_to_nexus_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/changed_to_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/contradiction_of_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/critiques_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/distilled_to_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/estimates_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/explains_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/has_input_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/has_statement_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/has_wheel_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/immutable_structure.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/is_source_of_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/is_target_of_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/negative_side_of_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/opposite_direction_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/opposite_of_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/polarity_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/positive_side_of_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/provides_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/relationships/synthesis_of_relationship.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/rendering.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/case_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/cycle_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/input_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/nexus_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/node_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/perspective_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/polarity_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/schema_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/statement_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/transformation_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/repositories/wheel_repository.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/scope_context.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/verbatim_input_resolver.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/wheel_segment.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/graph/wheel_segment_polar_pair.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/protocols/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/protocols/has_config.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/protocols/input_resolver.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/settings.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/__init__.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/bedrock_provider.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/concurrency.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/dc_replace.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/decompose_probability_uniformly.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/edge_context.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/effect_logger.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/input_context.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/order_transitions.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/sequence_generation.py +0 -0
- {dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/utils/use_brain.py +0 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
Dialectical Framework
|
|
2
|
+
Copyright (c) 2025 Dialexity
|
|
3
|
+
|
|
4
|
+
================================================================================
|
|
5
|
+
COPYRIGHT LICENSE
|
|
6
|
+
================================================================================
|
|
7
|
+
|
|
8
|
+
The source code in this repository is licensed under the MIT License. See the
|
|
9
|
+
LICENSE file for the full terms. The MIT License governs COPYRIGHT ONLY: your
|
|
10
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and sell
|
|
11
|
+
copies of the software.
|
|
12
|
+
|
|
13
|
+
================================================================================
|
|
14
|
+
PATENT NOTICE
|
|
15
|
+
================================================================================
|
|
16
|
+
|
|
17
|
+
Independently of the copyright license above, Dialexity holds patent rights
|
|
18
|
+
covering methods for applying dialectical reasoning with artificial
|
|
19
|
+
intelligence and machine learning systems.
|
|
20
|
+
|
|
21
|
+
Patent(s) / application(s): see https://dialexity.com/patents
|
|
22
|
+
|
|
23
|
+
The MIT License does not, by itself, grant any patent rights. This file sets
|
|
24
|
+
out the patent terms that apply to this software.
|
|
25
|
+
|
|
26
|
+
--------------------------------------------------------------------------------
|
|
27
|
+
1. Limited patent grant for use of this software as distributed
|
|
28
|
+
--------------------------------------------------------------------------------
|
|
29
|
+
|
|
30
|
+
Dialexity grants you a worldwide, royalty-free, non-exclusive license under the
|
|
31
|
+
patent(s) identified above, limited strictly to making, using, selling,
|
|
32
|
+
offering for sale, importing, and distributing THIS software as distributed in
|
|
33
|
+
this repository (and modifications of it), to the extent such acts would
|
|
34
|
+
otherwise infringe those patent(s).
|
|
35
|
+
|
|
36
|
+
This grant is coextensive with your use of this software. It extends ONLY to
|
|
37
|
+
the patented methods as embodied in this software and does NOT extend to any
|
|
38
|
+
other implementation of the patented methods.
|
|
39
|
+
|
|
40
|
+
--------------------------------------------------------------------------------
|
|
41
|
+
2. Reservation of all other patent rights
|
|
42
|
+
--------------------------------------------------------------------------------
|
|
43
|
+
|
|
44
|
+
All patent rights not expressly granted in Section 1 are reserved. In
|
|
45
|
+
particular, and without limiting the foregoing, NO patent license is granted
|
|
46
|
+
for:
|
|
47
|
+
|
|
48
|
+
(a) implementations of the patented methods that are developed independently
|
|
49
|
+
of, or do not incorporate, this software; or
|
|
50
|
+
|
|
51
|
+
(b) products, services, or systems that practice the patented methods without
|
|
52
|
+
using this software as distributed.
|
|
53
|
+
|
|
54
|
+
Practicing the patented methods in any manner outside the limited grant in
|
|
55
|
+
Section 1 requires a separate patent license from Dialexity.
|
|
56
|
+
|
|
57
|
+
--------------------------------------------------------------------------------
|
|
58
|
+
3. Defensive termination
|
|
59
|
+
--------------------------------------------------------------------------------
|
|
60
|
+
|
|
61
|
+
The patent grant in Section 1 terminates automatically as to any party that
|
|
62
|
+
initiates or joins a patent infringement claim (including a cross-claim or
|
|
63
|
+
counterclaim) alleging that this software, or any contribution to it,
|
|
64
|
+
constitutes patent infringement.
|
|
65
|
+
|
|
66
|
+
--------------------------------------------------------------------------------
|
|
67
|
+
4. Commercial and patent licensing
|
|
68
|
+
--------------------------------------------------------------------------------
|
|
69
|
+
|
|
70
|
+
For patent licenses beyond the limited grant in Section 1 — including use of
|
|
71
|
+
the patented methods in independent implementations — see the patent listing
|
|
72
|
+
and contact details at:
|
|
73
|
+
|
|
74
|
+
https://dialexity.com/patents
|
|
75
|
+
|
|
76
|
+
================================================================================
|
|
77
|
+
This file must be included in all copies or substantial portions of the
|
|
78
|
+
software, together with the LICENSE file.
|
|
79
|
+
================================================================================
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: dialectical-framework
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.4
|
|
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
|
|
@@ -176,3 +176,12 @@ poetry run pytest --real-llm # Hit real LLM provider
|
|
|
176
176
|
- [Mirascope](https://mirascope.com/) — LLM abstraction
|
|
177
177
|
- [GQLAlchemy](https://memgraph.com/docs/gqlalchemy) — Graph ORM
|
|
178
178
|
- [dependency-injector](https://python-dependency-injector.ets-labs.org/) — DI container
|
|
179
|
+
|
|
180
|
+
## License & Patents
|
|
181
|
+
|
|
182
|
+
The source code is licensed under the [MIT License](https://github.com/dialexity/dialectical-framework/blob/main/LICENSE) (copyright only).
|
|
183
|
+
|
|
184
|
+
The methods for applying dialectical reasoning with AI are patented. The MIT
|
|
185
|
+
License does not grant patent rights beyond a limited grant for use of this
|
|
186
|
+
software as distributed — see [PATENTS](https://github.com/dialexity/dialectical-framework/blob/main/PATENTS) for the patent terms and
|
|
187
|
+
[dialexity.com/patents](https://dialexity.com/patents) for the patent listing.
|
|
@@ -134,4 +134,13 @@ poetry run pytest --real-llm # Hit real LLM provider
|
|
|
134
134
|
|
|
135
135
|
- [Mirascope](https://mirascope.com/) — LLM abstraction
|
|
136
136
|
- [GQLAlchemy](https://memgraph.com/docs/gqlalchemy) — Graph ORM
|
|
137
|
-
- [dependency-injector](https://python-dependency-injector.ets-labs.org/) — DI container
|
|
137
|
+
- [dependency-injector](https://python-dependency-injector.ets-labs.org/) — DI container
|
|
138
|
+
|
|
139
|
+
## License & Patents
|
|
140
|
+
|
|
141
|
+
The source code is licensed under the [MIT License](https://github.com/dialexity/dialectical-framework/blob/main/LICENSE) (copyright only).
|
|
142
|
+
|
|
143
|
+
The methods for applying dialectical reasoning with AI are patented. The MIT
|
|
144
|
+
License does not grant patent rights beyond a limited grant for use of this
|
|
145
|
+
software as distributed — see [PATENTS](https://github.com/dialexity/dialectical-framework/blob/main/PATENTS) for the patent terms and
|
|
146
|
+
[dialexity.com/patents](https://dialexity.com/patents) for the patent listing.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "dialectical-framework"
|
|
3
|
-
version = "1.6.
|
|
3
|
+
version = "1.6.4"
|
|
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"
|
|
@@ -35,6 +35,7 @@ classifiers = [
|
|
|
35
35
|
"Environment :: Console",
|
|
36
36
|
"Natural Language :: English"
|
|
37
37
|
]
|
|
38
|
+
include = [{ path = "PATENTS", format = ["sdist"] }]
|
|
38
39
|
|
|
39
40
|
[[tool.poetry.packages]]
|
|
40
41
|
include = "dialectical_framework"
|
{dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/src/dialectical_framework/agents/apps.py
RENAMED
|
@@ -15,7 +15,7 @@ They are injected by the host application at agent construction time.
|
|
|
15
15
|
|
|
16
16
|
Prompt Revision Methodology
|
|
17
17
|
===========================
|
|
18
|
-
When fixing LLM output bugs in these prompts, use /df
|
|
18
|
+
When fixing LLM output bugs in these prompts, use /df-review-reasoning-layer for the
|
|
19
19
|
full diagnosis/fix/verify workflow.
|
|
20
20
|
|
|
21
21
|
Quick reference: Diagnose root cause (polysemy | competing signals | missing
|
|
@@ -3,8 +3,6 @@ Ac-Re Taxonomy constants for Transformation generation.
|
|
|
3
3
|
|
|
4
4
|
This module contains the scales, polar pairs, and apex target coordinates
|
|
5
5
|
for the Action-Reflection dialectical structure.
|
|
6
|
-
|
|
7
|
-
See docs/r&d/ac_re-taxonomy.md for full specification.
|
|
8
6
|
"""
|
|
9
7
|
|
|
10
8
|
from __future__ import annotations
|
|
@@ -169,7 +169,7 @@ def arousal_label_to_value(label: str) -> float:
|
|
|
169
169
|
class ContextualizedTaxonomyDto(BaseModel):
|
|
170
170
|
"""Contextualized universal taxonomy for a thesis.
|
|
171
171
|
|
|
172
|
-
Structure
|
|
172
|
+
Structure:
|
|
173
173
|
APEX: [T]-lessness
|
|
174
174
|
│
|
|
175
175
|
┌──────────────────┴──────────────────┐
|
|
File without changes
|
{dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.6.3 → dialectical_framework-1.6.4}/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
|
|
File without changes
|
{dialectical_framework-1.6.3 → dialectical_framework-1.6.4}/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
|