Commit graph

691 commits

Author SHA1 Message Date
d1e32b6e06 feat(openai): 반복 출력 복구를 구현한다
출력 반복을 요청 단위로 감지하고 안전한 continuation lifecycle을 보장하기 위해 Chat/Responses codec과 stream gate evidence를 함께 정렬한다.
2026-07-29 18:40:36 +09:00
da506ba71d fix(agent-ops): PLAN 쓰기 경로 검증을 강제한다
PLAN 생성과 리뷰 후속 상태 기록 전에 동일한 디스패처 검증을 적용해 broad path가 다시 활성 작업을 차단하지 않도록 한다.
2026-07-29 13:43:00 +09:00
f4604919c0 sync: agent-ops from agentic-framework v1.1.178 2026-07-29 11:14:15 +09:00
1fe4b9adec sync: agent-ops from agentic-framework v1.1.177 2026-07-29 10:00:59 +09:00
d23364ca94 chore(merge): 최신 dev 변경을 반영한다 2026-07-29 09:42:33 +09:00
bec5e29099 fix(agent-ui): 동기화 경로 소유권을 검증한다
진행 중인 UI 작업과 직접 동기화가 같은 경로를 갱신하지 않도록 한다.
2026-07-29 09:42:17 +09:00
5a4a0e841c chore(merge): 최신 dev 변경을 반영한다 2026-07-29 09:23:53 +09:00
a52c73bc2a feat(agent-ops): UI 작업 매핑 정합화를 확장한다
계획 재구성과 Milestone 종료에서도 UI 상태 변경의 소유자와 완료 근거를 일관되게 유지한다.
2026-07-29 09:23:35 +09:00
bd6cf96d63 chore(merge): 최신 dev 변경을 반영한다 2026-07-29 08:36:56 +09:00
18c9f08c07 fix(agent-ui): 완료 정합화 입력을 명확히 한다
완료 근거가 다른 작업으로 오인되어 UI 상태가 잘못 갱신되지 않도록 한다.
2026-07-29 08:36:34 +09:00
6db3847674 chore(merge): 최신 dev 변경을 반영한다 2026-07-29 08:09:00 +09:00
a72d3cc7ef feat(agent-ui): 완료 정합화 경로를 추가한다
계획 기반 UI 작업의 완료 근거와 상태 갱신을 명확히 연결한다.
2026-07-29 08:08:35 +09:00
8808a69e0f refactor(agent-ops): 검증 컨텍스트 흐름을 정리한다
계획과 리뷰 단계의 책임을 분리해 완료 근거를 일관되게 전달한다.
2026-07-29 08:08:16 +09:00
211d33e1f5 feat(agent-ops): 작업공간 소유권 검증을 추가한다
같은 물리 작업공간에서 충돌하는 병렬 작업과 외부 실행 상태가 서로 영향을 주지 않도록 한다.
2026-07-29 08:07:43 +09:00
8e389eb2cd sync: to agentic-framework v1.1.175 2026-07-29 04:08:54 +09:00
1b1640ef1c chore(merge): dev 변경을 출력 검증 브랜치에 반영한다 2026-07-28 23:02:10 +09:00
fa62ccc4cd fix(agent-ops): 작업 아티팩트 언어 계약을 정리한다
Canonical English 출력과 legacy Korean 읽기 경계를 일치시켜 리뷰 복구와 dispatcher 판정이 같은 계약을 따르도록 한다.\n\nVerdict schema와 completion scan 회귀를 deterministic 테스트로 고정한다.
2026-07-28 22:55:38 +09:00
449ae44422 fix(agent-ops): 충돌로 되돌아간 작업 계약을 복원한다
rebase 후 과거 plan/code-review 계약과 진입 규칙이 되살아나 dispatcher 파일명 규약과 work-log archive 번호 계산이 깨진 상태를 바로잡는다.
2026-07-28 21:00:47 +09:00
e588d12964 fix: resolve rebase conflicts in common skill files 2026-07-28 20:45:03 +09:00
7d0e2ca4dd refactor: dispatcher observation module & clean up archive logs 2026-07-28 20:43:23 +09:00
0c7fd8166c chore: update roadmap phase and milestone files 2026-07-28 20:23:11 +09:00
5347973cb9 feat: runtime bridge refactor - remove legacy CLI adapters, add agentruntime packages 2026-07-28 20:02:27 +09:00
094ec20ec2 docs(agent-ops): 이벤트 기반 모니터링을 강제한다 2026-07-28 19:25:33 +09:00
63a6b622ce feat: openai-compatible output validation filters - roadmap update and task implementation 2026-07-28 19:10:39 +09:00
772f63f25c feat: add stream gate pipeline, policy, filters, tunnel codec files 2026-07-28 15:25:23 +09:00
772b235778 feat: openai-compatible output validation filters - stream gate pipeline, policy, filters, tunnel codec, model queue, provider pool, contract & spec updates 2026-07-28 15:21:09 +09:00
a7d7231bfc sync: agent-ops from agentic-framework v1.1.174 2026-07-28 14:28:58 +09:00
432284820e sync: to agentic-framework v1.1.174 2026-07-28 10:39:20 +09:00
c675cfd166 sync: to agentic-framework v1.1.173 2026-07-28 10:35:40 +09:00
5924629a40 fix(agent-ops): 자동 실행기의 공통 역의존을 제거한다 2026-07-28 10:34:42 +09:00
0565d2be66 chore: sync roadmap, spec, contract updates and stream evidence gate 2026-07-28 06:18:14 +09:00
e24207916a Merge pull request 'feat: finalize-task-routing 스킬 정책 스크립트, edge observation sink 필터 구현' (#3) from stream-evidence-gate-core into main 2026-07-28 04:27:19 +09:00
99dc10b23f merge(main): 최신 main 변경을 반영한다 2026-07-28 04:26:39 +09:00
18ba75dd99 feat: finalize-task-routing 스킬 정책 스크립트, edge observation sink 필터 구현 2026-07-28 04:18:19 +09:00
1411a3869f Merge branch 'stream-evidence-gate-core' into main 2026-07-28 04:08:48 +09:00
7634ca8962 feat(stream-evidence-gate-core): complete stream evidence gate core implementation
- OpenAI request rebuilder with tool validation and provider tunnel
- Edge config runtime refresh for stream evidence gate
- Filter observation contract and runtime with sink/correlation
- Stream gate dispatcher, release sink, and vertical slice
- Recovery coordinator for evidence tail
- Parallel evaluation and commit boundary
- E2E test script for OpenAI vLLM
- Archive completed task groups to archive/2026/07
2026-07-28 04:08:12 +09:00
12a48fe0c3 feat: add flutter-desktop-control-ui & unity-3d-desktop-character milestones, update roadmap 2026-07-27 20:48:16 +09:00
cc5f99bd11 feat: iop-agent-cli-runtime milestone & SDD, update roadmap phases and SDDs 2026-07-27 20:21:28 +09:00
0e12a540c8 feat(agent-ops): 로컬 우선 라우팅 경계를 보강한다
로컬 모델의 작업 비중을 유지하면서 복합 위험과 반복 실패가 누적될 때만 cloud로 승격하고, 라우팅 자체의 재분석 비용과 반복 루프를 줄이기 위함이다.
2026-07-27 19:57:23 +09:00
1550e8cacc Merge branch 'main' of https://git.toki-labs.com/toki/iop 2026-07-27 17:55:49 +09:00
cdbc80a308 sync: archive migration, runtime-bridge updates, edge openai rebuilder, dispatch skill, docs 2026-07-27 17:55:16 +09:00
toki
324ac4f67e feat: add lgucorp-confluence-docs skill, extend openai-usage-token-issue for dev-corp user create + Confluence sync 2026-07-27 15:10:02 +09:00
toki
4795738e4c Update dev-corp-runtime-deploy skill 2026-07-27 10:39:27 +09:00
09678de615 docs: update SDD and milestone for shared-agent-task-runtime-desktop-agent 2026-07-26 21:23:55 +09:00
071cd2427b docs(agent-task): OpenAI 재구성 검토 근거를 기록한다 2026-07-26 21:07:37 +09:00
c1c1e19678 feat(streamgate): 요청 런타임 수명주기를 구현한다
증거 평가와 복구를 하나의 요청 루프로 수렴시켜 OpenAI ingress 재구성과 stream release를 일관되게 처리한다.
2026-07-26 21:03:39 +09:00
e262897683 merge(main): 최신 main 변경을 병합한다
현재 브랜치의 streamgate 구현과 main의 실행기 선택기 변경을 함께 유지하기 위해 충돌을 해소한다.
2026-07-26 20:58:08 +09:00
ae5845cd68 fix: post-commit refinements
- Update runtime loop plan/code-review
- Fix chat_handler, input_estimator_test, openai_request_rebuilder, provider_tunnel, responses_handler
- Fix ingress_snapshot_test
- Add code review and plan logs
2026-07-26 20:53:32 +09:00
d182eafeff feat: stream evidence gate core - full implementation
- Stream evidence gate routing in edge config and runtime
- Ingress snapshot and allocation
- Recovery coordinator and plan
- Runtime contract for gate filters
- OpenAI-compatible request rebuilder and stream gate dispatcher
- Comprehensive tests for all new components
- Updated contracts and roadmap milestones
2026-07-26 20:48:53 +09:00
a17bad1fd3 feat: agent-task-runtime-target-selector 완료 및 SDD/로드맵 동기화
- dispatch.py: unknown isolation, selfcheck policy, admission quota, target cap 제거 로직 구현
- select_execution_target.py: 대상 선택器 개선
- test_dispatch.py: 전체 시나리오 테스트 대폭 추가/리팩토링
- test_select_execution_target.py: 신규 테스트 추가
- ROADMAP/PHASE/SDD 마일스톤 업데이트: unknown_isolation 완료, cli-agent-group-grade-routing 종료
- archive: 07~10번 subtask를 archive로 이동
- WORK_LOG 갱신, agent-test/inventory-dev.yaml 동기화
- shared-agent-task-runtime-desktop-agent SDD 신규 생성
2026-07-26 20:48:23 +09:00