• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 21:56:30 +09:00
e98d08bb44 fix: 개선된 인벤토리 판독 로직으로 안정성 향상
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 21:51:41 +09:00
37127f7f4f feat: explore 메서드에 wanted_ores 매개변수 추가 및 로직 개선
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 21:37:18 +09:00
7abdf8713a fix: mine_resource 채굴 로직 개선 및 JSON 파싱 안정성 향상
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 21:24:16 +09:00
9a2185ca4b fix: 실패한 타일 제외
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 21:20:27 +09:00
c99ca1e43c fix: 실패한 타일 제외
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:59:05 +09:00
bc7bb4d1e6 fix: mine_resource 실패한 타일 좌표 기억 + Lua에서 제외
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:51:44 +09:00
1c5c0e0a5a fix: mine_resource 근본 수정 — 광석 타일로 먼저 걸어간 뒤 채굴
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:49:09 +09:00
d27aff2824 fix: mine_resource 접근 불가 시 광맥 주변 8방향 이동 후 재시도
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:41:44 +09:00
8575cf4f76 fix: mine_resource 채굴 안 되면 다른 타일 자동 전환
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:36:26 +09:00
b58e30d3f6 fix: /c → /silent-command (게임 콘솔 스팸 방지)
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:33:41 +09:00
7953047212 fix: GLM 모델명 수정
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:27:30 +09:00
63e9add1dd feat: explore 액션을 시스템 프롬프트에 추가
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:24:43 +09:00
86af860267 feat: explore 액션 추가 - 걸으면서 자원 스캔, 발견 시 즉시 멈춤
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:21:47 +09:00
47cc692d96 fix: f-string 제거 + position/radius + pcall + 인덱스 인벤토리
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:20:48 +09:00
ba013bf461 fix: f-string 완전 제거 + position/radius 방식 + pcall + try/except
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:09:59 +09:00
12dba24965 fix: Factorio 2.0 호환 - type 기반 검색 + pcall 안전 감싸기
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 20:09:04 +09:00
6ee4fef688 fix: Factorio 2.0 호환 + 자원 스캔 반경 500 + type 기반 검색
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 15:18:13 +09:00
37c71e85c5 fix: SyntaxError - f-string 안의 리터럴 중괄호 수정
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 15:12:41 +09:00
ce355a2678 fix: 시작 시 플레이어 접속 확인 + RCON 호환
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-25 15:12:08 +09:00
954072bfdd fix: context_compressor game.player → game.players[1]