エージェント構築・運用・スケーリングのためのオープンソースフレームワーク「eve」の公開
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercel が、ファイル構成でエージェントを定義し、耐久性実行やサンドボックス機能などを備えたオープンソースフレームワーク「eve」を一般プレビューとして発表した。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
eve は現在、パブリックプレビュー版として利用可能です。
eve は、エージェントの構築、実行、スケーリングを行うためのオープンソースフレームワークです。エージェントとは単なるファイルのディレクトリであり、本番環境へのデプロイは標準で用意されています:
永続的な実行
サンドボックス化された計算環境
人間による承認フロー
サブエージェント
評価機能
最小構成で動作するエージェントは、モデルと一連の指示からなる 2 つのファイルだけで構成されます。
ツール、スキル、チャネル、またはスケジュールを追加するには、対応するファイルを追加するだけです。eve はビルド時にそれらを検出し、登録のためのボイラープレートコードなしで自動的に接続します。
単一のコマンドで新しいエージェントをスケルトン化して開始できます。依存関係のインストール、プロジェクトのスケルトン作成、開発サーバーの起動が自動で行われるため、ローカル環境で 1 分以内に動作するエージェントを構築できます。
あるいは、コーディングエージェントに設定を任せることも可能です。以下のプロンプトを与えてください:
そして、eve エージェントは通常の Vercel プロジェクトであるため、vercel deploy コマンドを実行すると、ローカルマシンで実行していたのと同じ状態で本番環境へデプロイされます。
eve は、Vercel が自社のエージェントを構築・実行するために採用しているフレームワークです。詳細なツアーについては、発表記事またはドキュメントをご覧ください。また、開発状況は github.com/vercel/eve でオープンに追跡できます。
続きを読む
原文を表示
eve is now available in public preview.
eve is an open-source framework for building, running, and scaling agents. An agent is just a directory of files, and production comes built in:
Durable execution
Sandboxed compute
Human-in-the-loop approvals
Subagents
Evals
The smallest agent that runs is just two files, a model and a set of instructions.
Add a tool, skill, channel, or schedule by adding a file. eve picks them up at build time and wires them in for you, so there's no boilerplate to register them.
You can scaffold and start a new agent with a single command. It installs the dependencies, scaffolds the project, and starts a dev server, so you have an agent running locally in under a minute.
Or you can let your coding agent set it up for you. Give it this prompt:
And because an eve agent is an ordinary Vercel project, vercel deploy ships it to production unchanged, exactly as it ran on your machine.
eve is the framework that Vercel builds and runs its own agents on. For the full tour, read the announcement or the documentation, and you can follow development in the open over at github.com/vercel/eve.
Read more
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み