Phase 5-6: API usage tracking + Calendar/Mail/DEVONthink/OmniFocus/News pipeline
- 파이프라인 42→51노드 확장 (calendar/mail/note 핸들러 추가) - 네이티브 서비스 6개: heic_converter(:8090), chat_bridge(:8091), caldav_bridge(:8092), devonthink_bridge(:8093), inbox_processor, news_digest - 분류기 v2→v3: calendar, reminder, mail, note intent 추가 - Mail Processing Pipeline (7노드, IMAP 폴링) - LaunchAgent plist 6개 + manage_services.sh - migrate-v3.sql: news_digest_log + calendar_events 확장 - 개발 문서 현행화 (CLAUDE.md, QUICK_REFERENCE.md, docs/architecture.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -28,6 +28,10 @@ services:
|
||||
- LOCAL_OLLAMA_URL=${LOCAL_OLLAMA_URL}
|
||||
- GPU_OLLAMA_URL=${GPU_OLLAMA_URL}
|
||||
- QDRANT_URL=${QDRANT_URL:-http://host.docker.internal:6333}
|
||||
- HEIC_CONVERTER_URL=http://host.docker.internal:8090
|
||||
- CHAT_BRIDGE_URL=http://host.docker.internal:8091
|
||||
- CALDAV_BRIDGE_URL=http://host.docker.internal:8092
|
||||
- DEVONTHINK_BRIDGE_URL=http://host.docker.internal:8093
|
||||
- NODE_FUNCTION_ALLOW_BUILTIN=crypto,http,https,url
|
||||
volumes:
|
||||
- ./n8n/data:/home/node/.n8n
|
||||
|
||||
Reference in New Issue
Block a user