13 projects
agk
app-gui-kit Python server SDK — Flask server + framework-less Web Components shell for simulation/agent app GUIs (SSE streaming, HITL gates, pluggable viewers)
local-automata-core
エージェント構築用の共有ツールキット。汎用ツール・MCP 連携・設定・文脈管理。LLM 接続は local-llm-client に委ね、推論サーバーは別パッケージ local-llm-server。
local-llm-server
ローカルLLM(mlx / mlx-vlm / llama.cpp / vLLM / SGLang)を OpenAI 互換 API で束ねるマルチモデルゲートウェイ(サーバー)。gateway.toml のカタログを 1 ポートで配信し、model で振り分け・遅延起動・LRU 退避・MTP 高速化(Ollama 流の共有デーモン)。接続用クライアントは別パッケージ local-llm-client。
local-llm-client
ローカル LLM ゲートウェイ(local-llm-server / OpenAI 互換)に繋ぐ高レベルクライアント。エージェント共通のクライアントで、openai のボイラープレートを再実装しない(chat・画像・動画・音声認識/STT)。
agent-corporation
A corporation of character AI agents running on local LLMs — each agent with its own persona and app set. Name reservation; developed privately.
llm-graph-kit
LLM ベースのエージェントのワークフローをグラフ形式で記述・実行する軽量ライブラリ
local-aios
An AI Operating System for local LLMs — register apps, and let AI agents use them.
local-automata
ローカルLLM(mlx / llama.cpp / OpenAI互換)エージェントの CLI / Web フロントエンド。エンジンは local-automata-core に委譲
augllm
This is LLM interface library.
agent-hub-kit
MCP ベースのマルチエージェント開発キット: ストリーミング対応の MCP クライアント / サーバーをまとめた統合ライブラリ
ship-hull-generator
Add your description here
rag-support-toolkit
FAISS-based RAG utility library
mlx-augllm
('A library for augmenting large language models using MLX',)