Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
---
title: "Telegram 봇 → Obsidian Vault 연동 (Phase 1+2) 설계"
title: "Telegram 봇 → Obsidian Vault 연동 (Phase 1+2) 설계 (SUPERSEDED)"
owner: llm
status: draft
updated: 2026-05-14
status: deprecated
updated: 2026-05-21
superseded_by: https://github.com/decodedcorp/decoded-agent/issues/61
superseded_date: 2026-05-21
tags:
- ops
- telegram
- obsidian
- deprecated
---

# Telegram 봇 → Obsidian Vault 연동 (Phase 1+2) 설계
> ⚠️ **이 spec은 superseded 되었습니다 (2026-05-21).**
>
> 본 spec(5/14)이 작성된 직후 [Raf](https://github.com/philippekwak)가 [decoded-agent](https://github.com/decodedcorp/decoded-agent)를 manager agent로 pivot하면서 본 vision을 흡수·발전시켰습니다. v0.9.2 진행 중.
>
> - **Phase 1 (#516, `/save` → Inbox)** → decoded-agent의 manager agent + vault write tool로 자연어 처리 대체 ([#9](https://github.com/decodedcorp/decoded-agent/issues/9))
> - **Phase 2 (#517, 그룹 일별 raw 로그)** → **conversation digest agent (L2 + topic clustering)** 로 발전 ([decoded-agent#61](https://github.com/decodedcorp/decoded-agent/issues/61))
>
> 진행 역사: [decoded-docs `Project/integrations/telegram-vault-bot.md`](https://github.com/decodedcorp/decoded-docs/blob/main/Project/integrations/telegram-vault-bot.md)
>
> 본문은 역사적 참조용으로 보존. 새 구현은 decoded-agent#61 참조.

---


# Telegram 봇 → Obsidian Vault 연동 (Phase 1+2) 설계 (SUPERSEDED)

**Issues:** #516 (Phase 1), #517 (Phase 2) (author: thxforall, 2026-05-14)
**Status:** Draft — pending user review
Expand Down
Loading