{"id":46410145,"url":"https://github.com/mt4110/maakie-brainlab","last_synced_at":"2026-03-05T13:12:37.165Z","repository":{"id":340492584,"uuid":"1152664388","full_name":"mt4110/maakie-brainlab","owner":"mt4110","description":"LLMの手順をILに正規化して“契約（contract）”として固定し、ガードレール（guardrails）付きで実行。結果は再現可能（deterministic）で、ログや成果物の証拠（evidence）により検証可能（verifiable）にするローカル基盤です。","archived":false,"fork":false,"pushed_at":"2026-02-25T09:53:24.000Z","size":4149,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T09:59:58.619Z","etag":null,"topics":["ai","go","localllm","python","shell"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mt4110.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T08:18:41.000Z","updated_at":"2026-02-25T07:12:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mt4110/maakie-brainlab","commit_stats":null,"previous_names":["mt4110/maakie-brainlab"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mt4110/maakie-brainlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt4110%2Fmaakie-brainlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt4110%2Fmaakie-brainlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt4110%2Fmaakie-brainlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt4110%2Fmaakie-brainlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mt4110","download_url":"https://codeload.github.com/mt4110/maakie-brainlab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt4110%2Fmaakie-brainlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30127438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","go","localllm","python","shell"],"created_at":"2026-03-05T13:12:36.416Z","updated_at":"2026-03-05T13:12:37.153Z","avatar_url":"https://github.com/mt4110.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maakie-brainlab\n\n**maakie-brainlab** は、Maakie AI システムのコード、プロンプト、評価を管理する軽量プロジェクトです。実際のデータやインデックス、モデルを保持する `maakie-brainvault` へのシンボリックリンクを利用して動作します。\n\n\u003e **注意:** 本ソフトウェアは現在開発中（WIP）であり、まだ完成していません。\n\n## 概要とアーキテクチャ\n\n本システムは、AIエージェントの実行と検証ループを促進するために設計されています。複数のエントリーポイントを単一（Canonical）に統合し、一貫性を保つための厳格な検証メカニズムを備えています。\n\n```mermaid\ngraph TD\n    A[ユーザー / CI] --\u003e B{il_entry.py (統合エントリーポイント)}\n    B --\u003e C[Guard / 検証処理]\n    B --\u003e D[Execution / 実行処理]\n    B --\u003e E[Verification / 確認処理]\n    C --\u003e F((.local/obs/ ログ))\n    D --\u003e F\n    E --\u003e F\n    \n    subgraph レガシー (直接実行禁止)\n    G[il_exec.py] -.-\u003e B\n    H[il_check.py] -.-\u003e B\n    I[il_guard.py] -.-\u003e B\n    end\n```\n\n**Stopless (停止しない) アーキテクチャ**: アプリケーションが `sys.exit()` などで強制終了することを禁止しています。代わりに `STOP` 変数と `OK`/`ERROR`/`SKIP` を標準出力に返し、安全な監査を実現します。\n\n**OBS ロギング**: すべての操作は詳細なログを `.local/obs/` に保存します。\n\n## マイルストーンの状況\n\nプロジェクトは多数のマイルストーン（S21系、S22系など）に分かれて進行しており、運用基盤の大部分が完了しています。現状（2026年2月）のステータスは以下の通りです：\n\n**完了 (マージ済み)**: S21-02, S21-03, S21-04, S21-05, S21-06, S21-07, S22-01, S22-03, S22-04, S22-05, S22-06, S22-07, S22-08, S22-09, S22-10, S22-11, S22-12, S22-13, S22-14 (IL入口単一化)\n\n**進行中 / 次のタスク**: AMBI-01, S21-01, S22-02 (レビュー中)\n\n\n## クイックスタート\n\nシステムの真実性を検証する（Gate-1）手順は以下の通りです：\n\n1. **llama-server の起動**（LLM推論用）\n2. **インデックスのビルド**\n3. **検証の実行**\n\n\n```bash\n# 通常モード (評価を実行)\nmake gate1\n\n# 検証専用モード (既存の結果をチェックのみ)\nbash ops/gate1.sh --verify-only\n```\n\n*(配布されたレビューパック内では、`./VERIFY.sh` を実行することで整合性と Gate-1 のパスを確認できます。)*\n\n## ライセンス\n\n本プロジェクトは **商用ライセンス (Commercial License)** の下で提供されています。無断での複製、改変、再配布は禁止されています。（現在は個人開発・内部利用のみを想定しています）\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmt4110%2Fmaakie-brainlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmt4110%2Fmaakie-brainlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmt4110%2Fmaakie-brainlab/lists"}