agentson
  • Joined on 2026-02-04
agentson opened issue jihoson/The-Ouroboros#201 2026-02-23 10:02:16 +09:00
[CRITICAL] TR_ID 실전/모의 분기 구현 — 모든 주문·잔고조회 API에 live TR_ID 없음
agentson created pull request jihoson/The-Ouroboros#200 2026-02-23 05:52:51 +09:00
feat: 해외주식 미체결 SELL 시 이중 매수 방지 (#195)
1242794fc4 feat: 해외주식 미체결 SELL 시 이중 매수 방지 (#195)
agentson created pull request jihoson/The-Ouroboros#199 2026-02-22 13:47:33 +09:00
feat: 미구현 API 4개 대시보드 프론트 연결 (#198)
ce82121f04 feat: 미구현 API 4개 대시보드 프론트 연결 (#198)
agentson created branch feature/issue-198-dashboard-api-frontend in jihoson/The-Ouroboros 2026-02-22 13:47:24 +09:00
agentson opened issue jihoson/The-Ouroboros#198 2026-02-22 13:42:51 +09:00
feat: 미구현 API 4개 대시보드 프론트 연결 (Playbook, Scorecard, Scenarios, Context)
agentson pushed to feature/issue-196-cb-gauge at jihoson/The-Ouroboros 2026-02-22 11:49:05 +09:00
cdd5a218a7 refactor: CB 게이지 저장소를 context tree → system_metrics 별도 테이블로 분리
agentson commented on pull request jihoson/The-Ouroboros#197 2026-02-22 10:35:31 +09:00
feat: 대시보드 Circuit Breaker 게이지 추가 (#196)

맞습니다. L6로 변경해도 그 본질적인 문제는 해결되지 않습니다.

근본 문제

context tree는 AI(Gemini)의 의사결정 메모리입니다. L1~L7 모두 brain/이 읽어서 매매 판단에 활용하는 구조입니다.…

agentson pushed to feature/issue-196-cb-gauge at jihoson/The-Ouroboros 2026-02-22 00:33:22 +09:00
f3491e94e4 refactor: CB 게이지 pnl_pct 저장 레이어를 L7 → L6_DAILY로 변경
agentson commented on pull request jihoson/The-Ouroboros#197 2026-02-22 00:28:58 +09:00
feat: 대시보드 Circuit Breaker 게이지 추가 (#196)

좋은 지적입니다. docs/context-tree.md를 확인했습니다.

L7의 공식 use cases (문서 기준)

  • Immediate execution decisions
  • Stop-loss triggers
  • Real-time P&L tracking ← 이 항목이 명시되어…
agentson pushed to feature/issue-196-cb-gauge at jihoson/The-Ouroboros 2026-02-21 21:14:06 +09:00
342511a6ed feat: 대시보드 Circuit Breaker 게이지 추가 (#196)
agentson created branch feature/issue-196-cb-gauge in jihoson/The-Ouroboros 2026-02-21 21:14:05 +09:00
agentson created pull request jihoson/The-Ouroboros#197 2026-02-21 21:14:05 +09:00
feat: 대시보드 Circuit Breaker 게이지 추가 (#196)
agentson opened issue jihoson/The-Ouroboros#196 2026-02-21 21:11:04 +09:00
feat: 대시보드 Circuit Breaker 게이지 추가
agentson opened issue jihoson/The-Ouroboros#195 2026-02-21 21:07:35 +09:00
feat: 해외주식 실제 체결 잔고 동기화 — KIS 잔고 조회 API 연동
agentson commented on pull request jihoson/The-Ouroboros#194 2026-02-21 21:06:04 +09:00
feat: 대시보드 오픈 포지션 패널 추가 (#193)

맞습니다. 코드를 확인한 결과 이 부분이 실제 한계입니다.

국내주식 (src/main.py:708): price=0 → 시장가(ORD_DVSN=01) → 즉시 전량 체결 보장

해외주식 (src/main.py:714-730): KIS VTS가…

agentson commented on pull request jihoson/The-Ouroboros#194 2026-02-21 21:02:04 +09:00
feat: 대시보드 오픈 포지션 패널 추가 (#193)

좋은 지적입니다. 현재 시스템의 "오픈 포지션" 정의를 설명드리겠습니다.

현재 시스템의 오픈 포지션 정의

src/db.py:226get_open_position() 구현 기준:

**마지막 거래가 BUY인 종목 = 오픈…

agentson pushed to feature/issue-193-dashboard-positions at jihoson/The-Ouroboros 2026-02-21 20:53:09 +09:00
40ea41cf3c feat: 대시보드 오픈 포지션 패널 추가 (#193)