• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 15:11:01 +09:00
6f220bc3f5 fix: JSON 파싱 강화 + 3회 재시도 + 잘린 응답 복구
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 15:09:50 +09:00
ea4be446bb fix: state_reader game.player → game.players[1]
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 15:09:19 +09:00
ec418195ca fix: action_executor game.player → game.players[1]
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 15:08:06 +09:00
4756ef9624 fix: game.player → game.players[1] for RCON compatibility
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 12:49:16 +09:00
149e66e9c9 README 순수 플레이 모드 설명으로 전체 업데이트
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 12:48:39 +09:00
3458688f47 순수 플레이 전환: ACTION_DELAY 축소, 에러 트레이스백 추가, 타임스탬프 로깅
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 12:48:11 +09:00
75195ece3e 순수 플레이 전환: AI 프롬프트에 이동거리/재료/건설거리 제약 반영
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 12:47:06 +09:00
3d0f7c0517 순수 플레이 전환: 텔레포트→걷기, 무한자원→실제채굴, 직접지급→실제제작, create_entity→build_from_cursor
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 10:26:58 +09:00
7288976a99 Update README.md - 전체 문서 업데이트
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 10:26:29 +09:00
55c9657500 Update state_reader.py - 상태 읽기 모듈 최신 버전
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 10:26:00 +09:00
051ea1f611 Update factorio_rcon.py - RCON 클라이언트 최신 버전
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 10:25:41 +09:00
6c4b2b7c91 Add main.py - 메인 루프 (컨텍스트 압축 통합)
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 10:25:13 +09:00
f053803f6f Add context_compressor.py - 계층적 컨텍스트 압축 모듈
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 10:24:04 +09:00
7f7034bba2 Add ai_planner.py - AI 행동 계획 모듈
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 10:23:17 +09:00
8858d52b1c Add action_executor.py - 완전 자율 에이전트용 실행기
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 00:09:33 +09:00
d2d6f6ef17 Add state_reader.py - Game state reading module
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 00:06:18 +09:00
76f98d2fe2 Add factorio_rcon.py - RCON connection module
gihyeon created repository gihyeon/factorio-ai-agent 2026-03-25 00:04:59 +09:00
gihyeon pushed to main at gihyeon/cointrader 2026-03-23 20:47:06 +09:00
17742da6af feat: add algo order compatibility and orphan order cleanup
ff2566dfef docs: add algo order compatibility fix design spec
Compare 2 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-23 13:06:07 +09:00
0ddd1f6764 feat: add testnet mode support and fix UDS order type classification