能力标签
鹰AI评估
🛠
AI工具

鹰AI评估

基于 Python · 开源免费,本地部署,数据完全自主可控
英文名:hawk
⭐ 18 Stars 🍴 13 Forks 💻 Python 📄 未公布协议 🏷 AI 7.5分
7.5AI 综合评分
awsevalsinspect-aillmpython
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:鹰AI评估 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

鹰AI评估 是一款基于 Python 的开源工具,在 GitHub 上收获 0k+ Star,是aws、evals、inspect-ai、llm领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
鹰AI评估 依赖 Python 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Python 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 鹰AI评估 的版本更新,及时通知重要功能变化。

📋 工具概览

云端运行AI评估工具,支持Inspect AI evals

鹰AI评估 是一款基于 Python 开发的开源工具,专注于 aws、evals、inspect-ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 18
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
未公布
AI 综合评分
7.5 分
工具类型
AI工具
Forks
13

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

云端运行AI评估工具,支持Inspect AI evals

鹰AI评估 是一款基于 Python 开发的开源工具,专注于 aws、evals、inspect-ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:pip 安装(推荐)
pip install hawk

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install hawk

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/METR/hawk
cd hawk
pip install -e .

# 验证安装
python -c "import hawk; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
hawk --help

# 基本用法
hawk input_file -o output_file

# Python 代码中调用
import hawk

# 示例
result = hawk.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# hawk 配置文件示例(config.yml)
app:
  name: "hawk"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
hawk --config config.yml

# 或通过环境变量配置
export HAWK_API_KEY="your-key"
export HAWK_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 67/100 含工作流图 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<p align="center"> <img src="docs/logo.png" alt="Inspect-Hawk" width="320"> </p>

Inspect-Hawk

<p align="center"> <em>Run evals at scale in AWS</em> </p>

