LICENSE.md
MANIFEST.in
README.md
pyproject.toml
requirements.txt
dandy/__init__.py
dandy/conf.py
dandy/constants.py
dandy/default_settings.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/requires.txt
dandy.egg-info/top_level.txt
dandy/bot/__init__.py
dandy/bot/bot.py
dandy/bot/exceptions.py
dandy/cache/__init__.py
dandy/cache/cache.py
dandy/cache/decorators.py
dandy/cache/exceptions.py
dandy/cache/utils.py
dandy/cache/memory/__init__.py
dandy/cache/memory/cache.py
dandy/cache/memory/decorators.py
dandy/cache/sqlite/__init__.py
dandy/cache/sqlite/cache.py
dandy/cache/sqlite/connection.py
dandy/cache/sqlite/decorators.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/core/__init__.py
dandy/core/exceptions.py
dandy/core/singleton.py
dandy/core/utils.py
dandy/core/future/__init__.py
dandy/core/future/exceptions.py
dandy/core/future/future.py
dandy/core/http/__init__.py
dandy/core/http/config.py
dandy/core/http/exceptions.py
dandy/core/http/service.py
dandy/core/http/url.py
dandy/core/path/__init__.py
dandy/core/path/tools.py
dandy/core/processor/__init__.py
dandy/core/processor/abc_meta.py
dandy/core/processor/processor.py
dandy/intel/__init__.py
dandy/intel/exceptions.py
dandy/intel/factory.py
dandy/intel/intel.py
dandy/intel/type_vars.py
dandy/intel/field/__init__.py
dandy/intel/field/annotation.py
dandy/llm/__init__.py
dandy/llm/conf.py
dandy/llm/exceptions.py
dandy/llm/intel.py
dandy/llm/utils.py
dandy/llm/bot/__init__.py
dandy/llm/bot/llm_bot.py
dandy/llm/map/__init__.py
dandy/llm/map/llm_map.py
dandy/llm/processor/__init__.py
dandy/llm/processor/llm_processor.py
dandy/llm/prompt/__init__.py
dandy/llm/prompt/prompt.py
dandy/llm/prompt/snippet.py
dandy/llm/prompt/utils.py
dandy/llm/service/__init__.py
dandy/llm/service/prompts.py
dandy/llm/service/recorder.py
dandy/llm/service/service.py
dandy/llm/service/config/__init__.py
dandy/llm/service/config/config.py
dandy/llm/service/config/ollama.py
dandy/llm/service/config/openai.py
dandy/llm/service/config/options.py
dandy/llm/service/config/utils.py
dandy/llm/service/request/__init__.py
dandy/llm/service/request/message.py
dandy/llm/service/request/ollama.py
dandy/llm/service/request/openai.py
dandy/llm/service/request/request.py
dandy/llm/tokens/__init__.py
dandy/llm/tokens/utils.py
dandy/map/__init__.py
dandy/map/exceptions.py
dandy/map/intel.py
dandy/map/map.py
dandy/recorder/__init__.py
dandy/recorder/decorators.py
dandy/recorder/events.py
dandy/recorder/exceptions.py
dandy/recorder/recorder.py
dandy/recorder/recording.py
dandy/recorder/utils.py
dandy/recorder/renderer/__init__.py
dandy/recorder/renderer/html.py
dandy/recorder/renderer/json.py
dandy/recorder/renderer/markdown.py
dandy/recorder/renderer/renderer.py
dandy/recorder/renderer/html_templates/base_event_template.html
dandy/recorder/renderer/html_templates/base_recording_output_template.html
dandy/workflow/__init__.py
dandy/workflow/workflow.py