Commit graph

124 commits

Author SHA1 Message Date
4b081a754d sync: to agentic-framework v1.1.27 2026-05-23 22:35:54 +09:00
8c3f3e381d update roadmap and e2e scripts 2026-05-23 21:17:03 +09:00
9991fdef6b cli runtime closeout: update docs, adapters, and node logic 2026-05-23 20:13:10 +09:00
5310198721 sync: agent-ops from agentic-framework v1.1.26 2026-05-23 18:50:37 +09:00
27e6ed6757 feat: CLI command responses 및 node/edge 수정 사항 적용
- node adapter CLI 내부 테스트 및 lifecycle 블랙박스 테스트 개선
- node adapter status 패키징 업데이트
- node controller 테스트 및 내부 로직 개선
- edge opsconsole 테스트 및 상태 로직 수정
- edge service 테스트 개선
- edge/node README 업데이트
- e2e smoke 스크립트 개선
- CLI command response archive 추가 (node/edge 테스트 결과)
2026-05-23 18:10:51 +09:00
ce695a9488 update roadmap and milestones 2026-05-23 15:13:41 +09:00
30249f5d33 sync: agent-ops from agentic-framework v1.1.26 2026-05-22 15:35:37 +09:00
404e4f4756 add: cli_real_e2e_failures archive logs 2026-05-22 14:54:42 +09:00
c81efd4ff2 fix: node CLI adapter SSE 및 persistent execution 개선 2026-05-22 14:53:08 +09:00
afc063dc90 update roadmap and milestones 2026-05-22 09:24:19 +09:00
c141489800 sync: agent-ops from agentic-framework v1.1.26 2026-05-22 09:09:02 +09:00
9d8cafe3b7 add antigravity print feature and update configs 2026-05-22 07:56:39 +09:00
0679621190 sync: agent-ops from agentic-framework v1.1.26 2026-05-22 07:35:11 +09:00
ff4fce0aac sync: agent-ops from agentic-framework v1.1.26 2026-05-21 22:37:14 +09:00
d25a942d5c sync: agent-ops from agentic-framework v1.1.26 2026-05-21 22:20:45 +09:00
9c4193fcfd sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:40:34 +09:00
fefc198dfe refactor: antigravity CLI status 통합 및 문서 업데이트
- antigravity 기반 CLI status adapter 구현 (gemini 대체)
- milestone 파일명 통일 (接두어 제거)
- agent-ops roadmap/current.md 갱신
- edge/node README 및 설정 문서 업데이트
- e2e smoke 스크립트 개선
2026-05-21 21:39:09 +09:00
855f422eb1 sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:15:08 +09:00
896964fcfa sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:02:00 +09:00
2635d7e2d4 sync: agent-ops from agentic-framework v1.1.25 2026-05-21 20:22:07 +09:00
24e4b8aa77 sync: agent-ops from agentic-framework v1.1.24 2026-05-21 19:18:04 +09:00
2058221aa6 update domain rules: edge, node, platform-common, testing 2026-05-21 19:15:18 +09:00
01bef3dc93 sync: agent-ops from agentic-framework v1.1.23 2026-05-21 18:53:43 +09:00
cd72a054e0 update agent-ops domain and project rules 2026-05-21 18:43:50 +09:00
2cff29f87a sync: agent-ops from agentic-framework v1.1.22 2026-05-21 18:22:46 +09:00
a6f932eaa7 chore: update project documentation, roadmap, and rules 2026-05-21 18:14:47 +09:00
3cf542a543 chore: update project docs and rules 2026-05-21 18:00:18 +09:00
22f11593df sync: to agentic-framework v1.1.20 2026-05-21 17:56:27 +09:00
cb1ead7813 update docs and agent-ops roadmap 2026-05-21 17:41:26 +09:00
a9bca5ae3e sync: agent-ops from agentic-framework v1.1.19 2026-05-21 16:19:25 +09:00
80131e1ea5 docs: remote terminal bridge 개념을 문서에 추가
- agent 설치가 어려운 대상을 위한 remote terminal bridge 개념 추가
- Edge terminal session broker와 Node terminal transport relay 흐름 설명
- native protocol에 remote terminal session event 추가
- Portal/Control Plane의 remote terminal bridge session 관리 기능 추가
- remote terminal bridge의 정책/audit 설계 항목 명시
2026-05-21 14:10:07 +09:00
f285db2310 docs: add Domain Agent concept and OTO bootstrap direction
- Add Domain Agent section to README (specialized build/deploy agent)
- Update architecture diagram with OTO Agent under Edge Group
- Add Edge bootstrap/enrollment surface for domain agents
- Document OTO agent bootstrap flow (Jenkins-like node connection UX)
- Add deploy-dev.md section for OTO Agent bootstrap direction
- Support HTTP local/insecure mode with token/pinning/verification
2026-05-21 08:49:17 +09:00
0309543472 sync: agent-ops from agentic-framework v1.1.19 2026-05-20 22:13:45 +09:00
e3676536e4 sync: agent-ops from agentic-framework v1.1.18 2026-05-20 21:49:40 +09:00
ddb90ba8f2 sync: agent-ops from agentic-framework v1.1.17 2026-05-20 21:31:17 +09:00
82364533a1 chore: update .gitignore and remove deprecated bin binaries 2026-05-20 17:09:13 +09:00
669028ce1c feat: add agent-task archives and .antigravitycli 2026-05-20 16:43:02 +09:00
b4124f0bd6 feat: CLI setup, edge/node transport refactor, and infrastructure updates
- Add CLI core setup for edge and node services
- Refactor edge transport layer (server, integration tests)
- Refactor node transport layer (parser, session, heartbeat, client)
- Add main_test.go files for edge and node commands
- Add input package for edge service
- Add go.work and go.work.sum for workspace support
- Update configs, docs, and project rules
2026-05-20 16:37:42 +09:00
df4355598f sync: to agentic-framework v1.1.16 2026-05-20 12:05:55 +09:00
6d375d9f3f sync: agent-ops from agentic-framework v1.1.15 2026-05-20 11:32:52 +09:00
6117c024c3 sync: agent-ops from agentic-framework v1.1.15 2026-05-20 10:09:40 +09:00
7f507d43cb update agent-ops: sync init-agent-ops.sh and sync.sh 2026-05-20 09:45:53 +09:00
e7e158b113 정리: 프로젝트 이름 참조를 iop로 맞춘다
저장소 디렉터리명이 iop로 정리된 상태와 문서, Docker 빌드 경로, 테스트 fixture의 워크스페이스 표기가 어긋나지 않도록 맞춘다.
2026-05-20 07:27:46 +09:00
7880f1266f feat: control-plane and hostsetup updates - add main_test.go, hostsetup package, update configs and docs 2026-05-19 22:12:27 +09:00
a52ecb8efe 기능: OpenAI 서빙과 필드 배포 구성을 추가한다
필드 테스트를 위해 edge OpenAI-compatible 경로와 node adapter 설정을 확장하고, Jenkins 바이너리 빌드 및 control-plane/web compose 배포 구성을 함께 정리한다.
2026-05-19 16:04:23 +09:00
d91e331158 sync: to agentic-framework v1.1.15 2026-05-19 15:57:14 +09:00
cd9d5830c7 feat: edge node registry, opsconsole, service 수정 및 agent-ops 스크립트 업데이트
- edge node registry: 노드 레지스트리 기능 개선
- edge opsconsole: 콘솔 및 이벤트 처리 로직 수정
- edge service: 서비스 레이어 변경
- agent-ops: init-agent-ops, sync-pull, sync-push 스킬 및 스크립트 업데이트
- 새 스크립트 추가: entry-files.sh
2026-05-19 10:16:41 +09:00
92042bb2a3 feat: edge node registry, opsconsole, CLI persistent, and e2e smoke updates
- Refactor edge node registry and store for improved management
- Update opsconsole console, events, and status components
- Enhance edge service and transport layers
- Improve CLI persistent adapter and output filter
- Update e2e smoke test script
- Update project and testing domain rules
- Update Makefile and documentation
2026-05-19 09:39:58 +09:00
42e0810a26 feat: add CLI persistent output filter for Claude TUI and improve status parser
- Add persistentOutputFilter interface with passthrough and Claude TUI filters
- Implement claudeTUIOutputFilter that renders visible screen and extracts assistant messages
- Add output filter integration to persistent adapter
- Improve status parser with additional test coverage
- Update edge opsconsole event handling with test coverage
2026-05-19 07:12:09 +09:00
1479949db0 feat(node/cli): improve persistent session handling and Claude terminal support
- Add writePrompt with character-by-character typing for terminal profiles (2ms delay)
- Separate cliOutput into text and markerLine fields for precise completion matching
- Add consumeCompleteLines for buffered output parsing
- Add matchAny for multi-line completion marker checking
- Auto-accept Claude Code Bypass Permissions warning at startup
- Change PTY output reader from bufio.Scanner to ptmx.Read for raw byte output
- Improve drainUntilIdle with profile info and Claude bypass warning handling
- Add Claude status raw output fallback when usage parsing fails
- Add comprehensive blackbox tests for persistent sessions (21 test cases)
- Update e2e smoke test with proper wait functions, mock CLI script, and timeout variables
- Update edge.yaml console target from gemini to claude-tui, increase timeouts
- Update web app: add dev documentation, verify script, engines field, test message
2026-05-18 14:22:58 +09:00