LICENSE
NOTICE.txt
pyproject.toml
src/h_ai/__init__.py
src/h_ai/application/__init__.py
src/h_ai/application/hai_service.py
src/h_ai/application/web_docs_service.py
src/h_ai/application/system_prompts/__init__.py
src/h_ai/application/system_prompts/roles/__init__.py
src/h_ai/domain/__init__.py
src/h_ai/domain/reasoning/__init__.py
src/h_ai/domain/reasoning/llm_chat_repository.py
src/h_ai/domain/reasoning/llm_generate_respository.py
src/h_ai/domain/reasoning/llm_tool_repository.py
src/h_ai/domain/reasoning/text_analysis.py
src/h_ai/domain/reasoning/tool_message.py
src/h_ai/domain/web_docs/__init__.py
src/h_ai/domain/web_docs/doc_link_scorer_service.py
src/h_ai/domain/web_docs/documentation_pattern_repository.py
src/h_ai/domain/web_docs/gitbook_web_fetcher_service.py
src/h_ai/domain/web_docs/web_docs_link_detector.py
src/h_ai/domain/web_docs/web_link.py
src/h_ai/domain/web_docs/gitbook/__init__.py
src/h_ai/domain/web_docs/gitbook/text_chapter.py
src/h_ai/domain/web_docs/gitbook/text_page.py
src/h_ai/domain/webpages/__init__.py
src/h_ai/domain/webpages/web_fetcher_repository.py
src/h_ai/domain/webpages/web_text_fetcher_repository.py
src/h_ai/infrastructure/__init__.py
src/h_ai/infrastructure/beautifulsoup/__init__.py
src/h_ai/infrastructure/beautifulsoup/soup_processor.py
src/h_ai/infrastructure/llm/__init__.py
src/h_ai/infrastructure/llm/data_handler.py
src/h_ai/infrastructure/llm/llm_response_cleaner.py
src/h_ai/infrastructure/llm/prompt_helper.py
src/h_ai/infrastructure/llm/prompt_loader.py
src/h_ai/infrastructure/llm/ollama/__init__.py
src/h_ai/infrastructure/llm/ollama/ollama_chat_repository.py
src/h_ai/infrastructure/llm/ollama/ollama_generate_repository.py
src/h_ai/infrastructure/llm/ollama/ollama_tool_repository.py
src/h_ai/infrastructure/llm/ollama/models/__init__.py
src/h_ai/infrastructure/llm/ollama/models/ollama_chat_message.py
src/h_ai/infrastructure/llm/ollama/models/ollama_chat_session.py
src/h_ai/infrastructure/playwright/__init__.py
src/h_ai/infrastructure/playwright/playwright_web_content_fetcher.py
src/h_ai_brain.egg-info/PKG-INFO
src/h_ai_brain.egg-info/SOURCES.txt
src/h_ai_brain.egg-info/dependency_links.txt
src/h_ai_brain.egg-info/requires.txt
src/h_ai_brain.egg-info/top_level.txt