BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/evex/eve-agent-builder

Eve Agent Builder

evex/eve-agent-builder
FreeItem

An Eve coding agent that creates Eve agents, runs their checks, deploys them to Vercel, and verifies the live routes.

Live preview

live · rendered by the registry
Rendered by evex on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://evex.sh/r/eve-agent-builder.json

Source

agent/agent.tsevex.sh/r/eve-agent-builder.json
1import { defineAgent } from "eve";
2import { z } from "zod";
3
4// Structured result for task-mode runs only (subagent, schedule, or remote
5// job callers such as defineRemoteAgent). Interactive chat turns ignore it.
6const deliveryReportSchema = z.object({
7 blocked: z
8 .array(z.string())
9 .describe("Missing credentials or manual setup that blocked a step."),
10 changedFiles: z.array(z.string()),
11 commands: z.array(
12 z.object({
13 command: z.string(),
14 status: z.enum(["passed", "failed", "skipped"]),
15 })
16 ),
17 deployment: z
18 .object({
19 target: z.enum(["preview", "production"]),
20 url: z.url(),
21 })
22 .nullable(),
23 summary: z.string(),
24 verification: z
25 .array(z.string())
26 .describe("Live verification evidence, for example health/session/stream checks."),
27});
28
29export default defineAgent({
30 model: "zai/glm-5.2-fast",
31 reasoning: "high",
32 // Runaway guard, not a budget: a legitimate delivery session never comes
33 // near this. Input stays on the framework default.
34 limits: {
35 maxOutputTokensPerSession: 5_000_000,
36 },
37 outputSchema: deliveryReportSchema,
38});

What it pulls in

npm packages

  • eve@^0.18.2
  • zod@^4.4.3

Files it writes

  • agent/agent.ts
  • agent/connections/vercel.ts
  • agent/hooks/record-check-evidence.ts
  • agent/instructions.md
  • agent/instructions/runtime-status.ts
  • agent/lib/delivery-evidence.ts
  • agent/lib/vercel-brokered-cli.ts
  • agent/sandbox.ts
  • agent/skills/eve/SKILL.md
  • agent/skills/eve-agent-delivery/references/channel-setup.md
  • agent/skills/eve-agent-delivery/references/testing-sequence.md
  • agent/skills/eve-agent-delivery/SKILL.md
  • agent/tools/bash.ts
  • agent/tools/run_eve_cli.ts
  • agent/tools/run_vercel_cli.ts
  • agent/tools/verify_vercel_preview.ts
  • evals/bash-denial-routing.eval.ts
  • evals/bash-routing-patterns.eval.ts
  • evals/deploy-target-clarification.eval.ts
  • evals/final-report-quality.eval.ts
  • evals/loads-eve-skill.eval.ts
  • evals/evals.config.ts
  • evals/missing-credentials-stop.eval.ts
  • evals/no-deploy-before-local-testing.eval.ts
  • README.md
  • .env.example

Facts

Registry
evex
Type
registry:item
Access
Free
Files written
26
Licence
MIT
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

Docs on evex evex.sh TommyBez/evex on GitHub Raw registry item This item as JSON

More from evex

All 11 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Brand Visual Asset Generatorbrand-visual-asset-generatorevexOtherFree3 deps · 16 files
Branded SEO Page Builderbranded-seo-page-builderevexOtherFree1 dep · 16 files
Code Reviewercode-reviewerevexOtherFree4 deps · 14 files
Linear Operations Agentlinear-operations-agentevexOtherFree2 deps · 27 files
OpenUI Assistantopenui-assistantevexOtherFree5 deps · 17 files
Postgres Data Analystpostgres-data-analystevexOtherFree5 deps · 13 files
Programmatic SEO Agentprogrammatic-seo-agentevexOtherFree3 deps · 19 files
Supabase Data Analystsupabase-data-analystevexOtherFree2 deps · 10 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex