LICENSE
README.md
pyproject.toml
src/__init__.py
src/coralmind/__init__.py
src/coralmind/agent.py
src/coralmind/exceptions.py
src/coralmind/llm.py
src/coralmind/output_format.py
src/coralmind/py.typed
src/coralmind/worker.py
src/coralmind.egg-info/PKG-INFO
src/coralmind.egg-info/SOURCES.txt
src/coralmind.egg-info/dependency_links.txt
src/coralmind.egg-info/requires.txt
src/coralmind.egg-info/top_level.txt
src/coralmind/model/__init__.py
src/coralmind/model/plan.py
src/coralmind/model/task.py
src/coralmind/model/task_template.py
src/coralmind/prompts/__init__.py
src/coralmind/prompts/evaluation_standard.py
src/coralmind/prompts/plan_standard.py
src/coralmind/prompts/cn/__init__.py
src/coralmind/prompts/cn/evaluation_standard.py
src/coralmind/prompts/cn/plan_standard.py
src/coralmind/storage/__init__.py
src/coralmind/storage/connection.py
src/coralmind/storage/plan.py
src/coralmind/storage/task_template.py
src/coralmind/strategy/advising/__init__.py
src/coralmind/strategy/advising/base.py
src/coralmind/strategy/advising/threshold.py
src/coralmind/strategy/evaluating/__init__.py
tests/test_agent.py
tests/test_llm.py
tests/test_output_format.py
tests/test_plan.py
tests/test_storage.py
tests/test_strategy.py
tests/test_worker.py