README.md
calculadores.py
database.py
harness_cli.py
harness_config.py
harness_engine.py
openlegal_bridge.py
pyproject.toml
seed_demo.py
server.py
open_legal_harness.egg-info/PKG-INFO
open_legal_harness.egg-info/SOURCES.txt
open_legal_harness.egg-info/dependency_links.txt
open_legal_harness.egg-info/entry_points.txt
open_legal_harness.egg-info/requires.txt
open_legal_harness.egg-info/top_level.txt
src/__init__.py
src/core/__init__.py
src/core/config.py
src/core/harness.py
src/core/sync.py
src/core/types.py
src/modules/__init__.py
src/modules/crm/__init__.py
src/modules/crm/database.py
src/modules/crm/models.py
src/modules/crm/service.py
src/modules/crm/tools.py
src/modules/crm/twenty/__init__.py
src/modules/crm/twenty/client.py
src/modules/crm/twenty/deadlines.py
src/modules/crm/twenty/schema.py
src/modules/crm/twenty/tools.py
src/open_legal_harness/__init__.py
src/open_legal_harness/cli.py
src/plugins/__init__.py
src/plugins/registry.py
src/plugins/legal_graffify/__init__.py
src/plugins/legal_graffify/graph_engine.py
src/plugins/legal_graffify/tools.py
src/plugins/open_legal_chile/__init__.py
src/plugins/open_legal_chile/client.py
src/plugins/open_legal_chile/tools.py
tests/test_smoke.py
tests/test_sync.py
tests/test_twenty_crm.py