You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Created docs/ directory with proper Sphinx configuration
- Added conf.py with autodoc, napoleon, and RTD theme settings
- Created index.rst with project overview and module structure
- Added sphinx-rtd-theme to requirements-docs.txt
- Created required _static and _templates directories
- Added docs/_build/ to .gitignore (don't version control built docs)
- Auto-generates API docs from src/ Python modules using sphinx-apidoc
- Tested successful documentation build locally without warnings
- CI build-docs workflow should now complete successfully
Welcome to the unstructuredDataHandler documentation! This is a Python-based Software Development Life Cycle core project that provides AI/ML capabilities for software development workflows.
5
+
6
+
The repository contains modules for:
7
+
8
+
* LLM clients and intelligent agents
9
+
* Memory management (short-term and long-term)
10
+
* Prompt engineering and template management
11
+
* Document retrieval and vector search
12
+
* Skill execution and web search capabilities
13
+
* Multimodal processing (vision/audio)
14
+
* Guardrails for PII filtering and output validation
15
+
* Various utilities for logging, caching, and rate limiting
0 commit comments