SUMMARY AI summary by gpt-5-mini
PostGrip Agent の Go SDK で、PostGrip エージェント実行時サービスとやり取りするためのクライアント/ワーカー実装を提供します。TypeScript/Python SDK とプロトコルを共有するため、ポリグロット環境で言語ごとに適切なランタイムを選べます。主にエージェントにタスクを登録・起動するクライアント(task/workflow/schedule 操作)、エージェント上でポーリングしてタスクをリース・分配する Worker、ワークフロー実行モデル(耐久的な履歴・決定論的リプレイ)やアクティビティ実行用のユーティリティを提供します。 利用者: Go でワーカーやワークフロー、アクティビティを実装する開発者。 主な機能: - client パッケージ: タスク登録(ShellExec/ContainerExec/Enqueue/Noop)、ワークフロー開始やハンドル、スケジュール管理API - worker パッケージ: ポーリング、リース、noop/activity/workflow タスクのディスパッチ - workflow/activity パッケージ: ワークフローコンテキスト、シグナル/クエリ/アップデート、アクティビティ関数、ハートビート・マイルストーン - failure パッケージ: 構造化された失敗型(Application/Cancelled/Timeout 等) - ワークフローは履歴に基づく決定論的リプレイ、依存解決でのサスペンド/再実行、決定論違反検出をサポート ドキュメントと自動生成 API(pkg.go.dev、GitHub Pages)あり。注意点として container.exec は DOCKER_HOST 設定やネットワーク/ボリューム制限、環境変数の許可リストなどの実行制約があります。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:18 |
Similar repos (same language)
Tools and daemons for Claude Code (memory sync, etc.)
paultyng/testagentA fake CLI agent for testing orchestration tooling — emits Claude-shaped hooks, MCP traffic, and stream-json without calling any LLM.
japananh/aimonitormacOS menu bar + CLI that watches Claude Code session usage across multiple accounts and switches to whichever has server-side headroom. Local-first, no telemetry.
Oseas031/axis-cliAgent-native scheduling system for AI Agents
DeliciousBuding/dida-cliAgent-friendly CLI for Dida365 / TickTick
mopanc/sagaTopic-grained, layered memory layer for AI coding agents — local-first, MCP, single binary. Plug Claude Code / Cursor / Windsurf / Antigravity into persistent memory across sessions and machines.
cajasmota/archigraphMulti-repo code knowledge graphs for AI agents. Cross-repo linking, infrastructure topology, watcher-driven freshness.