SUMMARY AI要約 by gpt-5-mini
agent-loop は、Goで書かれた長時間実行・ツール利用型のマルチエージェントワークフロー実行環境の実装と設計資料を含むリポジトリです。設計ドキュメントと、外部サービス不要で `go test ./...` が通る最小実装(first slice)を提供します。主な利用者は、エージェントワークフローを設計・検証・実装する開発者や研究者で、ローカルで再現可能なテストとデバッグを重視しています。 主な機能: - ドメインモデル、イベント駆動のインメモリストアとPostgreSQLドライバ(pgx)を備えた永続化インターフェース - プロバイダ抽象(Provider)、モック実装、Ollama 統合 - ネイティブなツールレジストリと組み込みツール(echo、uppercase、math.add) - ツールポリシー、予算管理(API/ツール呼び出し、トークン、コスト)、ループ検出器 - オーケストレータ(順次・並列ステージ、ファンインポリシー、キャンセル、冪等な実行開始) - イベント再生による厳密な状態復元、REST+SSE API(Last-Event-ID 対応)、組み込みデバッグコンソール - サンプルコマンド(HTTPサーバ、プログラム的ワークフロー)とCI向けテスト・Compose構成 実行は簡単で、テスト実行、サーバ起動、デバッグコンソール経由でセッション作成・実行・イベント購読が可能。Postgres や Ollama 統合はオプションでビルドタグ/環境変数により有効化できます。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
使用言語(バイト数比)
オーナー情報
日付
| GitHub作成日 | 2026-05-09 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 14:58 |
類似Repo (同じ言語のAI関連Repo)
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.