Server lifecycle: - Introduce service.Service to manage HTTP + gRPC startup/shutdown - Fix gRPC mutex deadlock in StartServer when port is occupied - Add GracefulStop with 5s timeout before forced Stop in grpc.go - Pre-check HTTP and gRPC port availability in cmd/start.go - Print gRPC server address in startup access-points block gRPC client refactor: - Move token manager and client from tai/grpc/ to grpc/client/ - Add backward-compatible aliases in tai/yao.go and tai/token.go - Update cmd/run.go to import grpc/client directly (no tai dependency) Sandbox v2 docker migration: - Delete sandbox/v2/docker/ (moved to tai repo) - Update sandbox/docker/build.sh hint to point to tai repo - Clean up .gitignore entries for removed docker directory - Temporarily disable SandboxV2Test and BenchmarkSandboxV2 in CI (docker images need rebuild after tai repo migration) Tai integration: - Add direct-mode registration API handlers in tai/api/ - Add heartbeat handler and token management wrappers - Update tai/registry and tai/tunnel for latest protocol - Replace yao-grpc references with tai call in docs Made-with: Cursor
77 lines
No EOL
1.3 KiB
Text
77 lines
No EOL
1.3 KiB
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
*.log
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
.DS_Store
|
|
.env*
|
|
.tmp
|
|
dist
|
|
ui
|
|
^ui/index.html
|
|
tests/data/*
|
|
!tests/data/assets
|
|
debug.log
|
|
yao-test
|
|
dev.sh
|
|
logs
|
|
logs/application.log
|
|
yao-arm64
|
|
tests/db/yao.db
|
|
env.*.sh
|
|
xgen/v0.9/*
|
|
xgen/v1.0/*
|
|
!xgen/v0.9/index.html
|
|
!xgen/v1.0/index.html
|
|
!xgen/v1.0/umi.js
|
|
!xgen/v1.0/layouts__index.async.js
|
|
!pipe/ui
|
|
*-unit-test
|
|
docker/build/test
|
|
db
|
|
!agent/search/handlers/db
|
|
*.sh
|
|
data/bindata.go.bak
|
|
share/const.go.bak
|
|
share/const.goe
|
|
.cursor
|
|
openapi/*.md
|
|
coverage.html
|
|
agent/assistant/hook/*.test.md
|
|
agent/search/TODO.md
|
|
agent/search/job-logs.txt
|
|
agent/test/MULTI_TURN_DESIGN.md
|
|
agent/test/UPGRADE_PLAN.md
|
|
introduction/*
|
|
!sandbox/docker/build.sh
|
|
!sandbox/docker/vnc/*.sh
|
|
!sandbox/docker/desktop/config/*.sh
|
|
sandbox/docker/yao-bridge-*
|
|
sandbox/docker/claude-proxy-*
|
|
sandbox/docker/claude/claude-proxy-*
|
|
sandbox/proxy/claude-proxy-linux-*
|
|
release/*
|
|
sandbox/TODO-VNC.md
|
|
sandbox/docker/chrome/PLAN.md
|
|
sandbox/DESIGN-REMOTE.md
|
|
event/DESIGN.md
|
|
event/TODO.md
|
|
agent/robot/DESIGN-V2.md
|
|
tg-session.json
|
|
tg-login
|
|
tg-send
|
|
registry/data/
|
|
registry/manager/DESIGN*.md
|
|
tai/testdata/ |