SEAR is the Self Evolving Agent Retrainer: a public launch surface, a read-only ChatGPT app via MCP, and an installable CLI for operator-grade release inspection.
apps/web: Next.js 16 site with SEO metadata,robots.txt,sitemap.xml,sitemap.txt,llms.txt, benchmark pages, and a remote MCP endpoint at/api/mcppackages/sear-cli: installablesearCLI withdoctor,overview,benchmarks,sitemap, and rawrequest get.codex/skills/sear: companion skill for future Codex threads
pnpm install
pnpm build
pnpm test
pnpm bench
pnpm install:cli
sear --json doctorsear doctor defaults to the live deployment at https://sear.genesisconductor.io. For a local dev server, pass an explicit base URL:
pnpm dev
sear --base-url http://localhost:3000 --json doctorThe remote MCP endpoint is exposed at /api/mcp. Connect it from ChatGPT developer mode over HTTPS after deployment.