AXIS iliad
Axis' Iliad
Axis' Iliad — 生のコードベースを標準的な、エージェント対応アーティファクトへと変える現代の叙事詩。Axis' Iliad は、次世代の自然言語ワークスペース開発の基盤を確立します。
公式名称: Axis' Iliad。ドキュメント、レジストリ、統合全体でこの名称を一貫して使用してください。
AXIS エコシステム
Iliad は Trust Fabric スタックにおける x402 ショーケース です。完全なレジストリ: packages/generator-core/src/estate-registry.ts。GET /.well-known/axis-estate.json でライブ公開されています(2026-08-22 に廃止された ecosystem.registry.yaml に取って代わるもの。詳細は docs/ESTATE_FEDERATION_STRATEGY.md を参照)。
Project | Role | x402 |
Axis' Iliad(このリポジトリ) | エージェントアーティファクト + MCP ゲートウェイ | 接続済み — |
マルチレール決済 + 課題解決 | 決済レイヤー(Go x402 計画中) | |
3D パイプライン + MCP | 部分的 | |
コンプライアンス監査、修復 + Trust Passport | 計画中 |
x402 契約: docs/x402/CONTRACT.md
Related MCP server: Doc Bridge
30秒で試せる — サインアップ不要
3つのプログラムは、API キーなしで完全無料です:
# 1. Get an API key (free tier, instant)
curl -X POST https://axis-api-6c7z.onrender.com/v1/accounts \
-H 'Content-Type: application/json' \
-d '{"email":"you@example.com","name":"My Agent","tier":"free"}'
# 2. Analyze any public GitHub repo
curl -X POST https://axis-api-6c7z.onrender.com/v1/github/analyze \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{"url":"https://github.com/owner/repo","programs":["search","skills","debug"]}'
# 3. Download the generated artifacts as a ZIP
curl https://axis-api-6c7z.onrender.com/v1/projects/PROJECT_ID/export \
-H 'Authorization: Bearer YOUR_API_KEY' -o artifacts.zip無料プランに含まれるもの: 検索(コンテキストマップ)、スキル(AGENTS.md、CLAUDE.md、.cursorrules)、デバッグ(プレイブック、インシデントテンプレート)。Pro では全 21 プログラムがアンロックされます。
必要なもの | プログラム | 主な出力 |
新しいAIエージェントをセットアップする | Search (無料) |
|
あらゆる LLM にコードベースのコンテキストを渡す | Skills (無料) |
|
本番のインデントをデバッグする | Debug (無料) |
|
UIを監査する | Frontend |
|
検索ランキングを改善する | SEO |
|
LLM コストを削減する | Optimization |
|
デザインシステムを流す | Design |
|
ブランド・ヴォイスを確立する | Brand |
|
開発ワークフロウを自働化する | Superpowers |
|
キャンペーンを立ち上る | Marketing |
|
データ・調査ツールを構築する | Notebook |
|
ナレッジ・ボールトを管理する | Obsidian |
|
AIツールに MC P を接続する | MCP |
|
コンポーネントを生成する | Artifacts |
|
開発ヴィデオを作る | Remotion |
|
ソーシャル&ヴィジェアル素材 | Canvas |
|
ジエネラティブ・アート / NFT | Algorithmic |
|
エージェント式コマース (Visa AP2) | Agentic Purchasing |
|
さらに、begin ループ — エージェントに渡して begin と言う
すべての解析には、自己走破の制御ループも織り込まれており、AIコーディング・エージェントは、作業を 理解 するだけでなく 完了 させることができます:
begin.yaml— ループのヘッド:推測されたゴール、ヒューマン・イン・ザ・ループのプトコール(オーナーは平易な英語の製品質問にのみ回答)、手番選択アルゴリズム、そして収束する停止条件。continuation.yaml— ループの状態: すべてのアーティファクトの順序付きステップリスト+、優先順位付きの候補キュー(分析からシードされ、ゴール、検出されたギャップ、テストが存在しない場合の検証用ハーネスを含む) 。すべての Markdown アーティファクトに
⟳ Continueフッター を付ける。最終ステップがbeginを自己プンプト することで、ループはbegin.yamlに戻って閉じる。
パッキ(CLI、MCP、またはフルパックの取り出し)をダーンノードし、エージェントに渡して begin と言えば、キューを処理し、各ステップを検証し、キューが空になると停止します(収束するので、暴走はありません)。メールの側でのコーディングは一切不要。
AXISはこの仕組みを自分自身にも使っています。このリポジトリのルートにある begin.yaml / continuation.yaml は、私たちが実際に作業している live ループであり、REST の GET /begin.yaml / GET /continuation.yaml でもそのまま提供されています。つまり、この API をクローリングする AI エージェントは、リポジトリをクローンしなくても応じた規約を持ちます。
AI エージェント向け — MCP 統合
AXIS は、https://axis-api-6c7z.onrender.com/mcp に Streamコアブル HTTP MCP サーバー を公開しています。エージェントに追加すると、任意のリポジトリを解析したり、エージェント数式の購入に自治的に対応できたりします。
VS Code (.vscode/mcp.json):
{
"servers": {
"axis-iliad": {
"type": "http",
"url": "https://axis-api-6c7z.onrender.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"axis-iliad": {
"url": "https://axis-api-6c7z.onrender.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}無料のMCPツール(認証不要): list_programs, search_and_discover_tools, get_install_manifest, discover_agentic_purchasing_need, prepare_agentic_purchasing_preview, discover_est_tools(AXISの seperate プロパティ — 決済、3D生成など)、そして決定論的なコマース意思決定エンジン: sca_exemption_decision, grade_compliance, assemble_ce3_evidence, build_ap_mandate, score_dispute_readiness(証跡収集の準備度を示すもので、紛争に勝つと予測するものではありません)。さらに 5つは「estate」にフラグされた計画的機能スタブ(Foundry Wave-1 で、Iliad がホストするプロキシが提供されるまで、Foundry 自自身の MCP エンドポイントへの率直なリダイレクト)です:axis_validate, axis_inspect, axis_compare, axis_manifest_verify, roblox_compliance_check。get_referral_code, get_referral_credits, iliad_network_tokenization も無料(課金なし)ですが、上記のツールとは異なり認証が必要です。ping_payment は無料ではなく — 0.5 ドルかかり、実際の x402 決済ループを実行します。カタログ内で最も安い有料呼び出しです。
価格
プラン | 価格 | プログラム |
政策 Free | $0 | Search、Skills、Debug |
Pro | $0.50 / 回 | 全21プログラム、152のアーティファクト |
Lite mode | $0.15–$0.25 / 回 | 主要ギャップのサマリー、出力削減 |
予算の交渉:有料呼び出しには X-Agent-Budget: + X-Agent-Mode` を送信します。
セルフ・ホスト
システム要件
Node.js: ≥ 20.x(LTS推奨)
pnpm: ≥ 9.x
OS: macOS11+, Linux(任意の ディスト) (Windows 10+ も対応)
RAM: 最低 4 GB(推奨 8 GB)
ディスス容量: 依存関係+ビルドで視す約2 GB
クイックスタート
# Prerequisites: Node.js ≥ 20, pnpm ≥ 9
git clone https://github.com/lastmanupinc-hub/axis-iliad.git
cd axis-iliad
pnpm install
pnpm build
# Start the API server (port 4000)
node apps/api/dist/server.js
# Start the web UI (port 5173)
cd apps/web && npx vite
# Or use the CLI directly
node apps/cli/dist/cli.js analyze .
node apps/cli/dist/cli.js github https://github.com/owner/repoDocker
docker build -t axis-iliad .
docker run -p 4000:4000 axis-iliad必슬要件: Docker 20.10+ または Docker Desktop
アーキテクチャ
プロセス
axis-iliad/
├── apps/
│ ├── api/ → Zero-dependency HTTP server (port 4000, 178 endpoints)
│ ├── cli/ → CLI tool: axis analyze <dir> | axis github <url>
│ └── web/ → Vite + React 19 SPA (dark theme, toast, command palette)
├── packages/
│ ├── snapshots/ → Snapshot intake, Postgres (Neon) persistence, billing, funnel
│ ├── repo-parser/ → Language detection (60+), framework detection (10), import graph
│ ├── context-engine/ → Context map builder, repo profile, route/architecture analysis
│ └── generator-core/ → 152 generators across 21 programs
└── vitest.config.ts → Shared test configプログラム(21)
プログラム | アウトプット | ティア |
コメント | context-map.json、repo-profile.yaml、architecture-summary.md、dependency-hotspots.md | 無料 |
The Skills | AGENTS.md、CLADE.md、.cursorrules、work政策-pack.md、policy-pack.md | 無料 |
デバッグ | debug-playbook.md、incident-template.md、tracing-rules.md、root-cause-checklist.md | 無料 |
フロントエンド | frontend-rules.md、component-guidelines.md、layout-patterns.md、ui-audit.md | プロ |
SEO | seo-rules.md、schema-recommendations.json、route-priority-map.md、content-audit.md、meta-tag-audit.json | プロ |
最適化 | optimization-rules.md、prompt-diff-report.md、cost-estimate.json、token-budget-plan.md | プロ |
テーマ | design-tokens.json、theme.css、theme-guidelines.md、component-theme-map.json、dark-mode-tokens.json | プロ |
ブランド | brand-guidelines.md、voice-and-tone.md、content-constraints.md、messaging-system.yaml、channel-rulebook.md | プロ |
スーパーパワー | superpower-pack.md、workflow-registry.json、test-generation-rules.md、refactor-checklist.md、automation-mufuパイプライン.yaml | プロ |
マーケティング | campaign-breif.md、funnel-map.md、sequence-pack.md、cro-playbook.md、ab-test-plan.md | プロ |
ノートブック | notbook-summary.md、source-map.json、study-brief.md、research-threads.md、citation-index.json | プロ |
Obsidian | obsidian-skill-pack.md、vault-rules.md、graph-prompt-map.json、linking-policy.md、template-pack.md | プロ |
MCP | mcp-config.json、mcp-registry-metadata.json、protocol-pec.md、connector-map.yaml、capable-registry.json、server-manifest.yaml | プロ |
アーティファクト | generated-component.tsx、dashboard-widget.tsx、embed-snippet.ts、artifact-pec.md、component-library.json | プロ |
Remotion | remotion-script.ts、scene-plan.md、renderg‑config.json、asset-checkist.md、storyboard.md | プロ |
キャンブズ | canvas-spec.json、social-header.md、poster-layouts.md、asset-guidelines.md、brand-board.md | プロ |
アルゴリズム | generative-sketch.ts、parameter-pack.json、collection-map.md、export-manifest.yaml、variation-matrix.json | プロ |
Agentic Purchasing | agent-purchasing-playbook.md、product-schema.json、checkout-flow.md、negotiation-rules.md、commerce-registry.json | プロ |
Closer | packaging/README.md、Dockerfile、.github/workflows/ci.yml、packaging-report.md、DISTRIBUTABLE.md、Makefile | プロ |
Deploy | deploy/Dockerfile、deploy/render.yaml、deploy/deploy.sh、deploy/worker.ts、deploy/qualification-report.md | プロ |
API エンドポイント
コアパイプライン
メソッド | パス | 説明 |
POST |
| レポジトリ・スナップショットをアップロード(マルチパートのファイルアップロード) |
POST |
| GitHub URL からリポジトリを解析 |
GET |
| スナップショットのメタデータを取得 |
GET |
| プロジェクトのスナップショット一覧 |
POST |
| サーチチ・プログラムを実行 |
POST |
| Skills プログラムを実行 |
POST |
| Debug プログラムを実行 |
POST |
| Frontend プログラムを実行 |
POST |
| SEO プログラムを実行 |
POST |
| Optimization プログラムを実行 |
POST |
| Theme プログラムを実行 |
POST |
| Brand プログラムを実行 |
POST |
| Superpowers プログラムを実行 |
POST |
| Marketing プログラムを実行 |
POST |
| Notebook プログラムを実行 |
POST |
| Obsidian プログラムを実行 |
POST |
| MCP プログラムを実行 |
POST |
| Artifacts プログラムを実行 |
POST |
| Remotion プログラムを実行 |
POST |
| Canvas プログラムを実行 |
POST |
| Algorithmic プログラムを実行 |
POST |
| Agentic Purchasing プログラムを実行 |
GET |
| 全プログラムと生成回数を一覧 |
GET |
| 生成された個別ファイルをダーノード |
GET |
| 生成ファイルの ZIP をダーノード |
請求とアカウント
メソッド | パス | 説明 |
POST |
| アカウントを作成 |
GET |
| アカウント情報を取得 |
POST |
| APIキーを作成 |
GET |
| APIキーの一覧を取得 |
POST |
| APIキーを失効化 |
GET |
| 使用状況を取得 |
GET |
| クォタ情報を取得 |
POST |
| 請求プランを更新 |
POST |
| プログラム権限を更新 |
POST |
| 暗号化済みのGitHub トークンを保存 |
GET |
| GitHub トークンの一覧を取得 |
DELETE |
| GitHub トークンを削除 |
GET |
| プラン変更の監査証跡を取得 |
GET |
| プラン変更の日割額プレビューを取得 |
Funnel & Plans
メソッド | パス | 説明 |
GET |
| プラン・カオログを取得 |
POST |
| チームメンバーを招待 |
GET |
| チームシートの一覧を取得 |
POST |
| シートを失効にする |
GET |
| 文脈に応じたアップグレード・プロンプトを取得 |
GET |
| ファネルのステージを取得 |
GET |
| ファネル分析を集計 |
検索とバージョン
メソッド | パス | 説明 |
POST |
| 文章検索用にスナップショット・コンテンツをインデックス化 |
POST |
| インデックス化されたコンテンツを横断して全文検索 |
GET |
| 検索インデックスの統計を取得 |
GET |
| 生成バージョンの一覧を取得 |
GET |
| 特定のバージョンをファイル付きで取得 |
GET |
| 2つのバージョン間の差文を取得 |
Webhooks
メソッド | パス | 説明 |
POST |
| Webhookを作成 |
GET |
| Webhookの一覧を取得 |
DELETE |
| Webhookを削除 |
POST |
| Webhookを有効/無効に切替え |
GET |
| 配信試行の一覧を取得 |
インフラストラクション
メソッド | パス | 説明 |
GET |
| ヘルスチェック |
GET |
| ライブネス・プローブ |
GET |
| レディネス・プローブ(DB接続) |
GET |
| Prometheus 形式の Metricス |
GET |
| データベース統計を取得 |
POST |
| データベース・メンテナンス(VACUUM、WAL チェックポイント) |
GET |
| OpenAPI 3.1 仕様 |
GET |
| システム全体の統計 |
GET |
| 管理者: 全アカウントの一覧 |
GET |
| 管理者: 最近のアクティビティフィード |
入力方法
ファイル・アップロード —
/v1/snapshotsにマルチート・ボディで POSTGitHub URL —
/v1/github/analyzeに{ "url": "https://github.com/..." }をボディで POSTCLI(ローカル) —
axis analyze <directory>でローカル・ファイルをスキャンCLI(リモート) —
axis github <url>で Git Hub から取得
技術スタック
ランタイム: Node.js 20+、TypeScript 5.7 strict
バックエンド: 依存ゼロのカスタムHTTPルーター、Neon Postgres(
pg、非同期プール接続)フロンエンド: Vite 6 + React 19、CSS デザイン((ダークテーマ)
テスティング: Vitest 4 — 約190ファイルにわたり、約4,900 テストを Postgres 16 で実行
ベンチマーク: Vitest ベンチハーネス(
packages/repo-parser/src/perf.bench.ts、npx vitest bench)は 200ファイル規模のparse Repoをカバーしている。このベンチでは特定のレイテンシー数値は固定されていない。このリポジトリの誠実ポリシー(packages/generator-core/src/perf-compliance.test.ts参照)は、チェックイン済みのマシン生成されたリザルト・ファイルに由来しない限り、パフォーマンス数値の引用を禁じているが、このベンチにはそのようなファイルはまだ存在しない。一方、7つの agentic-purchaseing エンジンには存在する。:packages/generator-core/perf-results.json(pnpm bench:complianceで再生成)ビルド: pnpm workspaces、パッケージごとの tsc
CI: Git Hub Actions(Node.js 20/22 マトリンクス、カバーッジ、依存関係監査、Dockerビルド)
開発
pnpm install # Install all dependencies
pnpm build # Build all packages + apps
pnpm test # Run all tests
npx vitest run # Run tests directly
npx vitest bench # Run performance benchmarks
npx vitest --coverage # Run tests with coverage reportジェネレーター、エンドポイント、プログムンを追加する方法にツィての詳細は CONTRIBUTING.md を参照してください。
入力方式
方法 | 説明 |
GitHub URL |
|
Fileuload |
|
CLI(ローカル) |
|
CLI(リモート) |
|
MCP |
|
ウェブサイト: https://iliad.trustfabric.ai · ライブ API: https://axis-api-6c7z.onrender.com · ドキュメント: https://axis-api-6c7z.onrender.com/v1/docs · MCP: https://axis-api-6c7z.onrender.com/mcp
ライセンス
非公開。All rights reserved.Now write tiny helper, and do final data prep. The work is done — I'll now finalize the answer.
This server cannot be deployed
Maintenance
Related MCP Connectors
Turn PRDs and product ideas into structured specs so coding agents build your intent, not theirs.
Design domain models and generate deterministic multi-stack code, driven by your coding agent.
Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceTurn any codebase into an AI-readable neural map — with proof. Every claim linked to code anchors (line + SHA-256 hash), every context window optimized with greedy token budgeting, every session protected by drift detection. Tree-sitter indexing across 11 languages, cross-session learning, AI enrichment, and 28 MCP tools. Zero config — just connect and your AI agent remembers everything.12 npm13GPL 3.0

Doc Bridgeofficial
AlicenseNot gradedqualityAmaintenanceTurn repository documentation into deterministic, executable handoffs for coding agents through MCP, CLI, and CI—without an LLM or API key.1,791 npm7MIT- AlicenseAqualityCmaintenanceShared, versioned memory and governance control plane for AI coding agents. Compiler pipeline resolves architectural decision conflicts across Claude Code, Cursor, and custom agent fleets.36MIT
- AlicenseBqualityAmaintenanceLocal-first Agent OS that wraps Claude Code, Codex CLI, and other coding agents in a replayable Seed → Ledger → Runtime contract, driven by an interview → seed → execute → evaluate → evolve workflow loop.3431,487 PyPI6,071MIT