LICENSE
README.md
pyproject.toml
eca/__init__.py
eca/models.py
eca/orchestrator.py
eca/workspace.py
eca/adapters/__init__.py
eca/adapters/base.py
eca/adapters/json_adapter.py
eca/adapters/postgres_adapter.py
eca/adapters/redis_adapter.py
eca/attention/__init__.py
eca/attention/base.py
eca/attention/semantic_attention.py
eca/attention/vector_attention.py
eca/database/schema.py
eca/memory/__init__.py
eca/memory/rules_loader.py
eca/memory/types.py
eca/memory/utils.py
eca/prompts/__init__.py
eca/prompts/meta_prompt_template_en.txt
eca/prompts/meta_prompt_template_pt_br.txt
eca_lib.egg-info/PKG-INFO
eca_lib.egg-info/SOURCES.txt
eca_lib.egg-info/dependency_links.txt
eca_lib.egg-info/requires.txt
eca_lib.egg-info/top_level.txt
tests/test_orchestrator.py