toki
c747c395cf
test(openai): passthrough 모델 alias 설명을 정리한다
2026-07-08 16:24:01 +09:00
toki
909f916df8
fix(openai): passthrough 응답 모델 alias를 보존한다
2026-07-08 16:14:14 +09:00
toki
8ff1489124
docs(dev-corp): record 15 concurrency deployment verification
2026-07-08 15:53:38 +09:00
toki
c2437aaede
docs(dev-corp): 동시성 검증 기준을 15개로 정한다
2026-07-08 15:44:53 +09:00
toki
b44ac82991
docs: update pi agent default provider and model for Mac Studio vLLM-MLX
2026-07-08 15:41:06 +09:00
toki
4837c9bff4
docs: update dev-corp skill and smoke tests
2026-07-08 15:35:46 +09:00
toki
1c65587795
chore: update dev-corp skill and test files
2026-07-08 15:20:27 +09:00
toki
04581a5802
docs: update runtime capacity, parser/template settings and observation data for Gemma4 and Qwen
2026-07-08 14:56:22 +09:00
toki
7d0c3ca14e
chore: update agent-ops and agent-test files
2026-07-08 14:28:31 +09:00
toki
28f68a6880
fix(cli): terminal 출력 테스트를 안정화한다
2026-07-08 11:45:26 +09:00
toki
baa1c0a890
chore: update dev-corp testing and runtime-deploy skill
2026-07-08 11:20:10 +09:00
toki
11edd14c88
Update files
2026-07-08 11:07:53 +09:00
toki
8bfe268ecc
Remove .pi configuration files
2026-07-08 11:07:52 +09:00
bc966f8cb3
sync: routing policy model orchestration updates and node implementation
2026-07-08 10:21:10 +09:00
3348b64284
sync: backpressure cancel code review cleanup and test fixes
2026-07-08 09:09:55 +09:00
893aad6edb
sync: edge openai raw tunnel sideband passthrough - contracts, specs, implementation, and tests
2026-07-08 07:51:23 +09:00
1bf5eec31a
sync: edge openai raw tunnel sideband passthrough implementation, stream and test updates, roadmap phase sync
2026-07-08 07:17:40 +09:00
fc16a1e05c
feat(edge): implement openai compatible raw tunnel sideband passthrough for edge stream
...
- Implement stream.go with sideband passthrough support
- Update chat_handler.go with streaming handler changes
- Add run_dispatch.go with new dispatch service logic
- Add server tests for streaming and sideband functionality
- Archive old plan/code-review docs for cloud-G07
2026-07-08 06:18:00 +09:00
a1a15faabb
sync: update routing-policy-model-orchestration phases, edge/node runtime and transport fixes, openai-compatible adapter improvements
2026-07-07 22:52:55 +09:00
1319e328fe
update roadmap: knowledge-tool-optimization-extension, routing-policy-model-orchestration
2026-07-07 19:26:20 +09:00
0879dedc85
sync: to agentic-framework v1.1.165
2026-07-07 11:10:03 +09:00
ae243a03c1
update agent-spec templates and skills, add agent-spec dir
2026-07-07 11:08:25 +09:00
f7dcf9118e
sync: to agentic-framework v1.1.164
2026-07-07 07:38:37 +09:00
8f030265ca
feat: agent-ops rules and skills update
...
- Add agent-spec rules and templates
- Add complete-milestone, create-spec, update-spec skills
- Update common router and rules
2026-07-07 07:37:56 +09:00
cc87db264b
feat: sync edge module validation and E2E script updates
...
- Add mock resource activation for G06 review followup alignment
- Expand edgevalidate tests and refactor validation logic
- Update node mapper with improved handling
- Add integration and server test fixes
- Update Go config with new options
- Fix E2E scripts (cli-workspace, lemonade, ollama, vllm)
2026-07-07 04:38:31 +09:00
59e09cdb07
refactor: mattermost 통합 정리 및 openai tool boundary 개선
2026-07-06 21:06:36 +09:00
ad77aa3afb
docs(edge): quickstart OpenAI 포트 일관성을 18081로 보정하고 review follow-up 아카이브
...
docs/edge-local-dev-guide.md의 18083 포트 예시를 18081로 수정하여
openai.listen과 일관성을 맞춘다.
또한 관련 review follow-up 작업을 archive로 정리하고,
openai_text_tool_call_boundary 새 plan/review를 추가한다.
2026-07-06 18:44:07 +09:00
d8fa80e7bc
chore: clean up review files and update log_safety_test
2026-07-06 15:45:56 +09:00
0e93b615f6
update roadmap phases and milestones
2026-07-06 15:41:31 +09:00
8835a8fbd3
doc(G04): fill implementation section of CODE_REVIEW
2026-07-06 15:41:11 +09:00
2b3793149c
fix(edge/openai): remove preview fields from production logs
...
Remove all *_preview zap.String/Any fields from OpenAI-compatible log
calls (chat_handler, responses_handler, stream) so that prompt, content,
reasoning, source, and delta values are never written in plain to
operational logs.
Replace preview fields with non-content metadata:
- prompt_len, content_len, reasoning_len, delta_len, source_len
- message_count, content_len, finish_reason, tool_call_count
Also remove the now-unused previewString helper from types.go.
Add log_safety_test.go with regression tests that:
- verify no *_preview fields exist on any log line
- verify operational metadata fields are retained for observability
- verify logOpenAICompatStreamOutput does not emit delta_preview
2026-07-06 15:21:50 +09:00
18b2880738
Add review_followup_alignment task
2026-07-06 10:46:46 +09:00
86b10a6c54
sync: agent-ops from agentic-framework v1.1.163
2026-07-06 10:24:22 +09:00
toki
ca5eb4685c
fix(edge): provider-pool thinking과 queue 정책을 정리한다
...
vLLM-MLX provider-pool에서 strict output이 thinking을 끄지 않도록 하고, queue_timeout_ms=0을 IOP queue timeout 없음으로 해석해야 한다. long reasoning/long-context 요청은 IOP queue timeout이 아니라 caller cancellation과 backend timeout 정책으로 제어한다.
2026-07-06 10:16:43 +09:00
cb426fe9f5
sync: agent-ops from agentic-framework v1.1.162
2026-07-06 10:06:12 +09:00
698f03c0ea
refactor: clean up long-context admission smoke test files and input estimator
2026-07-06 09:33:08 +09:00
e1dcbc105c
chore: long-context admission smoke test files reorganized and updated
2026-07-06 08:00:36 +09:00
2d08d240d4
update task, test, and config files
2026-07-05 20:53:43 +09:00
5b95208f4c
feat: edge runtime model queue and status dispatch updates
...
- Update control-plane edge wire and edge-node runtime wire contracts
- Refactor model queue service with admission control
- Update chat handler and responses handler for edge
- Modify run dispatch and status provider logic
- Add/modify runtime proto definitions
- Move G07 status logs to archive
2026-07-05 20:01:27 +09:00
35eb21959f
feat: queue skip support in model queue
2026-07-05 19:50:11 +09:00
b2754b871f
feat: long context admission support - refactor edge server, add input estimator
2026-07-05 19:26:06 +09:00
2c9faad1f3
feat: long context admission support - refactor edge server, add input estimator
2026-07-05 18:18:58 +09:00
26e2301116
feat: long context admission support for model group
2026-07-05 15:44:54 +09:00
568b57ff20
Update roadmap: phase PHASE.md and archive openai-compatible-tool-call-boundary-hardening milestone
2026-07-05 05:50:42 +09:00
d233efdb9c
Add all modified and untracked files
2026-07-05 05:23:09 +09:00
205c369a04
Include missing untracked files
2026-07-05 05:20:11 +09:00
9b64a26f18
Update roadmap and openai server implementation
2026-07-05 05:19:02 +09:00
dccfbff9ff
feat(roadmap): 업데이트 OpenAI-compatible Tool Call Boundary Hardening 마일스톤 상태를 검토중으로 변경
2026-07-04 19:50:39 +09:00
53e09201a0
update: sync contract, test documents and cleanup task
2026-07-04 19:17:25 +09:00
59e55d409e
feat: openai-compatible tool call boundary hardening & knowledge tool optimization
2026-07-04 18:21:27 +09:00