LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
makini/__init__.py
makini/__main__.py
makini/agent_inventory.py
makini/broker.py
makini/content_publishing_pipeline.py
makini/due_diligence_pipeline.py
makini/extraction_pipeline.py
makini/federated_router.py
makini/graphql_bridge.py
makini/injector.py
makini/package_builder.py
makini/project_history.py
makini/registry.py
makini/simulator.py
makini/cli_runner/__init__.py
makini/cli_runner/agent_builder.py
makini/cli_runner/makini_cli.py
makini/cli_runner/plugin_builder.py
makini/cli_runner/runner.py
makini/governance/__init__.py
makini/governance/alignment.py
makini/governance/negotiator.py
makini/governance/policy_engine.py
makini/governance/sentinel.py
makini/governance/viability.py
makini/lds_compiler/__init__.py
makini/lds_compiler/compiler.py
makini/lds_compiler/discoverer.py
makini/lds_compiler/graph_builder.py
makini/lds_compiler/linter.py
makini/lds_compiler/main.py
makini/lds_compiler/parser.py
makini/ontology_compiler/__init__.py
makini/ontology_compiler/compiler.py
makini/sensing/__init__.py
makini/sensing/competitive_sense.py
makini/sensing/partner_sensor.py
makini/sqlite_ledger/__init__.py
makini/sqlite_ledger/cli.py
makini/sqlite_ledger/injector.py
makini/sqlite_ledger/manager.py
makini/sqlite_ledger/migration_runner.py
makini/templates/__init__.py
makini/templates/business_strategy/SKILL.md
makini/templates/business_strategy/schema.lds
makini/templates/business_strategy/schema.ttl
makini/templates/logical_data_structures/.gitignore
makini/templates/logical_data_structures/interview_prompt.md
makini/templates/logical_data_structures/schema.lds
makini/templates/personal_finance/SKILL.md
makini/templates/personal_finance/schema.lds
makini/templates/personal_finance/schema.ttl
makini/templates/plaid_edge/SKILL.md
makini/templates/plaid_edge/ledger_hook.py
makini/templates/startup_founder/SKILL.md
makini/templates/startup_founder/schema.lds
makini/templates/startup_founder/schema.ttl
makini/ui/__init__.py
makini/ui/app.py
makini_ai.egg-info/PKG-INFO
makini_ai.egg-info/SOURCES.txt
makini_ai.egg-info/dependency_links.txt
makini_ai.egg-info/entry_points.txt
makini_ai.egg-info/requires.txt
makini_ai.egg-info/top_level.txt
tests/__init__.py
tests/test_alignment_protocol.py
tests/test_auto_join.py
tests/test_broker_resolution.py
tests/test_broker_sync.py
tests/test_business_ecosystem.py
tests/test_cli_integration.py
tests/test_domain_discovery.py
tests/test_domain_sqlite_injector.py
tests/test_federated_multi_hop.py
tests/test_federated_routing.py
tests/test_federated_routing_alignments.py
tests/test_graphql_bridge.py
tests/test_graphql_bridge_advanced.py
tests/test_health_logic.py
tests/test_lds_compiler.py
tests/test_lds_parser_block.py
tests/test_lds_parser_enhanced.py
tests/test_makini_on_makini.py
tests/test_migration_runner.py
tests/test_negotiator.py
tests/test_negotiator_blocking.py
tests/test_new_domains.py
tests/test_ontology_compiler.py
tests/test_phase2_integrity.py
tests/test_phase3_orchestration.py
tests/test_research_packages.py
tests/test_semantic_joins.py
tests/test_sentinel.py