Tips

#Go

Go 태그가 붙은 응용프로그램 팁입니다.

2 tips tagged #Go, 1-2 showing
1 / 1
Open source alpha
Apache-2.0

Flock은 여러 머신의 로컬 LLM을 한 엔드포인트로 묶는 self-hosted in...

hadihonarvar/flock은 macOS·Linux 머신의 Ollama, vLLM, MLX-LM, llama.cpp-RPC 백엔드를 OpenAI·Anthropic 호환 API, 키·쿼터·감사 로그, 대시보드로 묶는 G...

  • 단일 Go 바이너리로 leader/worker/CLI를 겸하며, GitHub Release v0.1.0은 darwin·linux의 amd64/arm64 tarball...
  • `/v1/chat/completions`, `/v1/models`, `/v1/messages`, `/v1/messages/count_tokens`를 인증·쿼터 mid...
  • Ollama를 기본 엔진으로 쓰되 vLLM, MLX-LM, llama.cpp/RPC 엔진과 model catalog, `flock shard create <model...
  • `flock connect`는 Claude Code, Cursor, Aider, Continue, Zed, Cline, Qwen Code, OpenAI/Anthrop...
  • 기본 listen 값은 `:8080`이고 API key는 켜져 있지만, LAN/외부 노출·worker join token·cloud fallback key·Prome...
hadihonarvar/flockSource
Open source early preview
Apache-2.0

Agent Executor(AX)는 장기 실행 AI 에이전트를 위한 Google의 분산...

google/ax는 에이전트 실행, 이벤트 로그, 재개, 원격 에이전트·스킬·도구 호출, Kubernetes 배포를 하나의 self-hosted 런타임으로 묶는 Google의 오픈소스 Agent Executor 프로젝트다.

  • Agent Executor(AX)는 controller, event log, registry를 중심으로 에이전트·스킬·MCP 도구·sandbox actor를 조율하는...
  • 긴 작업의 중단 복구를 위해 event log, single-writer architecture, `--last-seq` replay, `ax fork` 기반 tra...
  • 공식 첫 설치는 `go install github.com/google/ax/cmd/ax@latest`이며, 조사 시점 GitHub Release와 Go module...
  • 프로덕션 지향 경로는 Agent Substrate 위의 Kubernetes 배포이며, manifests는 `GEMINI_API_KEY`, GCS bucket, `ku...
  • README가 active early development와 breaking change 가능성을 명시하고, 기본 gRPC server·remote agent·ski...
google/axSource