Commit graph

9 commits

Author SHA1 Message Date
Lilith
74958ec539 docs(features): 📝 Update README.md documentation across 30+ feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:53:19 -08:00
Lilith
3424695c96 chore(features): 📝 Standardize and update README.md files across 12+ features + TEMPLATE_README.md for improved clarity/consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:19:32 -08:00
Lilith
66b9e28417 chore(conversation-assistant): 🔧 Add scam/freeloader pattern detection signals, update docs, and expand E2E testing 2026-01-18 09:20:35 -08:00
Lilith
9bfc4dfa64 fix(main): 🐛 resolve redundant package installation in ML Service README and pyproject.toml 2026-01-09 11:22:19 -08:00
Lilith
bce0d0116f 🔧 Update conversation-assistant ML service dependencies
- Dockerfile: Update to tqftw-fastapi-service-base package
- pyproject.toml: Bump dependencies and fix package names
- Update all imports from tqftw_ml_service_base → tqftw_fastapi_service_base
- Update env example and docs with correct package name

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:23 -08:00
Lilith
18a59091a1 📝 Add Flirty Style and Sales Classification API docs
Document new ML endpoints:
- Flirty style learning and application
- Sales intent classification
- Bad actor detection
- Price agreement detection
- Follow-up recommendations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 07:41:18 -08:00
Lilith
c7ef8dfb0b 📝 Add ML feature endpoints documentation
Document suggested replies, conversation memory, style learning,
and message triage APIs in both API.md and ML service README.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 07:41:09 -08:00
Quinn Ftw
0700eb1924 feat(conversation-assistant): add deployment infrastructure and ML enhancements
- Add comprehensive deployment documentation (DEPLOYMENT.md, DEPLOY_CHECKLIST.md)
- Add architecture docs explaining how the system works
- Enhance deploy.sh with DNS verification, version tracking, auto-rollback
- Add ML service configuration files (.env.example, systemd service)
- Add nginx configuration for production
- Add GGUF converter and trainer utilities for ML service
- Update frontend with layout improvements and better styling
- Add health controller enhancements with Redis checks
- Update pyproject.toml with new ML dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 04:59:33 -08:00
Quinn Ftw
c2c9454b34 docs(conversation-assistant): add API reference and development guide
- Add docs/API.md with complete endpoint documentation
- Add docs/DEVELOPMENT.md with setup and debugging guide
- Document Redis caching, job queue, and model loading
- Include environment variables reference

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 17:33:15 -08:00