C.W.K.
Stream
Lesson 02 of 07 · published

독립 1:1 log 위 Meta-Collection

~12 min · council, architecture

Level 0호기심
0 XP0/65 lessons0/17 achievements
0/100 XP to next level100 XP to go0% complete

Council 이 실제 저장하는 것

council 이 /councils/ 의 JSON 파일. 저장: 두뇌 정체성 list, round list (각 round = transcript snapshot + 어느 두뇌 발언), 아빠의 optional 코멘트, picked round (finalized 시).

저장 안 하는 것

실제 chat log. 그건 자기 JSONL file 에 살아 /sessions/ 아래, (brain, conversation_id) 당 하나. council 이 그냥 reference.

Transcript 조립

아빠가 Council 에 또 round 요청 시, council orchestrator 가 existing round 들로 transcript prefix 빌드, 새 turn 의 user message 앞에 prepend — 그래서 두뇌가 '여기까지 말한 것. 이제 응답해' 봐. 그게 유일한 mechanism. 각 두뇌가 긴 prefix 우연히 포함한 1:1 turn 처리.

Code

Council JSON 모양 (간략)·json
{
  "id": "council-2026-04-30-01",
  "seq": 142,
  "title": "Q3 architecture review",
  "brains": ["claude", "codex", "gemini"],
  "rounds": [
    {
      "id": "round-1",
      "prompt": "What's the biggest risk in Phase 4?",
      "replies": {
        "claude": {"conversation_id": "...", "message_id": "..."},
        "codex": {"conversation_id": "...", "message_id": "..."},
        "gemini": {"conversation_id": "...", "message_id": "..."}
      },
      "picked": false
    }
  ],
  "finalized": false
}

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고
💛 by 똘이warm💛 by 피파warm

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.