eve CLI で統合機能の発見とインストールが可能に
Vercel は CLI を通じて eve エージェントの統合を直接発見・インストールできる機能を追加し、公式カタログとサードパーティソースからの利用を可能にした。
AI深層分析を開く2026年7月30日 00:34
AI深層分析
キーポイント
CLI による統合管理機能の強化
開発者は 'eve add' コマンドを実行するだけで、プロジェクトに統合ファイルを直接書き込み、エージェントに必要なツールやチャンネルを追加できるようになる。
公式およびサードパーティソースの統合
公式の eve カタログに加え、名前空間と URL テンプレートで定義されたサードパーティソースからの統合も利用可能となり、shadcn レジストリ形式に準拠している。
事前検証とセキュリティ対策の推奨
統合はプロジェクトコードと同様に扱われ、依存関係を追加するため、インストール前に 'eve registry view' で内容をinspect し、信頼できるソースからのみ利用するよう呼びかけている。
重要な引用
Integrations write their files directly into your project and can add anything an eve agent uses, from a single tool to a channel to a full extension.
Add third-party sources with a namespace and URL template:
Registries use the shadcn registry format, so any compatible registry works.
編集コメントを表示
編集コメント
Vercel は開発者体験の向上を目指し、エージェント機能の拡張をより直感的な CLI コマンドに統合した。この変更は、複雑な設定ファイルを直接編集するリスクを減らし、標準化された手順での導入を促進する点で実用的である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
eve CLI から直接、eve エージェント向けのインテグレーションを検索してインストールできるようになりました。利用可能なインテグレーションは、公式の eve カタログやサードパーティのソースから取得できます。
eve プロジェクト内で eve add コマンドを実行すると、インテグレーションをインストールできます。
インテグレーションはプロジェクト内に直接ファイルを記述し、単一のツールやチャネル、あるいはフル機能の拡張機能など、eve エージェントが使用するあらゆる要素を追加します。エージェントを実行する前に、生成されたファイルを確認し、必要な設定を追加してください。
新しい eve registry コマンドを使ってインテグレーションを検索できます:
eve registry list: 利用可能なインテグレーションの一覧を表示します。eve registry search: ブラウザのような機能でカタログを検索します。eve registry view: インストール前にインテグレーションの内容を確認します。
また、インテグレーションディレクトリを閲覧して公式カタログを確認することも可能です。
名前空間と URL テンプレートを使ってサードパーティのソースを追加できます:
その後、eve add @acme/analytics のようにそのソースからインストールできます。レジストリは shadcn レジストリのフォーマットを採用しているため、互換性のあるあらゆるレジストリが利用可能です。
また、ソースを事前に設定せずとも、インテグレーションの URL を直接指定することもできます:
インテグレーションは依存関係を追加したりファイルを記述したりするため、プロジェクトコードと同様に扱う必要があります。信頼できるソースのみを追加し、eve registry view でインテグレーションを検査した上で、エージェントを実行する前にプロジェクトの変更差分(diff)を確認してください。
ドキュメントを読み込み、ディレクトリを閲覧して使い始めてください。
さらに詳しく読む
原文を表示
You can now discover and install integrations for eve agents directly from the eve CLI. Integrations come from the official eve catalog and third-party sources.
Run eve add from your eve project to install an integration:
Integrations write their files directly into your project and can add anything an eve agent uses, from a single tool to a channel to a full extension. Review the generated files and add any required configuration before running your agent.
Find integrations with the new eve registry commands:
eve registry list: List available integrations.
eve registry search <term>: Search the catalog for a capability, like browser.
eve registry view <name>: Inspect an integration before you install it.
You can also browse the integrations directory to see the official catalog.
Add third-party sources with a namespace and URL template:
Then install from that source with eve add @acme/analytics. Registries use the shadcn registry format, so any compatible registry works.
You can also pass an integration URL directly without configuring a source:
Integrations can add dependencies and write files, so treat them like project code. Add sources you trust, inspect integrations with eve registry view, and review the project diff before you run the agent.
Get started by reading the documentation and browsing the directory.
Read more
AI算出
主要ニュースainew評価高い
AI エージェント運用ツール(eve)の新機能として、CLI からの統合管理が可能になったことは実装価値が高く、新規性があるため高評価とした。ただし、Vercel のグローバルなツール更新であり、日本固有の事情や企業事例は含まれていないため、日本関連性は低く設定した。
6つの評価軸を見る
- AI関連度
- 75
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み