<p align="center"> <a href="https://hawk.metr.org/">Documentation</a> &middot; <a href="https://inspect.aisi.org.uk">Inspect AI</a> &middot; <a href="https://inspectcommunity.slack.com/signup#/domain-signup">Community Slack</a> (support in <code>#inspect-hawk</code>) </p>

---

Looking to run evals against an existing Hawk deployment? You just need the CLI — see hawk/README.md for install, auth, and usage. Deploying your own Hawk instance? This README walks through the full AWS deployment.

Inspect-Hawk is a platform for running Inspect AI evaluations on cloud infrastructure. You define tasks, agents, and models in a YAML config, and Hawk handles everything else: provisioning isolated Kubernetes pods, managing LLM API credentials, streaming logs, storing results in a PostgreSQL warehouse, and serving a web UI to browse them.

Inspect-Hawk is built on Inspect AI, the open-source evaluation framework created by the UK AI Safety Institute. Inspect provides the evaluation primitives (tasks, solvers, scorers, sandboxes). Hawk provides the infrastructure to run those evaluations reliably at scale across multiple models and tasks, without manually provisioning machines or managing API keys.

The system is designed for teams that need to run evaluations regularly and at volume. It supports row-level security and access control per model, a managed LLM proxy, and a data warehouse for querying results across runs. It also supports Inspect Scout scans over previous evaluation transcripts — Scout is a tool for running automated scanners (e.g. for reward hacking, safety-relevant behavior) across transcripts from completed evaluations, producing structured per-sample scan results.

1. Install prerequisites

pulumi up builds the frontend using pnpm, so you need Node.js and pnpm on your PATH.

You also need Docker running — the deploy builds container images.

Make sure you have at least ~20gb space free for the Pulumi stack.

brew install pulumi awscli uv python@3.13 jq node@22 pnpm

Or on Linux, install Pulumi, uv, the AWS CLI, Python 3.13+, jq, Node.js 22, pnpm, and Docker.

Required Settings

Config KeyDescriptionExample
hawk:domainInternal domain for serviceshawk.example.com
hawk:publicDomainPublic domain for DNS zonesexample.com
hawk:primarySubnetCidrVPC CIDR block10.0.0.0/16

6. Deploy

Before your first deploy, make sure Docker Hub authentication is set up — the build pulls base images from Docker Hub, which rate-limits anonymous pulls:

docker login          # Docker Hub — required; anonymous pulls are rate-limited (https://hub.docker.com/)
docker login dhi.io   # Docker Hardened Images — Hawk's Python base lives here (free Community tier; same Docker Hub credentials work)
pulumi up
Secrets encryption (AWS KMS): With pulumi stack init ... --secrets-provider="awskms://alias/pulumi-secrets" (step 5), secret stack configuration is encrypted using KMS, not a passphrase. Do not set PULUMI_CONFIG_PASSPHRASE or rely on passphrase-based encryption for Hawk stacks.
KNOWN ISSUE — Pulumi prompts for a passphrase if --secrets-provider was omitted at pulumi stack init The project-level Pulumi.yaml ships with a hardcoded secretsprovider: pointing at a KMS alias most users don't have access to. If pulumi stack init was run without --secrets-provider, the stack inherits that default; Pulumi can't reach the key and falls back to prompting for a passphrase. Workaround: re-point the stack at your own KMS alias:
> pulumi stack change-secrets-provider "awskms://alias/<your-alias>"
> 
This rewrites the per-stack Pulumi.<stack>.yaml with the correct secretsprovider: line. Safe to run on a fresh stack with no resources yet. See Pulumi: changing secrets providers for context. This callout should be removed once Pulumi.yaml no longer ships with a real-looking default.

This creates roughly 200+ AWS resources including a VPC, EKS cluster, ALB, ECS services, Aurora PostgreSQL, S3 buckets, Lambda functions, and more. First deploy takes about 15-20 minutes.

KNOWN ISSUE — git-config secret placeholder is missing required keys The Pulumi-created secret <stack>/inspect/api-git-config has value {"GIT_CONFIG_COUNT": "0"}, but the API task definition references 7 JSON keys in it: GIT_CONFIG_COUNT, GIT_CONFIG_KEY_0..2, GIT_CONFIG_VALUE_0..2. ECS refuses to start a task whose secret reference points at a missing JSON key, so the API service enters deployment-circuit-breaker failure. Symptom: pulumi up succeeds but the API URL returns 503 with no healthy targets. The fix is a one-line change to the placeholder in infra/hawk/__init__.py. Until that lands, run one of the two workarounds below before continuing: Default — running only public evals (no GitHub auth needed): push an empty-but-structured secret. No PAT required:
> aws secretsmanager put-secret-value \
>   --secret-id <stack>/inspect/api-git-config \
>   --secret-string '{"GIT_CONFIG_COUNT":"0","GIT_CONFIG_KEY_0":"","GIT_CONFIG_VALUE_0":"","GIT_CONFIG_KEY_1":"","GIT_CONFIG_VALUE_1":"","GIT_CONFIG_KEY_2":"","GIT_CONFIG_VALUE_2":""}'
> 
If you need private GitHub repo cloning during evals (eval configs that reference packages via git+https://github.com/org/private-repo.git or git+ssh://git@github.com/...): run the helper script with a GitHub PAT:
> scripts/dev/set-git-config.sh <stack> <github-pat>
> 
Minimum permissions for a fine-grained PAT: - Resource owner: your user, or an org whose private repos the runner needs to clone - Repository access: the specific repos referenced in your eval configs (or "All repositories" within the owner) - Permissions → Repository permissions → Contents: Read-only Classic-PAT equivalent: repo scope (broader — also grants issues/PR access — but works). If every package you reference is in a public repo, don't bother with a PAT — the empty secret above is sufficient. Either way, force a new ECS deployment so the task picks up the corrected secret:
> aws ecs update-service --cluster <stack>-platform --service <stack>-hawk-api --force-new-deployment
> 
Wait ~60–90 seconds, then verify with aws ecs describe-services --cluster <stack>-platform --services <stack>-hawk-api --query 'services[0].[runningCount,deployments[0].rolloutState]' — should show runningCount: 1 and rolloutState: COMPLETED.

9. Install the Hawk CLI and run your first eval

```bash uv pip install "hawk[cli] @ git+https://github.com/METR/hawk#subdirectory=hawk"

Configure the CLI to point to your deployment

uv run python scripts/dev/generate-env.py <stack> > hawk/.env

uv run hawk login uv run hawk eval-set hawk/examples/simple.eval-set.yaml uv run hawk logs -f # watch it run uv run hawk web # open results in browser ```

What Hawk Deploys

When you run pulumi up, Hawk creates the following infrastructure on AWS:

ComponentServicePurpose
Compute (evals)EKSRuns evaluation jobs as isolated Kubernetes pods
Compute (API)ECS FargateHosts the Hawk API server and LLM proxy
DatabaseAurora PostgreSQL Serverless v2Results warehouse with IAM auth, auto-pauses when idle
StorageS3Eval logs, written directly by Inspect AI
Event processingEventBridge + LambdaImports logs into the warehouse, manages access control
Web viewerCloudFrontBrowse and analyze evaluation results
NetworkingVPC + ALBInternet-facing load balancer with TLS (configurable)
DNSRoute53Service discovery and public DNS

The infrastructure is designed to scale down to near-zero cost when idle (Aurora auto-pauses, Karpenter scales EKS nodes to zero) and scale up automatically when you submit evaluations.

Managing Your Deployment

Quick Start

This gets you from zero to a working Hawk deployment on AWS. You'll need an AWS account and a domain name. You can use your existing OIDC identity provider for authentication, or a Cognito user pool by default.

KNOWN ISSUE — us-east-1 is currently broken; use a different region Two us-east-1-specific failure modes prevent Hawk from running there: (1) EKS doesn't support us-east-1e as a control-plane AZ, while Hawk's VPC uses all available AZs; (2) us-east-1 uses the legacy ec2.internal DNS suffix instead of <region>.compute.internal, which Bottlerocket's pluto doesn't accept — EKS nodes never join the cluster. Workaround: deploy to us-west-2 (project default, most-tested) or an EU region like eu-west-1 / eu-central-1. This warning should be removed once both underlying issues are fixed upstream.

Demo Video

Inspect-Hawk Quick Start

5. Create and configure your stack

cd infra
pulumi stack init my-org --secrets-provider="awskms://alias/pulumi-secrets"
cp ../Pulumi.example.yaml ../Pulumi.my-org.yaml

Edit Pulumi.my-org.yaml with your values. At minimum, you need:

config:
  aws:region: us-west-2
  hawk:domain: hawk.example.com       # domain you control — used for API and service routing
  hawk:publicDomain: example.com       # parent domain for DNS zones and TLS certs
  hawk:primarySubnetCidr: "10.0.0.0/16"

That's enough to get started. The environment name defaults to your stack name.

Authentication: if you leave hawk:oidcClientId unset (the default), Hawk automatically provisions a Cognito user pool during pulumi up and wires it up as the auth provider. You'll create your first user in step 8 below using scripts/dev/create-cognito-user.sh.

Note that if you are using Cognito, then hawk login in step 9 requires browser authentication to complete the login flow. If you are deploying to a headless environment (such as a remote container) you will instead need to switch to the web viewer to continue, or setup your own authentication flow.

If you already have an OIDC provider (Okta, Auth0, etc.), use it instead (and skip step 8). Run the autodiscovery script to generate the config:

python scripts/dev/discover-oidc.py <issuer-url> <client-id> <audience>

Copy the output into your Pulumi.<stack>.yaml. See Pulumi.example.yaml for the full list of OIDC settings.

Configuration Reference

All configuration lives in Pulumi.<stack-name>.yaml. See Pulumi.example.yaml for a fully documented reference with all available options.

Infrastructure Options

Config KeyDefaultDescription
hawk:eksK8sVersion1.33Kubernetes version for EKS
hawk:albIdleTimeout3600ALB idle timeout in seconds
hawk:albInternalfalseSet to true to make the ALB internal (requires VPN)
hawk:cloudwatchLogsRetentionDays14CloudWatch log retention
hawk:vpcFlowLogsRetentionDays14VPC flow log retention
hawk:agentCpuCount4CPU cores per eval agent
hawk:agentRamGb16RAM in GB per eval agent

Optional Integrations

These are all disabled by default. Enable them in your stack config when needed.

Datadog (monitoring, APM, log forwarding):

hawk:enableDatadog: "true"
hawk:datadogSite: datadoghq.com

Requires a <env>/platform/datadog-api-key secret in AWS Secrets Manager.

DNS / Route 53 / Cloudflare:

DNS is not optional — see Choose a domain and DNS strategy above for the four configuration paths (Route 53 Domains, manual delegation, Cloudflare automatic delegation, or HTTP-only testing mode).

Tailscale (VPN overlay for private service access):

Set hawk:albInternal: "true" and store a Tailscale auth key in AWS Secrets Manager. This makes all services accessible only through your Tailscale network.

Budget alerts:

hawk:budgetLimit: "10000"
hawk:budgetNotificationEmails:
  - "team@example.com"

When integrations are disabled, services fall back to simpler alternatives (CloudWatch instead of Datadog, no DNS delegation, etc.).

Eval Set Config

An eval set config is YAML that defines a grid of tasks, agents, and models. Hawk runs every combination.

tasks:
  - package: git+https://github.com/UKGovernmentBEIS/inspect_evals
    name: inspect_evals
    items:
      - name: mbpp

models:
  - package: openai
    name: openai
    items:
      - name: gpt-4o-mini

limit: 1 # optional: cap samples

Submit it:

hawk eval-set config.yaml

Multiple Environments

You can run multiple Hawk environments (staging, production, dev) from the same repo. Each gets its own Pulumi stack and isolated AWS resources.

```bash pulumi stack init staging

configure Pulumi.staging.yaml

pulumi up -s staging

pulumi stack init production

configure Pulumi.production.yaml

pulumi up -s production ```

Dev Environments

For development, you can create lightweight environments that share an existing stack's VPC, ALB, and EKS cluster while getting their own database and services:

./scripts/dev/new-dev-env.sh alice    # creates a dev-alice stack

Requires a deployed stg stack in the Pulumi backend (the script clones its config). Set PULUMI_BACKEND_URL and AWS_PROFILE first; see AGENTS.local.example.md for the env-var template.

Services appear at https://api-alice.hawk.<domain> and https://viewer-alice.hawk.<domain>. Tear down with:

pulumi destroy -s dev-alice
pulumi stack rm dev-alice    # only after destroy completes

4.2. Choose an API and VPC privacy level

4.2.1 Production environments - extra security

For production environments, we recommend for added security that your VPC is private (change hawk:albInternal: "true") and Hawk CLI on your development machine is used through Tailscale (see Tailscale under Optional Integrations below).

INFO: infra/hawk/api.py will automatically create A-alias records for api.hawk.<privateDomain> and middleman.<privateDomain> in your private hosted zone which are resolved through Tailscale DNS to access your API and middleman. Attempting to access either without Tailscale will result in DNS resolution errors.

4.2.2 Development environments - extra convenience

For development environments, your VPC can be public (the default) and Tailscale is optional. Authentication is still required for API and middleman functionality. Hawk CLI on your personal machine will access the API over the public internet.

INFO: if your VPC is public (the default hawk:albInternal: "false"), then infra/hawk/api.py will create additional A-alias records to your public hosted zone to resolve the DNS for api.hawk.<publicDomain> and middleman.hawk.<publicDomain>. This is for convenience during development.

- To add a public Route 53 alias record manually for api.hawk.<publicDomain> (and middleman.<publicDomain> if you'll hit it directly) pointing at the ALB. Get the ALB info from pulumi stack output alb_dns_name and pulumi stack output alb_zone_id, then in the public hosted zone for your publicDomain create A-alias records. Example:
>   AWS_PROFILE=<profile> aws route53 change-resource-record-sets \
>     --hosted-zone-id <public-zone-id> \
>     --change-batch '{ "Changes": [{ "Action": "UPSERT", "ResourceRecordSet": {
>       "Name": "api.hawk.<publicDomain>.", "Type": "A",
>       "AliasTarget": { "DNSName": "dualstack.<alb-dns>", "HostedZoneId": "<alb-zone-id>", "EvaluateTargetHealth": true } } }] }'
>   

