CHANGELOG.md
CONTRIBUTORS.md
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
dandy/__init__.py
dandy/conf.py
dandy/const.py
dandy/default_settings.py
dandy/utils.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/__pycache__/__init__.cpython-311.pyc
dandy/__pycache__/const.cpython-311.pyc
dandy/bot/__init__.py
dandy/bot/bot.py
dandy/bot/exceptions.py
dandy/bot/llm_bot.py
dandy/cli/__init__.py
dandy/cli/main.py
dandy/cli/utils.py
dandy/cli/llm/__init__.py
dandy/cli/llm/assistant/__init__.py
dandy/cli/llm/assistant/assistant.py
dandy/cli/llm/evaluate/__init__.py
dandy/cli/llm/evaluate/evaluate.py
dandy/cli/llm/evaluate/intelligence/__init__.py
dandy/cli/llm/evaluate/intelligence/prompts/__init__.py
dandy/cli/llm/evaluate/intelligence/prompts/prompt_evaluation_prompts.py
dandy/cli/llm/generate/__init__.py
dandy/cli/llm/generate/generate.py
dandy/cli/llm/generate/intelligence/__init__.py
dandy/cli/llm/generate/intelligence/prompts/__init__.py
dandy/cli/llm/generate/intelligence/prompts/generate_llm_bot_prompts.py
dandy/contrib/__init__.py
dandy/contrib/bots/__init__.py
dandy/contrib/bots/choice_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/intel/__init__.py
dandy/intel/intel.py
dandy/llm/__init__.py
dandy/llm/conf.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/config/options.py
dandy/llm/config/utils.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/llm/tokens/__init__.py
dandy/llm/tokens/utils.py
dandy/workflow/__init__.py
dandy/workflow/workflow.py
example/__init__.py
example/cookie/__init__.py
example/cookie/cookie_example.py
example/cookie/intelligence/__init__.py
example/cookie/intelligence/bots/__init__.py
example/cookie/intelligence/bots/cookie_recipe_llm_bot.py
example/pirate/__init__.py
example/pirate/pirate_example.py
example/pirate/crew/__init__.py
example/pirate/crew/enums.py
example/pirate/crew/intelligence/__init__.py
example/pirate/crew/intelligence/intel.py
example/pirate/crew/intelligence/bots/__init__.py
example/pirate/crew/intelligence/bots/crew_generation_llm_bot.py
example/pirate/intelligence/__init__.py
example/pirate/intelligence/configs.py
example/pirate/intelligence/prompts.py
example/pirate/intelligence/workflow/__init__.py
example/pirate/intelligence/workflow/pirate_story_workflow.py
example/pirate/monster/__init__.py
example/pirate/monster/datasets.py
example/pirate/monster/enums.py
example/pirate/monster/intelligence/__init__.py
example/pirate/monster/intelligence/intel.py
example/pirate/monster/intelligence/bots/__init__.py
example/pirate/monster/intelligence/bots/monster_llm_bots.py
example/pirate/monster/intelligence/workflow/__init__.py
example/pirate/monster/intelligence/workflow/monster_generation_workflow.py
example/pirate/ship/__init__.py
example/pirate/ship/datasets.py
example/pirate/ship/intelligence/__init__.py
example/pirate/ship/intelligence/intel.py
example/pirate/ship/intelligence/bots/__init__.py
example/pirate/ship/intelligence/bots/ship_selection_llm_bot.py
example/pirate/world/__init__.py
example/pirate/world/datasets.py
example/pirate/world/intelligence/__init__.py
example/pirate/world/intelligence/intel.py
example/pirate/world/intelligence/bots/__init__.py
example/pirate/world/intelligence/bots/ocean_selection_llm_bot.py
tests/__init__.py
tests/test_example.py
tests/test_settings.py
tests/bot/__init__.py
tests/bot/test_bot.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/cli/assistant/__init__.py
tests/cli/assistant/test_assistant.py
tests/cli/evaluate/__init__.py
tests/cli/evaluate/test_evaluate.py
tests/cli/generate/__init__.py
tests/cli/generate/test_generate.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_config_options.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