CHANGELOG.md
CONTRIBUTORS.md
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
dandy/__init__.py
dandy.egg-info/PKG-INFO
dandy.egg-info/SOURCES.txt
dandy.egg-info/dependency_links.txt
dandy.egg-info/entry_points.txt
dandy.egg-info/not-zip-safe
dandy.egg-info/requires.txt
dandy.egg-info/top_level.txt
dandy/bot/__init__.py
dandy/bot/bot.py
dandy/bot/events.py
dandy/bot/exceptions.py
dandy/bot/llm_bot.py
dandy/cli/__init__.py
dandy/cli/main.py
dandy/cli/settings.py
dandy/cli/assistant/__init__.py
dandy/cli/assistant/assistant.py
dandy/cli/generate/__init__.py
dandy/cli/generate/generate.py
dandy/cli/generate/intelligence/__init__.py
dandy/cli/generate/intelligence/prompts/__init__.py
dandy/cli/generate/intelligence/prompts/generate_llm_bot_prompts.py
dandy/cli/test/__init__.py
dandy/cli/test/test.py
dandy/contrib/__init__.py
dandy/contrib/bots/__init__.py
dandy/contrib/bots/choice_llm_bot.py
dandy/contrib/bots/seed_llm_bot.py
dandy/core/__init__.py
dandy/core/exceptions.py
dandy/core/singleton.py
dandy/core/type_vars.py
dandy/core/url.py
dandy/core/utils.py
dandy/debug/__init__.py
dandy/debug/debug.py
dandy/debug/events.py
dandy/debug/exceptions.py
dandy/debug/utils.py
dandy/debug/html/debug_recorder_output_template.html
dandy/future/__init__.py
dandy/future/exceptions.py
dandy/future/future.py
dandy/handler/__init__.py
dandy/handler/handler.py
dandy/llm/__init__.py
dandy/llm/exceptions.py
dandy/llm/utils.py
dandy/llm/config/__init__.py
dandy/llm/config/config.py
dandy/llm/config/ollama.py
dandy/llm/config/openai.py
dandy/llm/prompt/__init__.py
dandy/llm/prompt/prompt.py
dandy/llm/prompt/snippet.py
dandy/llm/prompt/utils.py
dandy/llm/request/__init__.py
dandy/llm/request/message.py
dandy/llm/request/ollama.py
dandy/llm/request/openai.py
dandy/llm/request/request.py
dandy/llm/service/__init__.py
dandy/llm/service/debug.py
dandy/llm/service/events.py
dandy/llm/service/prompts.py
dandy/llm/service/service.py
dandy/workflow/__init__.py
dandy/workflow/events.py
dandy/workflow/exceptions.py
dandy/workflow/workflow.py
example/__init__.py
example/run.py
example/pirate/__init__.py
example/pirate/crew/__init__.py
example/pirate/crew/datasets.py
example/pirate/crew/enums.py
example/pirate/crew/models.py
example/pirate/crew/intel/__init__.py
example/pirate/crew/intel/bots/__init__.py
example/pirate/crew/intel/bots/crew_selection_llm_bot.py
example/pirate/intel/__init__.py
example/pirate/intel/configs.py
example/pirate/intel/workflow/__init__.py
example/pirate/intel/workflow/pirate_story_workflow.py
example/pirate/monster/__init__.py
example/pirate/monster/datasets.py
example/pirate/monster/models.py
example/pirate/monster/intel/__init__.py
example/pirate/monster/intel/bots/__init__.py
example/pirate/monster/intel/bots/monster_llm_bots.py
example/pirate/monster/workflow/__init__.py
example/pirate/monster/workflow/monster_generation_workflow.py
example/pirate/ship/__init__.py
example/pirate/ship/datasets.py
example/pirate/ship/models.py
example/pirate/ship/intel/__init__.py
example/pirate/ship/intel/bots/__init__.py
example/pirate/ship/intel/bots/ship_selection_llm_bot.py
example/pirate/world/__init__.py
example/pirate/world/datasets.py
example/pirate/world/models.py
example/pirate/world/intel/__init__.py
example/pirate/world/intel/bots/__init__.py
example/pirate/world/intel/bots/ocean_selection_llm_bot.py
tests/__init__.py
tests/test_dandy.py
tests/bot/__init__.py
tests/bot/test_bot.py
tests/contrib/__init__.py
tests/contrib/bots/__init__.py
tests/contrib/bots/test_choice_llm_bot.py
tests/core/__init__.py
tests/core/test_utils.py
tests/debug/__init__.py
tests/debug/test_debug.py
tests/future/__init__.py
tests/future/test_future.py
tests/handler/__init__.py
tests/handler/test_handler.py
tests/llm/__init__.py
tests/llm/test_utils.py
tests/llm/config/__init__.py
tests/llm/config/test_ollama_config.py
tests/llm/prompt/__init__.py
tests/llm/prompt/test_prompt.py
tests/llm/prompt/test_snippet.py
tests/llm/request/__init__.py
tests/llm/request/test_request.py
tests/llm/service/__init__.py
tests/llm/service/test_service.py
tests/workflow/__init__.py
tests/workflow/test_workflow.py