Skip to content

AgentSeed v1.0.0

Latest

Choose a tag to compare

@weed33834 weed33834 released this 19 Aug 09:51

AgentSeed v1.0.0

Anti-hallucination guardrails for AI coding agents — hybrid Agent Plugins 1.0.0 plugin (Skill + MCP Server).

What it does

5 zero-dependency MCP tools that verify code before it is marked done:

  • verify_code — Python AST + TypeScript/JavaScript lexical pass (catches invented APIs / undefined symbols)
  • scan_hallucination — 3 groups, 35 signals (stub_code / oversold / fabricated)
  • check_plugin — first strict Agent Plugins 1.0.0 conformance linter
  • sandbox_run — deterministic execution channel ("tests pass" becomes an observed fact)
  • schema_validate — zero-dependency JSON Schema validation

Trilingual reference library (EN / 中文 / 日本語): PROMPT-POOL, HALLUCINATION-PATTERNS, VERIFICATION-CHECKLIST, SDD-CONTRACT, VENDOR-SOLUTIONS.

  • 19 unit tests · GitHub Actions CI on Python 3.9–3.12 (all green)
  • Works with Cursor / VS Code / Claude Code / Copilot

Learn more: README.md