accusys
bfc4317b88
feat: Add HTTP API for progress monitoring
...
- Add /api/v1/progress/:uuid endpoint for real-time progress查询
- Implement Redis Hash storage for progress persistence
- Increase DB connection pool (5->10)
- Add get_processor_status method to RedisClient
- Update DEVELOPMENT_LOG with HTTP API implementation
Test: curl http://127.0.0.1:3002/api/v1/progress/ <uuid>
2026-03-18 02:14:49 +08:00
accusys
26f73ab620
docs: Add video chunk specification
...
- Define three chunk types: Sentence, Cut, TimeBased
- Support overlapping chunks
- Frame-accurate timestamps
- Include content and metadata structures
- Add PostgreSQL schema
- Document Rust data structures and splitter implementation
2026-03-16 15:59:15 +08:00
accusys
47b9c2f750
docs: Add JSON output specification
...
- Define all JSON output file types and naming conventions
- Document Probe, ASR, ASRx, OCR, YOLO, Face, Pose structures
- Include field descriptions and data types
- Add processing pipeline flow
- Document database storage schema
2026-03-16 15:48:51 +08:00
accusys
e66b9501bd
docs: Add version quick reference sections
...
- Add version summary table to SERVICES.md
- Add version quick reference to PYTHON.md
- Add version quick reference to NODEJS.md
- Update related documents references
2026-03-16 15:43:41 +08:00
accusys
9bbfaa1d06
docs: Add Python and Node.js integration specification
...
- Architecture overview for mixed runtime environments
- Python version management with venv
- Node.js version locking for n8n
- Isolation principles for coexisting environments
- Workflow integration patterns
- Monitoring configuration
- Troubleshooting guide
- New service decision tree
2026-03-16 15:22:39 +08:00
accusys
ea2bbb9fd9
docs: Add Rust development specification
...
- Project structure and module design
- Code style and naming conventions
- Error handling patterns
- Async programming guidelines
- External process integration (Python scripts)
- Testing strategy
- Logging with tracing
- Performance optimization
- Security considerations
- CLI command design
- Version control guidelines
2026-03-16 15:17:31 +08:00
accusys
de14bd6afa
Initial commit: Momentry Core v0.1
...
- Rust-based digital asset management system
- Video analysis: ASR, OCR, YOLO, Face, Pose
- RAG capabilities with Qdrant vector database
- Multi-database support: PostgreSQL, Redis, MongoDB
- Monitoring system with launchd plists
- n8n workflow automation integration
2026-03-16 15:07:33 +08:00