denn-gubsky/loomcycle
Lightweight multi-tenant agentic runtime in one Go sidecar. Owns the LLM tool-use loop across Anthropic, OpenAI, and Ollama with native prompt-cache control, MCP tool dispatch, and per-tenant fairness. TypeScript and Python adapters over HTTP+SSE. Powers JobEmber.
SUMMARY AI summary by gpt-5-mini
LoomCycleは、単一のGo製サイドカーとして動作するエージェント実行環境です。アプリケーションに対してHTTP+SSE(オプションでgRPC)APIを提供し、モデル→ツール呼び出し→結果→モデルのループを一貫して管理します。ベンダーSDKや外部バイナリを呼ばずに直接プロバイダHTTP APIと対話し、Anthropic・OpenAI互換(DeepSeek)・Google Gemini・Ollamaなど複数ドライバをサポートするためプロバイダ非依存で運用できます。 主な利用者は、低遅延・高負荷下でのLLMツール利用を自前で運用したい開発者・運用チームです。機能としては、エージェント単位のYAML設定によるプロバイダ振り分け、デフォルト拒否のツールポリシー、プロバイダ対応のキャッシュ制御、埋め込みの読み取り専用Web UI(/ui)による実行監視、全操作をSSE/gRPCで可観測化する仕組みがあります。v0.8では永続キー/バリューのMemory組み込みツール、管理API、Web UIのメモリ画面、競合制御の強化などが追加されています。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
GitHub Topics
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-02 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:17 |
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.