7. Set up LLM API keys

Hawk routes model API calls through its built-in LLM proxy (Middleman). You need to provide at least one provider's API key:

scripts/dev/set-api-keys.sh <stack> OPENAI_API_KEY=sk-...

This stores the key in Secrets Manager and restarts Middleman. You can set multiple keys at once:

scripts/dev/set-api-keys.sh <stack> OPENAI_API_KEY=sk-... ANTHROPIC_API_KEY=sk-ant-...

<stack> is your Pulumi stack name (look it up with pulumi stack --show-name). Used consistently across steps 7–9 below. Supported providers: OpenAI, Anthropic, Gemini, DeepInfra, DeepSeek, Fireworks, Mistral, OpenRouter, Together, xAI.

KNOWN ISSUE — Middleman startup crashes if GCP project isn't set, even with no Vertex models in use Middleman's startup at middleman/src/middleman/server.py:136 unconditionally calls init_vertex_urls(), which requires GOOGLE_CLOUD_PROJECT_FOR_PUBLIC_MODELS or a project_id in GOOGLE_APPLICATION_CREDENTIALS_JSON. Symptom: Middleman tasks fail ALB health checks ("Target.Timeout" on port 3500); subsequent hawk eval-set calls return Middleman timeout. The proper fix is to make Vertex URL init lazy or gate it on whether any Vertex/Gemini model is configured. Workaround until fixed: set the Pulumi config to any value (a real GCP project if you use Gemini, or a sentinel like none otherwise) and re-run pulumi up:
> pulumi config set hawk:middlemanGcpProjectForPublicModels none
> pulumi up
> 
KNOWN ISSUE — Middleman's model registry is empty on standalone deploys hawk/hawk/tools/sync_models.py only does DB→DB sync (used by Pulumi for dev envs pointing at staging). For a fresh standalone deploy there's no source DB to sync from and no shipped default_models.json, so the registry stays empty. Symptom: hawk eval-set returns Middleman error: Models not found. The proper fix is for sync_models.py to accept a --from-json source plus a shipped default seed file in the repo. Workaround until fixed: insert at least one model manually via the RDS Data API:
> CLUSTER_ARN="arn:aws:rds:<region>:<account>:cluster:<stack>-inspect-ai-warehouse"
> SECRET_ARN='arn:aws:secretsmanager:<region>:<account>:secret:rds!cluster-<...>'  # single-quoted — Aurora's auto-created master secret has `!` in its name
>
> aws rds-data execute-statement \
>   --resource-arn "$CLUSTER_ARN" --secret-arn "$SECRET_ARN" --database inspect \
>   --sql "
>     WITH new_group AS (
>       INSERT INTO middleman.model_group (name) VALUES ('model-access-public')
>       ON CONFLICT (name) DO UPDATE SET name = EXCLUDED.name RETURNING pk
>     ),
>     new_model AS (
>       INSERT INTO middleman.model (name, model_group_pk)
>       SELECT 'claude-haiku-4-5', pk FROM new_group RETURNING pk
>     )
>     INSERT INTO middleman.model_config (model_pk, config, is_active)
>     SELECT pk,
>       jsonb_build_object('lab','anthropic','danger_name','claude-haiku-4-5',
>         'are_details_secret',false,'dead',false,'vision',false,
>         'max_tokens_keyword','max_tokens','request_timeout_minutes',30,'stream',false),
>       true FROM new_model RETURNING pk;
>   "
> 
Then force Middleman to reload: aws ecs update-service --cluster <stack>-platform --service <stack>-middleman --force-new-deployment. Naming gotcha: Middleman model groups use the prefix model-access-<name> (middleman/src/middleman/models.py:634). The user's JWT scope must match the group name exactly. For Cognito users, hawk:defaultPermissions defaults to "model-access-public" — so the model has to be in group model-access-public to be reachable (or you set hawk:defaultPermissions to grant another group). The SQL above already uses the right group name. Other valid lab values: openai, gemini, vertex, deepseek, mistral, xai, plus others — see middleman/src/middleman/models.py:32.
🎯 aiskill88 AI 点评 A 级 2026-05-25

一个简单的云端AI评估工具,支持多种AI模型

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • Docker:hawk 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
hawk 中文教程hawk 安装报错怎么办hawk Docker 部署hawk Agent 工作流hawk 与同类工具对比hawk 最佳实践hawk 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • Python 依赖冲突:建议用 venv / uv 隔离环境

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 未明确开源协议,商用场景需谨慎评估
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

hawk 是一款Python开发的AI辅助工具。开源AI工具:Run Inspect AI evals in the cloud。⭐18 · Python 主要应用场景包括:云端AI评估和测试。
💡 AI Skill Hub 点评

总体来看,鹰AI评估 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

📚 深入学习 鹰AI评估
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 hawk
原始描述 开源AI工具:Run Inspect AI evals in the cloud。⭐18 · Python
Topics awsevalsinspect-aillmpython
GitHub https://github.com/METR/hawk
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/METR/hawk 🌐 官方网站  https://hawk.metr.org

收录时间:2026-05-25 · 更新时间:2026-05-30 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。