SUMMARY AI summary by gpt-5-mini
学習目的で作られた小さなRust製コマンドラインツールのリポジトリです。作者がRustを勉強しつつ気軽に作ったもので、プロダクション向けではなく実験・練習用を想定しています。 主な内容と使い方 - 設定はソース内で行います。src/main.rs にある「wars」などの値を編集して動作を調整します。 - ビルドは cargo build で行い、生成される実行ファイルは target/debug/AI です。 - 実行はコマンドライン引数でプロンプトを渡す方式で、例: ./target/debug/AI "Your prompt"。 誰が使うか - Rustを学んでいる人や、簡単なCLI挙動を試したい開発者向け。コードを直接編集して挙動を確認する作りになっています。
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 16:10 |
Similar repos (same language)
Local desktop gateway that translates OpenAI Codex CLI's Responses API into Chat Completions for Kimi / DeepSeek / Zhipu GLM / Bailian and other OpenAI-compatible providers.
garudust-org/garudust-agent🦅 Open-source self-improving AI agent in Rust — persistent memory, skill learning, tool hub, multi-platform bots & production gateway
holotherapper/lmmLocal AI model manager
jscott3201/rusty-bacnet-mcpDedicated MCP (Model Context Protocol) server for agentic interaction with BACnet building automation networks — bulk reads, hot-reload safety layer, and a ratatui operator console on the rusty-bacnet stack.
martint/kataCode review for jj (jujutsu) workflows: revset-defined reviews, patchset-anchored comments that survive branch movement, with web, HTTP, and MCP surfaces for fast AI-agent iteration.
atliliw/langchainRustAgentRAG-based conversational AI system with layered compression, multi-agent collection, and hybrid retrieval (BM25 + vector). Built with Rust/Axum.
Jeffrin-dev/AimDock Tespera/alluviumAuto-archive Claude Code sessions to your Obsidian vault as a Karpathy-style LLM wiki. Passive, hook-driven, knowledge converges instead of accumulating.